-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposed: MonoMachine #1
Comments
I never got round to adding MonoMachine support. It should be possible to implement yourself by studying the Elektron documentation though, and most of the logic for unpacking the sysex data should be the same as for the MachineDrum. If you're interested in going down this route I might have some additional technical info from Elektron on this. Let me know if you're interested and I'll see what I can find. On a more general note, I think a lot of what makes the MonoMachine-patterns in the ae set interesting lies in how the patches are programmed and how they are modulating various parameters, something which would not be replicable by getting the trigger data itself. |
Absolutely. I'll take whatever info you have. |
Alright, I've tracked down the additional docs now. I can PM you the docs on Twitter for instance, I'm at @KnUpland. |
Do you still have the documentation available? I'm interested in adding Monomachine support. |
Sure, you can get it from here: |
Please let me know if you get it working :) |
Awesome, thanks |
Enhancement: MonoMachine support. You ever end up getting that to work? I'd love to grab the melodies from the MM set.
By the way, I parsed the accent data and ended up mapping accents to increase in velocity (accented to 127, tip set to 100). However, looking at the accentAmount, there actually should be no difference (each pattern's accentAmount is set to 0). Additionally, a majority of the tracks don't have much use of accents.
The text was updated successfully, but these errors were encountered: