computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit f7e8856b29427cfe1e4e35836c259f37d828cb0e
parent 20c403e6fa04c340d98274b0d86593b9061227df
Author: Adam M <aemalone@gmail.com>
Date:   Thu,  5 Dec 2019 19:28:40 -0600

Merge branch 'master' of https://github.com/freddyz/computerscare-vcv-modules

Diffstat:
MREADME.MD | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.MD b/README.MD @@ -81,7 +81,7 @@ abcdef@3 abc ## Randomization -Enclosing values (lowercase letter, uppercase letter, or exact voltage) in curly braces {} will randomly select one of the values with equal probability. For example, `{ab}` will choose either `a` or `b` at each clock step. `{g<2.55>}` will output either the value of knob `g` or `2.55` volts with equal probability. +Enclosing values (lowercase letter, uppercase letter, or exact voltage) in curly braces {} will randomly select one of the values with equal probability. For example, `{ab}` will choose either `a` or `b` at each clock step. `{g<2.55>}` will output either the value of knob `g` or `2.55` volts with equal probability. `{}` will choose one of the 26 knobs `a` thru `z`. ## Square Bracket Expansion @@ -115,6 +115,7 @@ All of the following are valid I Love Cookies programs: ab(cd) def@10 [abc,de]@6 +{}@8,arphald ~~~~