Skip to content

Commit

Permalink
config ini
Browse files Browse the repository at this point in the history
  • Loading branch information
narcode committed May 13, 2018
1 parent 8d64f28 commit 03979bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion default_setup.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ device_id: 144
noteoff_id: 0

[snippets]
snippet1 : ~snippet1 = Tdef(\1, {|ev| loop{ Ndef(~name.next,{|pitch=420,fx=88| SinOsc.ar(456*LFTri.kr(fx).range(100, pitch)) * EnvGen.kr(Env.perc) * ev.amp}).play(0,2);(1/ev.rit).wait;}}).play(~ts, quant:0).envir = (rit: ~tremoloL, amp: 0.036);
#Ndef(~name.next,{|pitch=420,fx=88| SinOsc.ar(456*LFTri.kr(fx).range(100, pitch)) * EnvGen.kr(Env.perc) * ev.amp}).play(0,2);(1/ev.rit).wait;}}).play(~ts, quant:0).envir = (rit: ~tremoloL, amp: 0.036);
snippet1 : ~snippet1 = Ndef(\an1, {GVerb.ar(HPF.ar(SoundIn.ar(1), 9), 109, 229)*1}).play(0,2)


mini_snippet_hi_1: [\pulse, \pulse2, \pulse3, \pulse4, \pulse5, \pulse6].do{|i| Ndef(i).map(\fx, Ndef(\krm3));}; ~tremoloH1;
mini_unmap_hi_2: Ndef(\acc).set(\fx, ~tremoloH2.linlin(1, 16, 0, 15));
Expand Down

0 comments on commit 03979bc

Please sign in to comment.