computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 429d93d2dec885e4fcbbdc2cd8c64fd84d6b6bc9
parent 4a5b0cf54169d1071fc37d052212c3d3af5fdcdd
Author: Adam <1319733+freddyz@users.noreply.github.com>
Date:   Fri, 26 Oct 2018 23:11:13 -0500

Update README.MD
Diffstat:
MREADME.MD | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.MD b/README.MD @@ -29,8 +29,10 @@ The input and output of the 2nd row is: The 3rd row's input, the "@8" means: repeat the pattern every 8 clock signals. In this case the original pattern has length 7 (2 + 1 + 3 + 1 = 7), so normally it would repeat every 7 clock signals. But since the "@8 is there, when it repeats, it triggers for the first "2", but then has to repeat -`2131 ---> x-xx--xx-xx--x-xx-- - 2 13 12 13 2 13 ` +~~~~ +2131 ---> **x-xx--x** x-xx--x **x-xxx--x** +2131@8 ---> **x-xx--xx** x-xx--xx **x-xx--xx** +~~~~