computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 98f243010f0d674d7f6e77c880d9255ac802d7a2
parent f7a140c2dc39daa8db07941ed22c9abc67c443ec
Author: Adam M <[email protected]>
Date:   Tue, 13 Nov 2018 00:16:46 -0600

I think i fixed it

Diffstat:
Msrc/ComputerscareILoveCookies.cpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/ComputerscareILoveCookies.cpp b/src/ComputerscareILoveCookies.cpp @@ -305,8 +305,8 @@ void ComputerscareILoveCookies::step() { } } //outputs[TRG_OUTPUT + i].value = params[KNOB_PARAM + activeKnob].value; - if(activeKnobIndex[i] < 25) { - knobRawValue = params[SIGNAL_INPUT + activeKnobIndex[i]].value; + if(activeKnobIndex[i] < 26) { + knobRawValue = params[activeKnobIndex[i]].value; } else { knobRawValue = inputs[SIGNAL_INPUT + activeKnobIndex[i] - 26].value;