mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Initialize inline_ctrl variable, fix erratic inline ctrls
This commit is contained in:
parent
5950df2b74
commit
f9e9c6248d
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ ParameterDescriptor::ParameterDescriptor(const Evoral::Parameter& parameter)
|
|||
, integer_step(parameter_is_midi (parameter.type ()))
|
||||
, sr_dependent(false)
|
||||
, enumeration(false)
|
||||
, inline_ctrl(false)
|
||||
{
|
||||
ScalePoints sp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue