mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
return interpolation type for velocity
This commit is contained in:
parent
bc60f7492f
commit
18275922d3
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ EventTypeMap::interpolation_of(const Evoral::Parameter& param)
|
|||
case MidiChannelPressureAutomation: return Evoral::ControlList::Linear; break;
|
||||
case MidiNotePressureAutomation: return Evoral::ControlList::Linear; break;
|
||||
case MidiPitchBenderAutomation: return Evoral::ControlList::Linear; break;
|
||||
case MidiVelocityAutomation: return Evoral::ControlList::Linear; break;
|
||||
default: assert(false);
|
||||
}
|
||||
return Evoral::ControlList::Linear; // Not reached, suppress warnings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue