Skip to content
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

MIDI maps for commonly used controllers #89

Open
danielphili opened this issue Oct 12, 2022 · 1 comment
Open

MIDI maps for commonly used controllers #89

danielphili opened this issue Oct 12, 2022 · 1 comment

Comments

@danielphili
Copy link

danielphili commented Oct 12, 2022

Hi Marcel,

Thanks for the great work on this synthesizer (and all of your synth projects for that matter)!
Do you plan to introduce an abstraction layer to your projects, so that for example all midi functionality is extracted to a library of sorts - like you did for the boards as well?
In this case, it might be interesting to add an option for sharing MIDI maps of various controllers. I use the Launchkey Mini mk3 by Novation which is quite inexpensive and has a good availability.
I would be interested to see how others map their Launchkey and I guess that is true for others and other MIDI controllers as well.
Would you be up for this? I think it might increase the reusability of your work which you have spent so much time on I can imagine.
Best,

Daniel

P.S. for all who do not want to go through the process of reading out the MIDI CC messages of the Launchkey Mini mk3, I have created a button/key mapping that I attached to this issue - Happy coding and jamming!
NN stands for note, VV for velocity, PP for potentiometer value, C for channel - the Launchkey has its own channels that can be switched by pressing Shift and Transpose. It makes creating a MIDI mapping for Marcel's project easier and more difficult at the same time :D (more functions that you can code (on the potentiometers in particular), but channels are then different in meaning from what Novation had in mind before..)
NovationLaunchKeyMini3_MidiMessages

@marcel-licence
Copy link
Owner

Hi Daniel,

yes I try to put stuff into a library to get the best and newest features combined at one place. I started to move the filters and some simple effects to the library.

I would be happy to find a way for an easier MIDI integration. I've heard that a lot of variation of input devices are in use from keyboard without knobs up to DIY solutions.

I've started to implement dynamic MIDI maps which can be toggled during runtime:
https://github.com/marcel-licence/ml_synth_basic_example/blob/main/z_config.ino

Is there any default setting for this controller? I think my controller uses the most weird setting at the moment because it was set up for a very specific device.

Best regards,
Marcel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants