computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 3960be691cd7e49aa6ca463671ee71f9a855537c
parent 3580f6886611a759789faf6dc0b3b9e8a7330ce8
Author: Adam M <[email protected]>
Date:   Thu, 16 Sep 2021 14:24:42 -0500

playing with swing

Diffstat:
Msrc/ComputerscareHorseADoodleDoo.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ComputerscareHorseADoodleDoo.cpp b/src/ComputerscareHorseADoodleDoo.cpp @@ -575,7 +575,7 @@ struct ComputerscareHorseADoodleDoo : ComputerscareMenuParamModule { } if (true && shouldOutputPulse[ch]) { gatePulse[ch].reset(); - gatePulse[ch].trigger(syncTime[0] * ttns * (len > 8 ? .93 : 0.25)); + gatePulse[ch].trigger(syncTime[0] * ttns * (len > 8 ? .7 : 0.25)); }