mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 21:27:22 +01:00
Fix Inline-control visibility state
This fixes an issue when copy/pasting plugins or aux-sends from
one track to another. After copying the processor, the state
is copied, however the Controllable state did save
the InlineControl flag, so this as lost.
(amend 93180ceea)
This commit is contained in:
parent
57598acbcf
commit
587fc50059
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ setup_libpbd_enums ()
|
|||
REGISTER_CLASS_ENUM (Controllable, GainLike);
|
||||
REGISTER_CLASS_ENUM (Controllable, RealTime);
|
||||
REGISTER_CLASS_ENUM (Controllable, NotAutomatable);
|
||||
REGISTER_CLASS_ENUM (Controllable, InlineControl);
|
||||
REGISTER_BITS (controllable_flags);
|
||||
|
||||
REGISTER_CLASS_ENUM (Controllable, InverseGroup);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue