::|CONTENTS
- Overview
- Tips
- MSGS Drum Fix
- See also
Overview
Domino is a pianoroll MIDI editor. Domino is commonly used in the Black MIDI community.
Domino is abandonware. The interface was originally Japanese only, but a team of helpful people have partially translated it here:
https://github.com/Hans5958/Domino-English-Translation
Partially Translated Manual:
https://hans5958.github.io/Domino-English-Translation/en/index.html
Tips
To get a macro-view for making changes to the entire track (copying and pasting sections, etc.), press TAB to enter "Tracklist" view. You can also enter this view from the menu bar.
MSGS Drum Fix
The default gate of drum sounds is set to 10, which is too short for MSGS and results in notes being skipped. To fix this, edit "Module/ok_GSm.xml" in a text editor, and change:
<RhythmTrackDefault Gate="10" />
to
<RhythmTrackDefault Gate="100" />
See also
-
midi (format)