gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 2c2050d6d3807ca53055e3e46b96369a62b8b964
parent 84a7b0a5b56a90dbc99c22792f81e3e82678d898
Author: 790 <790@users.noreply.github.com>
Date:   Tue, 18 Jan 2022 12:09:01 +0000

fix linux startup crash

Diffstat:
Msource/jucePlugin/ui/Virus_Parts.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/jucePlugin/ui/Virus_Parts.cpp b/source/jucePlugin/ui/Virus_Parts.cpp @@ -98,7 +98,7 @@ Parts::Parts(VirusParameterBinding & _parameterBinding, Virus::Controller& _cont _parameterBinding.bind(m_partPans[pt], Virus::Param_Panorama, pt); addAndMakeVisible(m_partPans[pt]); } - m_partSelect[m_controller.getCurrentPart()].setToggleState(true, NotificationType::sendNotification); + m_partSelect[m_controller.getCurrentPart()].setToggleState(true, NotificationType::dontSendNotification); m_btSingleMode.setRadioGroupId(0x3cf); m_btMultiMode.setRadioGroupId(0x3cf);