MIDIChorder is a chord progression sequencer with different styles to simulate an accompanyment band. There are some MIDI related stuff/discussions in the forum which triggered me to learn MIDI related audio programming. Thanks @stevel05 for his great MIDI library for making all these easier and possible, which this app is based on.
It currently supports 30+ chord types (not all work as expected), 15 accompanyment styles with A & B, chord transpose and 1/4-4/4 bar split. Precount doesn't work. I may need to change the sequencer driven model to threading based event dispatched model for playback to make it operate in real-time better.
Try: java -jar MidiChorder.jar (Java 1.8 Windows. Bar insert, copy/paste may stop the playing. Use mouse left/right button to select multiple bars to set styles all together. Thanks for trying and any feedbacks)
It currently supports 30+ chord types (not all work as expected), 15 accompanyment styles with A & B, chord transpose and 1/4-4/4 bar split. Precount doesn't work. I may need to change the sequencer driven model to threading based event dispatched model for playback to make it operate in real-time better.
Try: java -jar MidiChorder.jar (Java 1.8 Windows. Bar insert, copy/paste may stop the playing. Use mouse left/right button to select multiple bars to set styles all together. Thanks for trying and any feedbacks)
Attachments
Last edited: