Skip to content

MilkyTracker compatibility #7

@jhusak

Description

@jhusak

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions