mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 10:36:34 +01:00
automated toggles? yes we can!
This commit is contained in:
parent
b362f45738
commit
1b0574540f
1 changed files with 1 additions and 1 deletions
|
|
@ -612,7 +612,7 @@ AUPlugin::discover_parameters ()
|
|||
d.toggled = (info.unit == kAudioUnitParameterUnit_Boolean) ||
|
||||
(d.integer_step && ((d.upper - d.lower) == 1.0));
|
||||
d.sr_dependent = (info.unit == kAudioUnitParameterUnit_SampleFrames);
|
||||
d.automatable = !d.toggled &&
|
||||
d.automatable = /* !d.toggled && -- ardour can automate toggles, can AU ? */
|
||||
!(info.flags & kAudioUnitParameterFlag_NonRealTime) &&
|
||||
(info.flags & kAudioUnitParameterFlag_IsWritable);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue