https://github.com/p3r7/m4l-microkorg-editor
Ableton microKORG editor w/ bidirectional editing
https://github.com/p3r7/m4l-microkorg-editor
ableton korg m4l maxmsp sysex sysex-librarian
Last synced: 4 months ago
JSON representation
Ableton microKORG editor w/ bidirectional editing
- Host: GitHub
- URL: https://github.com/p3r7/m4l-microkorg-editor
- Owner: p3r7
- License: mit
- Created: 2021-08-02T07:21:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T15:16:51.000Z (over 4 years ago)
- Last Synced: 2025-09-24T22:03:56.732Z (9 months ago)
- Topics: ableton, korg, m4l, maxmsp, sysex, sysex-librarian
- Homepage:
- Size: 326 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# m4l-microkorg-editor
Ableton microKORG editor w/ bidirectional editing.

## Usage
On the microKORG, set the value of `MIDI > LOCAL` to `EXTERNAL` or `AUTO`. The default value (`ON`) may cause glitches in the SysEx communication.
Use a quality MIDI interface, not a 5$ no-name one.
Cheap interfaces will scramble (if not filter entirely) SysEx and NRPN communication.
If you use a MIDI channel other than 1, modify the value of the `CHAN.` control in the lower right corner of the device. Ableton is smart enough to override the channel value for standard midi messages (e.g. when using the `Ext. Instrument` device) but will have no clue on how to do so for the proprietary SysEx messages.
## Next steps
- [ ] Vocoder support
- [ ] allow editing RO parameters (by forcing a complete SysEx dump onto the microKORG)
## Resources
SysEx parsing implemented using the [official microKORG MIDI implementation specs](http://i.korg.com/uploads/Support/MK1_633652915168960000.pdf).
Some additional information can be found in the [Owner's Manual](https://cdn.korg.com/us/support/download/files/8f226053113b3be59753dcce14e74cca.pdf).
## Acknowledgements
Based on [Microkorg editor 1.0](https://maxforlive.com/library/device/6404/microkorg-editor) by [@dru93](https://maxforlive.com/profile/user/dru93), itself a fork of [Korg MS-2000 2.0 ](https://maxforlive.com/library/device/900/korg-ms-2000) by [@grymmjack](https://maxforlive.com/profile/user/grymmjack) ([gh](https://github.com/grymmjack)).
SysEx parsing code heavily inspired by [@Jeremy](https://cycling74.com/author/531ee78c4db05f8762373b5f)'s [Building a Synthesizer Editor with JavaScript, Part 3](https://cycling74.com/tutorials/building-a-synthesizer-editor-with-javascript-part-3) article.
## Social
Discussion on the [dedicated lines thread](https://llllllll.co/t/microkorg-ms2000-m4l-device/47476).
See also the [device page](https://maxforlive.com/library/device/7520/microkorg-ms2000-editor) on maxforlive.com.