-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
To be compatible with MilkyTracker, the change in 277 line does the trick - change from 0x0 to 0x0102.
# create xi file
file.write(struct.pack('21s22sb20sh',\
'Extended Instrument: ', (filename[:-4] + ' ' * 22)[:22], 0x1a,\
pad_name('Samplicity v0.3', 20), 0x0102))
notes_samples = [0 for i in range(96)]
Metadata
Metadata
Assignees
Labels
No labels