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

map cc values according to a "graph/lookup table"? #2

Open
lokkiikkol opened this issue Feb 17, 2021 · 1 comment
Open

map cc values according to a "graph/lookup table"? #2

lokkiikkol opened this issue Feb 17, 2021 · 1 comment

Comments

@lokkiikkol
Copy link

hi, just discovered your midi plugins, nice!

i am trying to work with them in element on OS X, and it does not yet work perfectly. lv2 support in element (on osx) is quite new, so that might be the issue as well.

a general question for your midimap plugin,

is it possible to remap a cc message value according to a curve? so i.e. incoming midi cc 8 0 to 127 is used as a lookup value for a table that i created? so one turn of a midi knob could become a sine wave for example.

the greatest thing would actually be a plugin with a small graph window where you can draw the curve, but i would go with the textfile approach if midimap can do something like that. it was not obvious from the docs, if that is possible.

@x42
Copy link
Owner

x42 commented Feb 17, 2021

is it possible to remap a cc message value according to a curve?

No, not directly. you can obviously generate the mapping for each of the 127 values according a curve manually.

In any case this MIDI map plugin has been mostly superseded by https://github.com/OpenMusicKontrollers/moony.lv2

the greatest thing would actually be a plugin with a small graph window where you can draw the curve

I've seen some of those for velocity curves, but not for CCs. In any case that would be a different plugin unrelated to midimap or midifilters.

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