mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-02 17:23:18 +02:00
Fix Regular Interval Labels
Save control values for NYQ_CTRL_INT_TEXT
This commit is contained in:
parent
5354a788cf
commit
430bd12304
@ -303,7 +303,7 @@ bool NyquistEffect::GetAutomationParameters(EffectAutomationParameters & parms)
|
||||
{
|
||||
parms.Write(ctrl.var, d);
|
||||
}
|
||||
else if (ctrl.type == NYQ_CTRL_INT)
|
||||
else if (ctrl.type == NYQ_CTRL_INT || ctrl.type == NYQ_CTRL_INT_TEXT)
|
||||
{
|
||||
parms.Write(ctrl.var, (int) d);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user