whitespace

chaos_201207
Luka Prinčič 2020-04-09 13:18:09 +02:00
parent 1d919a0144
commit 074982afc4
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ SynthDef(\sinPulz, {
oscDetune = oscDetune * 0.1 + 1;
env = Linen.kr(gate, attackTime:attackTime, releaseTime:releaseTime, doneAction:2);
snd = SinOsc.ar([freq, freq*oscDetune]) ;