[LAU] Adjusting velocity curve for individual MIDI keys?

Christopher Arndt chris at chrisarndt.de
Thu Dec 26 23:31:30 CET 2019


Am 26.12.19 um 18:11 schrieb S.:
> I finally found time to play with Chris's LUA script for Moony.
> But how would I apply a filter to just a few keys, let's say MIDI keys # 2,17,19,21,23 ?

I just pushed a new version of the scale_velocity filter, which allows
to specify multiple notes or ranges of notes, which are affected by the
filter, e.g.

-- string with comma-separated list of single MIDI note numbers or
-- ranges (min-max separated by a dash, whitespace is ignored)
local note_ranges = "0-12, 36,48, 60 - 96"

https://github.com/SpotlightKid/moony-lv2-scripts/blob/master/midi/scale_velocity.lua


Chris


More information about the Linux-audio-user mailing list