18.7 The sbc Tool

sbc is used to combine any number of MIDI sequences into a MIDI sequence bank (a .sbk file). A sequence bank file contains the sequences, one after the other (8-byte aligned), with a header at the front that allows indexing into the bank to retrieve individual sequences.

sbc is invoked as follows:

sbc -o <output file> file0 [file1 file2 file3 ....]

UP