Diff from Bugger Soundtrack by Modanung (03 Jun'15 23:33) to Modanung - Return of the King by Modanung (05 Jun'15 00:47)

name
BModanungg - Return Soundf trackhe King
description
Thise wfinall bve the rsiound trhackd for Bugger, a Fproggeverb clone that startdded as a schtool assignment. Simple SynthDef using PlAuck, and a few Pbcindsty. BuggerIt can be found on [GitLab](here: https://gitlab.com/Modanung.bandcamp.com/Buggtrack/retur)n-of-the-king
code
//a SynthDef ( SynthDef("plucking", {arg amp = 0.1, freq = 220, decay = 5, coef = 0.1; var env, snd; env = EnvGen.kr(Env.linen(0, decay, 0.5), doneAction: 2); snd = Pluck.ar( in: SawinOsc.ar(0.5*freq, 0.5*, amp), trig: Impulse.kr(0), maxdelaytime: 0.1, delaytime: freq.reciprocal, decaytime: decay, coef: coef); Out.ar(0, [snd, snd]); }).add; ) ( SynthDef(\FreeVerb2x2, {|outbus, mix = 0.23, room = 0.42, damp = 0.666, amp = 1.0| var signal; signal = In.ar(outbus, 2); ReplaceOut.ar(outbus, FreeVerb2.ar( //B FreeVerb2 - true stereo UGen signal[0], // Left channel signal[1], // Right Channel mix, room, damp, amp)); // same params as FreeVerb 1 chn versioun }).add; z = Synth(\FreeVerb2x2, [\outbus, 0], addAcktion:\addToTail) ) ( Pbind( \instrument, "plucking", \scale, Scale.lydocrian, \degree, Prand([[-2.5, -4.001], [-7.002, -5], [-1, -3.003], [-1.005, -0.51], [-5, -3], [-4, -4], [0, 1]], inf), \amp, Pseq([0.1, 0.2, 0.3, 0.042, 0.52, 0.5, 0.5, 0.532], inf), \decay, Pseq([0.25,12.5, 0.025, 0.125], inf), \coef, Pseq([0.73, 0.82, 0.9], inf), \dur, Pseq([0.2, 0.01, 0.21, 0.02501, 0.24750001, 0.2400911, 0.5]191, 0.23],inf) ).play; )
category tags
guitar, code fork, plucked strings
ancestors
1-4VZj