├── AKAO2MID.bas ├── AKAO_Filter.bas ├── Arc_Seq.txt ├── CoreDesign_MD_HackingInfo.txt ├── Cotton.txt ├── FFMQ_Seq.txt ├── GMD_SeqFormat.txt ├── HMI2MID.bas ├── LICENSE ├── Lem3DMid.bas ├── Lem3DMid.c ├── M2MidiDec.c ├── M2_SndDrvList.txt ├── M2seq1-Format.txt ├── M2seq2-Format.txt ├── MI1-Midi.bas ├── MI1-Midi_Data.7z ├── MMD_Format.txt ├── MMU_Format.txt ├── MPS_Format.txt ├── Midi1to0.c ├── MsDRV_SeqFormat.txt ├── MsDRV_v1_SeqFormat.txt ├── Mucom88_Format.txt ├── RCPFormat.txt ├── README.md ├── SBM5_Seq.txt ├── SEQ2MID.bas ├── Somari.txt ├── Soundfont.c ├── Soundfont.h ├── SpeedyG_Notes.txt ├── SpeedyG_SPC_FileList.txt ├── Sys32MidiDec.c ├── TaitoZoom.c ├── TaitoZoomConv.sh ├── ToP_Seq.txt ├── Wolfteam_MF_Format.txt ├── YamahaDemoSongDump.c ├── Ys2_Format.txt ├── cdmd2mid.c ├── cotton2mid.c ├── data ├── ATEST.M2S ├── Bubba n Stix Z80.bin └── Soulstar X Z80.bin ├── de2mid.c ├── de2mid_SMS.c ├── dynamix_mus2mid.py ├── eash2mid.c ├── eash_notes.txt ├── ffmq2mid.c ├── fmp2mid.c ├── fmp_SeqFormat.txt ├── fuga2rcp.c ├── gems2mid.c ├── gmd2mid.c ├── grc2mid.c ├── hum2mid.c ├── ims2mid.c ├── it2mid.c ├── konamiMD_RKA.txt ├── konamiMD_TMNT_HH.txt ├── konamimd2mid.c ├── m2seq12mid.c ├── m2seq22mid.c ├── mdc2mid.c ├── mid2syx.c ├── midi_funcs.h ├── midi_utils.h ├── mmd2mid.c ├── mmu2mid.c ├── mps2mid.c ├── msdrv2mid.c ├── mucom2mid.c ├── ngp2mid.c ├── nwc12mid.c ├── pmd2mid.c ├── pmd_SeqFormat.txt ├── rcp2mid.c ├── sbm52mid.c ├── seq2mid.c ├── seq2mid_data ├── ToE-a.ini ├── ToE-b.ini ├── ToP.ini ├── ToP.ins ├── toe-a.ins └── toe-b.ins ├── sg2mid.c ├── srmp4-midi.c ├── stdbool.h ├── stdtype.h ├── syx2mid.c ├── top2mid.c ├── top2mid_Arc.c ├── top2mid_data ├── SO-SFC.ini └── TOP-SFC.ini ├── toutrun2mid.c ├── tsd2mid.c ├── tsd_format.txt ├── wtmd2mid.c ├── wtmf2mid.c ├── wtmf_RAM.txt ├── yong2mid.c ├── ys2mid.c └── zmd2mid.c /AKAO2MID.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/AKAO2MID.bas -------------------------------------------------------------------------------- /AKAO_Filter.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/AKAO_Filter.bas -------------------------------------------------------------------------------- /Arc_Seq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Arc_Seq.txt -------------------------------------------------------------------------------- /CoreDesign_MD_HackingInfo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/CoreDesign_MD_HackingInfo.txt -------------------------------------------------------------------------------- /Cotton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Cotton.txt -------------------------------------------------------------------------------- /FFMQ_Seq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/FFMQ_Seq.txt -------------------------------------------------------------------------------- /GMD_SeqFormat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/GMD_SeqFormat.txt -------------------------------------------------------------------------------- /HMI2MID.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/HMI2MID.bas -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/LICENSE -------------------------------------------------------------------------------- /Lem3DMid.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Lem3DMid.bas -------------------------------------------------------------------------------- /Lem3DMid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Lem3DMid.c -------------------------------------------------------------------------------- /M2MidiDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/M2MidiDec.c -------------------------------------------------------------------------------- /M2_SndDrvList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/M2_SndDrvList.txt -------------------------------------------------------------------------------- /M2seq1-Format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/M2seq1-Format.txt -------------------------------------------------------------------------------- /M2seq2-Format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/M2seq2-Format.txt -------------------------------------------------------------------------------- /MI1-Midi.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/MI1-Midi.bas -------------------------------------------------------------------------------- /MI1-Midi_Data.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/MI1-Midi_Data.7z -------------------------------------------------------------------------------- /MMD_Format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/MMD_Format.txt -------------------------------------------------------------------------------- /MMU_Format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/MMU_Format.txt -------------------------------------------------------------------------------- /MPS_Format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/MPS_Format.txt -------------------------------------------------------------------------------- /Midi1to0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Midi1to0.c -------------------------------------------------------------------------------- /MsDRV_SeqFormat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/MsDRV_SeqFormat.txt -------------------------------------------------------------------------------- /MsDRV_v1_SeqFormat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/MsDRV_v1_SeqFormat.txt -------------------------------------------------------------------------------- /Mucom88_Format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Mucom88_Format.txt -------------------------------------------------------------------------------- /RCPFormat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/RCPFormat.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/README.md -------------------------------------------------------------------------------- /SBM5_Seq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/SBM5_Seq.txt -------------------------------------------------------------------------------- /SEQ2MID.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/SEQ2MID.bas -------------------------------------------------------------------------------- /Somari.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Somari.txt -------------------------------------------------------------------------------- /Soundfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Soundfont.c -------------------------------------------------------------------------------- /Soundfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Soundfont.h -------------------------------------------------------------------------------- /SpeedyG_Notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/SpeedyG_Notes.txt -------------------------------------------------------------------------------- /SpeedyG_SPC_FileList.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/SpeedyG_SPC_FileList.txt -------------------------------------------------------------------------------- /Sys32MidiDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Sys32MidiDec.c -------------------------------------------------------------------------------- /TaitoZoom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/TaitoZoom.c -------------------------------------------------------------------------------- /TaitoZoomConv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/TaitoZoomConv.sh -------------------------------------------------------------------------------- /ToP_Seq.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/ToP_Seq.txt -------------------------------------------------------------------------------- /Wolfteam_MF_Format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Wolfteam_MF_Format.txt -------------------------------------------------------------------------------- /YamahaDemoSongDump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/YamahaDemoSongDump.c -------------------------------------------------------------------------------- /Ys2_Format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/Ys2_Format.txt -------------------------------------------------------------------------------- /cdmd2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/cdmd2mid.c -------------------------------------------------------------------------------- /cotton2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/cotton2mid.c -------------------------------------------------------------------------------- /data/ATEST.M2S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/data/ATEST.M2S -------------------------------------------------------------------------------- /data/Bubba n Stix Z80.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/data/Bubba n Stix Z80.bin -------------------------------------------------------------------------------- /data/Soulstar X Z80.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/data/Soulstar X Z80.bin -------------------------------------------------------------------------------- /de2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/de2mid.c -------------------------------------------------------------------------------- /de2mid_SMS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/de2mid_SMS.c -------------------------------------------------------------------------------- /dynamix_mus2mid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/dynamix_mus2mid.py -------------------------------------------------------------------------------- /eash2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/eash2mid.c -------------------------------------------------------------------------------- /eash_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/eash_notes.txt -------------------------------------------------------------------------------- /ffmq2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/ffmq2mid.c -------------------------------------------------------------------------------- /fmp2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/fmp2mid.c -------------------------------------------------------------------------------- /fmp_SeqFormat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/fmp_SeqFormat.txt -------------------------------------------------------------------------------- /fuga2rcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/fuga2rcp.c -------------------------------------------------------------------------------- /gems2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/gems2mid.c -------------------------------------------------------------------------------- /gmd2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/gmd2mid.c -------------------------------------------------------------------------------- /grc2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/grc2mid.c -------------------------------------------------------------------------------- /hum2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/hum2mid.c -------------------------------------------------------------------------------- /ims2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/ims2mid.c -------------------------------------------------------------------------------- /it2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/it2mid.c -------------------------------------------------------------------------------- /konamiMD_RKA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/konamiMD_RKA.txt -------------------------------------------------------------------------------- /konamiMD_TMNT_HH.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/konamiMD_TMNT_HH.txt -------------------------------------------------------------------------------- /konamimd2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/konamimd2mid.c -------------------------------------------------------------------------------- /m2seq12mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/m2seq12mid.c -------------------------------------------------------------------------------- /m2seq22mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/m2seq22mid.c -------------------------------------------------------------------------------- /mdc2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/mdc2mid.c -------------------------------------------------------------------------------- /mid2syx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/mid2syx.c -------------------------------------------------------------------------------- /midi_funcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/midi_funcs.h -------------------------------------------------------------------------------- /midi_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/midi_utils.h -------------------------------------------------------------------------------- /mmd2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/mmd2mid.c -------------------------------------------------------------------------------- /mmu2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/mmu2mid.c -------------------------------------------------------------------------------- /mps2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/mps2mid.c -------------------------------------------------------------------------------- /msdrv2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/msdrv2mid.c -------------------------------------------------------------------------------- /mucom2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/mucom2mid.c -------------------------------------------------------------------------------- /ngp2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/ngp2mid.c -------------------------------------------------------------------------------- /nwc12mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/nwc12mid.c -------------------------------------------------------------------------------- /pmd2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/pmd2mid.c -------------------------------------------------------------------------------- /pmd_SeqFormat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/pmd_SeqFormat.txt -------------------------------------------------------------------------------- /rcp2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/rcp2mid.c -------------------------------------------------------------------------------- /sbm52mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/sbm52mid.c -------------------------------------------------------------------------------- /seq2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/seq2mid.c -------------------------------------------------------------------------------- /seq2mid_data/ToE-a.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/seq2mid_data/ToE-a.ini -------------------------------------------------------------------------------- /seq2mid_data/ToE-b.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/seq2mid_data/ToE-b.ini -------------------------------------------------------------------------------- /seq2mid_data/ToP.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/seq2mid_data/ToP.ini -------------------------------------------------------------------------------- /seq2mid_data/ToP.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/seq2mid_data/ToP.ins -------------------------------------------------------------------------------- /seq2mid_data/toe-a.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/seq2mid_data/toe-a.ins -------------------------------------------------------------------------------- /seq2mid_data/toe-b.ins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/seq2mid_data/toe-b.ins -------------------------------------------------------------------------------- /sg2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/sg2mid.c -------------------------------------------------------------------------------- /srmp4-midi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/srmp4-midi.c -------------------------------------------------------------------------------- /stdbool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/stdbool.h -------------------------------------------------------------------------------- /stdtype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/stdtype.h -------------------------------------------------------------------------------- /syx2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/syx2mid.c -------------------------------------------------------------------------------- /top2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/top2mid.c -------------------------------------------------------------------------------- /top2mid_Arc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/top2mid_Arc.c -------------------------------------------------------------------------------- /top2mid_data/SO-SFC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/top2mid_data/SO-SFC.ini -------------------------------------------------------------------------------- /top2mid_data/TOP-SFC.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/top2mid_data/TOP-SFC.ini -------------------------------------------------------------------------------- /toutrun2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/toutrun2mid.c -------------------------------------------------------------------------------- /tsd2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/tsd2mid.c -------------------------------------------------------------------------------- /tsd_format.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/tsd_format.txt -------------------------------------------------------------------------------- /wtmd2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/wtmd2mid.c -------------------------------------------------------------------------------- /wtmf2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/wtmf2mid.c -------------------------------------------------------------------------------- /wtmf_RAM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/wtmf_RAM.txt -------------------------------------------------------------------------------- /yong2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/yong2mid.c -------------------------------------------------------------------------------- /ys2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/ys2mid.c -------------------------------------------------------------------------------- /zmd2mid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ValleyBell/MidiConverters/HEAD/zmd2mid.c --------------------------------------------------------------------------------