Chysn / O_C-HemisphereSuite

Hemisphere Suite is alternate-alternate firmware for Ornament and Crime, featuring a dual-applet framework with dozens of different modular functions.
324 stars 153 forks source link

ShiftReg: Added CV control over length and probability. Added gate for unlocking probability. #33

Closed wheelibin closed 5 years ago

wheelibin commented 5 years ago

Hi, I've added a couple of control features to ShiftReg.

For a while I've wanted to be able to unlock the probability via a gate so I added that.

I also thought it might be useful to have CV control over length and probability so I also added that.

So in summary: A gate to Digital 2 will unlock probability, simulating having the cursor on "p". CV 1 controls length CV 2 controls probability

I'm not sure why, on line 66 I had to add 2 to the value for it to reach 100, but for the length (line 59) I only had to add 1 for it to reach the max value. I can only think I'm misunderstanding / using ProportionCV incorrectly?

Anyway let me know what you think!

Chysn commented 5 years ago

Thanks for your contribution. Good ideas! I'll look this over this week.