computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 087408de9fba5c19fa51cf84a763bf8393410cec
parent 43b9ab76acf0ab39f1ee59bfc2dc654834b6825a
Author: Adam Malone <[email protected]>
Date:   Wed, 31 Oct 2018 17:12:42 -0500

notes for Laundry Soup Quantization

Diffstat:
Msrc/ComputerscareLaundrySoup.cpp | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/ComputerscareLaundrySoup.cpp b/src/ComputerscareLaundrySoup.cpp @@ -276,6 +276,15 @@ struct NumberDisplayWidget3 : TransparentWidget { }; void MyTextField::onTextChange() { + /* + a) switch on next step one + b) do not automatically switch + c) swtich on next reset + + parse and create new proposed absolute sequence + in step method, check which transport option is selected, and apply if so + + */ module->onCreate(); }