whitespace

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

View File

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