mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-01 03:30:04 +00:00
Create README.md
Instructions to convert MIDI .mid files into a sequence file for the PLASMA music sequencer
This commit is contained in:
parent
ca3f80d318
commit
39b93e88bb
14
Platform/Apple/tools/ConvertMidi/README.md
Normal file
14
Platform/Apple/tools/ConvertMidi/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
Converting MIDI files to internal music secquencer files:
|
||||
|
||||
cvtmid.py, the MIDI file converter, uses the mido package: https://mido.readthedocs.io/en/latest/
|
||||
|
||||
Simply put a MIDI file in the same directory as ctvmid.py and type:
|
||||
'''
|
||||
./cvtmid.py midifile.mid > midifile.seq
|
||||
'''
|
||||
|
||||
The midifile.seq output file is an ACME assembly file that can be included in another assembly file, a PLASMA file, or assembled into a binary file which can be loaded later. Simply type:
|
||||
'''
|
||||
acme --setpc 0x1000 -o seqfile.bin midifile.seq
|
||||
'''
|
||||
The starting address is irrelevant, but ACME requires one to assemble properly.
|
Loading…
x
Reference in New Issue
Block a user