x42 / midifilter.lv2

LV2 plugins to filter midi events
https://x42-plugins.com/x42/x42-midifilter
GNU General Public License v2.0
70 stars 20 forks source link

Midi CC offset #38

Open bukru opened 11 months ago

bukru commented 11 months ago

Hello all, and thanks for your good job, i'm an happy user of your plugin (in modep context).

Do you think it is hard to make kind off existing midiCCmap but midiCCoffset ?

input : midi CC event parameter : offset output : midi event with CC = CC + offset; value still the same.

I had a look to the code, and i'm a bit (actually totally) lost, maybe someone can show me were to find good documentation about basic concepts about lv2 midi plugins programming ? I would be really happy to contribute. (I know C programming no problem, but i don't know this env at all).

Have a good day : )

x42 commented 11 months ago

Can you have a look at the cc-offset branch?

I'm uncertain about your use-case and what should happen when the offset produces an out of bounds value. Currently the CC parameter wraps around, but perhaps there should be an option for that.

Perhaps also some CCs should be excluded as target values? I'm thinking of bank-select, all notes off, all sound off, NRPN etc.

bukru commented 10 months ago

Thanks for your reply. It is to make some bank programming for a little midi controller using a pisound device. I'll have a look now, but i will be silence mode during next 10 days because of my work.

Thanks again

I'll be back