OSDN Git Service

Add files via upload
authorKen Brant <ken_brant@ymail.com>
Thu, 26 Oct 2017 18:58:04 +0000 (12:58 -0600)
committerGitHub <noreply@github.com>
Thu, 26 Oct 2017 18:58:04 +0000 (12:58 -0600)
tools/step_ratio_calculator.scd

index 6289ec0..198b9ff 100644 (file)
@@ -3,6 +3,9 @@
 //For example, I want the note increment ratio for a KW sequence that has 64 steps(numsteps) and a starting(n1) and ending(n2)
 //note ratio difference of 1.6180339887499.
 
+//Press "ctrl/cmd - enter" within the parenthesis to evaluate
+
+
 y = Routine({var a = 1, n1 = 1, n2 = 1.6180339887499, numsteps = 64;
        x=1000.do({n = n1;
                numsteps.do({n = n*a});