<div dir="auto">Or you could open up your midi device and clean the contact strip. I just recently had a velocity problem with just one key on one of my midi keyboards (just one day before a gig). Opened it up and cleaning the strip made it as good as new.<div dir="auto"><br></div><div dir="auto">Regards, Anders</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Sep 9, 2019, 00:24 Christopher Arndt <<a href="mailto:chris@chrisarndt.de">chris@chrisarndt.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Am 08.09.19 um 16:45 schrieb S.:<br>
> I'm looking for<br>
> some easy Linux compatible options for something I can plug into Jack to<br>
> modify the velocity curve of *specific keys* before the signal reaches the<br>
> synthesizer program. Any tips? Thanks!<br>
<br>
Not exactly easy, but another option is writing a custom MIDI filter <br>
script for the Moony [1] LV2 plugin.<br>
<br>
Since I wanted to learn how to write these scripts anyway eventually, I <br>
just wrote a velocity scaling Lua script for Moony:<br>
<br>
<a href="https://github.com/SpotlightKid/moony-lv2-scripts/" rel="noreferrer noreferrer" target="_blank">https://github.com/SpotlightKid/moony-lv2-scripts/</a><br>
<br>
When you got the Moony LV2 plugin installed (I'll not go into how <br>
compile & install it here), you just copy and paste the Lua script into <br>
the Plugin GUI editor and then press the "Send" button at the bottom, <br>
then connect your midi input to Monny and Moony's output to your softsynth.<br>
<br>
You can change the velocity scaling factor and other parameters by <br>
changing the variables at the top of the script. Don't forget to press <br>
"Send" again after each change.<br>
<br>
Thanks to the Moony author for the very cool plugin!<br>
<br>
<br>
[1] <a href="https://open-music-kontrollers.ch/lv2/moony/" rel="noreferrer noreferrer" target="_blank">https://open-music-kontrollers.ch/lv2/moony/</a><br>
_______________________________________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org" target="_blank" rel="noreferrer">Linux-audio-user@lists.linuxaudio.org</a><br>
<a href="https://lists.linuxaudio.org/listinfo/linux-audio-user" rel="noreferrer noreferrer" target="_blank">https://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
</blockquote></div>