razcore-rad / ardour-midi-remap-velocity

MIDI filter remapping velocity linearly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MIDI Remap Velocity

type: dsp

Linearly remap the MIDI input velocity from [Input MIN Velocity, Input MAX Velocity] to [Output MIN Velocity, Output MAX Velocity] clamped to [1, 127].

Install

Copy or symlink the midi_remap_velocity.lua file to $ARDOUR_DATA_PATH/scripts. Check Scripting > Lua Scripting > Managing Scripts in the Ardour Manual for more details.

About

MIDI filter remapping velocity linearly.

License:MIT License


Languages

Language:Lua 100.0%