An acoustic bass guitar synthesized using supercollider. Here's the code. Synthdef(\help_dwgplucked, { |out=9, freq=52, amp=0. 7, gate=0. 01, c3=22042,release=0. 5, pan=0| var inp = playbuf. Ar(2,buffer. Read(s, "/path/to/acoustic bass test. Flac",0,5900,action:harmonics. New(4096))); var son = dwgplucked. Ar(freq, amp, gate,0. 6,0,c3,inp,release);amplitude. Ar(inp,0. 5,2); out. Ar(out, pan2. Ar(son * 0. 04, pan)); }). Add;pbind( \instrument, \help_dwgplucked, \delta , pseq([0. 25,0. 5,0. 75,1]*1,inf), \dur , 1, \note, pseq([-3,0,3,7],inf), \stepsperoctave, 12 ). Play;.
Author: Marscrop