mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Fix Regular Interval Labels
Save control values for NYQ_CTRL_INT_TEXT
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user