From: Eugene Petkevich Date: Wed, 6 Dec 2023 22:17:37 +0000 (+0100) Subject: add temp file X-Git-Url: https://git.zuelum.org/?a=commitdiff_plain;h=db320945eb570037e22e8f186349c4fd01d368fa;p=scprojects.git add temp file --- diff --git a/temp.scd b/temp.scd new file mode 100644 index 0000000..89d633b --- /dev/null +++ b/temp.scd @@ -0,0 +1,10 @@ +( +SynthDef(\guitar, {|in, out, amp=1.0| + var sig; + sig = In.ar(in, 1)!2; + Out.ar(out, sig*amp); +}).add; +) + +x = Synth.new(\guitar, [\in, a.outs+1, \out, 0]); +x.free; \ No newline at end of file diff --git "a/\320\232\320\260/\320\232\320\260\320\262\321\216\321\206-\320\246\320\270\320\263\320\276\321\204\321\221/\320\246\320\270\320\263\320\276\321\204\321\221-\320\277\320\265\321\201\320\275\321\217.scd" "b/\320\232\320\260/\320\232\320\260\320\262\321\216\321\206-\320\246\320\270\320\263\320\276\321\204\321\221/\320\246\320\270\320\263\320\276\321\204\321\221-\320\277\320\265\321\201\320\275\321\217.scd" index b08fbfe..e92ad54 100644 --- "a/\320\232\320\260/\320\232\320\260\320\262\321\216\321\206-\320\246\320\270\320\263\320\276\321\204\321\221/\320\246\320\270\320\263\320\276\321\204\321\221-\320\277\320\265\321\201\320\275\321\217.scd" +++ "b/\320\232\320\260/\320\232\320\260\320\262\321\216\321\206-\320\246\320\270\320\263\320\276\321\204\321\221/\320\246\320\270\320\263\320\276\321\204\321\221-\320\277\320\265\321\201\320\275\321\217.scd" @@ -13,7 +13,6 @@ Pdef(\song, ~song).quant_(~bpb).play; ~ableton.allNotesOff(0); ~ableton = MIDIOut.newByName("IAC Driver", "Bus 2").latency_(s.latency); - ( ~gamma = [0, 2, 4, 5, 7, 9, 11, 12].scramble; ~drums = (36..51).scramble;