mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
add velocity sense for MIDI Learn-ed clip triggering
This commit is contained in:
parent
2f25592702
commit
4ff8cff024
1 changed files with 1 additions and 1 deletions
|
|
@ -3899,7 +3899,7 @@ TriggerBox::midi_input_handler (MIDI::Parser&, MIDI::byte* buf, size_t sz, sampl
|
||||||
int y;
|
int y;
|
||||||
|
|
||||||
if (lookup_custom_midi_binding (msg, x, y)) {
|
if (lookup_custom_midi_binding (msg, x, y)) {
|
||||||
AudioEngine::instance()->session()->bang_trigger_at (x, y);
|
AudioEngine::instance()->session()->bang_trigger_at (x, y, ev.velocity());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue