X-Git-Url: http://git.sourceforge.jp/view?p=timewavesynth%2FTimewave_Synthesizer.git;a=blobdiff_plain;f=timewavesynth12.scd;h=077ca350ae60a5d823dda2648aa2d8e817c01bc5;hp=d6ffacc4ab5f45315a13b097dc222e11ab9a9295;hb=06e1ac63d0cfbcf2f958fd47fb9abb8718f066cc;hpb=ed2c44767ed891b2ba22805851f30973cec7de28 diff --git a/timewavesynth12.scd b/timewavesynth12.scd index d6ffacc..077ca35 100644 --- a/timewavesynth12.scd +++ b/timewavesynth12.scd @@ -179,7 +179,7 @@ s.waitForBoot({ //ratio values ~fth = 1.4142135623729; //default kws binary interval - ~bi = ~fth; //~bi = "binary interval" - intverval of key change to hexgram's opposite in King Wen sequence + ~bi = ~fth; //~bi = "binary interval" - intverval of key change to a hexagram line's opposite in King Wen sequence ~stepratio = 1.0594630943593; ~nval = 1.0355417528; ~n9s = 1.86; @@ -213,7 +213,7 @@ s.waitForBoot({ //edit SAVED s1-s8 frequencies/chords. Replace any "[ ~f1,~f2,~f3,~f4,~f5,~f6,~f7,~f8,~f9,~f10,~f11,~f12 ]" with desired frequencies. //Example: [~f1=31.385685128991,~f2=86.222407114322,~f3=229.95963599755,~f4=841.97361403235,~f5=894.01606840275,~f6=38.068730542463,~f7=80.91428965114,~f8=554.92014995488,~f9=267.88136743588,~f10=962.78155194321,~f11=772.35072747751,~f12=1365.644617352] - //You can find frequencies in the "copy" section of GUI under "saved open/flow 1-8:" or "saved slide 1-8:". + //You can find frequencies in the "copy" section of GUI under "saved open/flow 1-8 frequencies:" or "saved slide 1-8 frequencies:". //Remove both the "/*" and "*/" around the code to make evaluable. Put them back to make it unevaluable. /* @@ -232,7 +232,7 @@ s.waitForBoot({ //edit STARTING frequencies/chord (not saved s1-s8 frequencies/chords). Replace "[ ~f1,~f2,~f3,~f4,~f5,~f6,~f7,~f8,~f9,~f10,~f11,~f12 ]" with starting frequencies. //Example: [~f1=31.385685128991,~f2=86.222407114322,~f3=229.95963599755,~f4=841.97361403235,~f5=894.01606840275,~f6=38.068730542463,~f7=80.91428965114,~f8=554.92014995488,~f9=267.88136743588,~f10=962.78155194321,~f11=772.35072747751,~f12=1365.644617352] - //You can find frequencies in the "copy" section of GUI under "current". + //You can find frequencies in the "copy" section of GUI under "current chord/frequencies". //Remove both the "/*" and "*/" around the code to make evaluable. Put them back to make it unevaluable again. /* @@ -5173,7 +5173,7 @@ s.waitForBoot({ "copy: copy frequency/note info"++"\n"++"\n"++ "kws: change number of kw(King Wen) sequences in a timewave half-cycle (or amplitude x2). press set to load"++"\n"++"\n"++ "top-level hz frequency: set the base frequency. press set to load"++"\n"++"\n"++ - "psine1-psine3 (based on phi, with low-pass filter), hsine1-hsine3 (based on 19.47, with low-pass filter), psineuf1-psineuf3 (based on phi, without low-pass filter), hsineuf1-hsineuf3 (based on 19.47, without low-pass filter) - set synthdef type. press set to load"++"\n"++"\n"++ + "psine1-psine3 (based on phi, with low-pass filter), hsine1-hsine3 (based on 19.47:360, with low-pass filter), psineuf1-psineuf3 (based on phi, without low-pass filter), hsineuf1-hsineuf3 (based on 19.47:360, without low-pass filter) - set synthdef type. press set to load"++"\n"++"\n"++ "lower-level hz frequency: change the low-pass filter frequency limit. default is 2100. press set to load"++"\n"++"\n"++ "s1-s8: set/save note positions"++"\n"++"\n"++ "g1-g8: groups of saved note positions"++"\n"++"\n"++ @@ -5662,7 +5662,7 @@ s.waitForBoot({ w.front; w.fullScreen; - //Developed by Ken Brant (ken_brant@ymail.com) + /* e-mail: ken_brant@ymail.com */ }.value); ); @@ -5678,7 +5678,7 @@ s.waitForBoot({ ~a = a; ~b = b; ~c =c; ~d = d; ~e = e;~f=f;); ~fth = 1.4142135623729; -~bi = ~fth; (~bi = "binary interval" - intverval of key change to hexgram's opposite in King Wen sequence) +~bi = ~fth; (~bi = "binary interval" - intverval of key change to a hexagram line's opposite in King Wen sequence) (First Setting)