Skip to content

Commit

Permalink
Send Automation events Always (surge-synthesizer#6341)
Browse files Browse the repository at this point in the history
A particular subset of discrete params would end up not generating
automation events - sort of a hodge podge. This is older code but
we should still send the event.

Without this change things like envelope type (digital/analog) didnt
toggle values in the bitwig param browser and weren't clickable in
cubase 12.

Closes surge-synthesizer#6284
  • Loading branch information
baconpaul authored Jul 10, 2022
1 parent d96dd8a commit ea837f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/surge-xt/gui/SurgeGUIEditorValueCallbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3497,6 +3497,7 @@ void SurgeGUIEditor::valueChanged(Surge::GUI::IComponentTagValue *control)

if (synth->setParameter01(ptagid, val, false, force_integer))
{
synth->sendParameterAutomation(ptagid, synth->getParameter01(ptagid));
queue_refresh = true;
return;
}
Expand Down

0 comments on commit ea837f8

Please sign in to comment.