Skip to content

Commit

Permalink
protect ears from env detect
Browse files Browse the repository at this point in the history
this fixes supercollider#68
  • Loading branch information
telephon committed Jan 21, 2016
1 parent d905669 commit 452e81a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/SLUGens/sc/classes/SLUGens.sc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ EnvDetect : UGen
*ar { arg in, attack=100, release=0;
^this.multiNew('audio', in, attack, release);
}
checkInputs { ^if(rate === \audio) { this.checkSameRateAsFirstInput } }
}

FitzHughNagumo : UGen
Expand Down

0 comments on commit 452e81a

Please sign in to comment.