Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 729 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 729 Bytes

TD3/Crave sequence file dumper/converter

License: GPL v3 Hit Counter

Simple tool that parses Behringer's Crave and TD3 SEQ file and dumps them in a text format. Also it can convert TD3 SEQ files to CRAVE SEQ files.

Building

make txtdump

Visualize Crave SEQ file.

./txtdump my.seq

or

./txtdump -c my.seq

Visualize TD3 SEQ file.

./txtdump -t my.seq

Visiualize TD3 SEQ file and convert it to CRAVE's SEQ file.

./txtdump -d my.seq