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 74e0921f5a57b3a9d6400e6483d71ef6b008062d
parent 76a2576662c02e45133576863b9636954a022a18
Author: Tal Aviram <me@talaviram.com>
Date:   Fri, 20 Aug 2021 13:14:12 +0300

controller - request arrangment (current buffer) on start.

Diffstat:
Msource/jucePlugin/VirusController.cpp | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/source/jucePlugin/VirusController.cpp b/source/jucePlugin/VirusController.cpp @@ -15,8 +15,9 @@ namespace Virus { registerParams(); sendSysEx(constructMessage({MessageType::REQUEST_TOTAL})); - startTimer(5); - } + sendSysEx(constructMessage({MessageType::REQUEST_ARRANGEMENT})); + startTimer(5); + } void Controller::registerParams() {