From 0d0ddbe4c2658cd96175ab3f56064631b9adf5c8 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 12 Sep 2012 11:27:25 +0200 Subject: [PATCH] class library: Volume - remove debug message Signed-off-by: Tim Blechmann --- SCClassLibrary/Common/Control/Volume.sc | 1 - 1 file changed, 1 deletion(-) diff --git a/SCClassLibrary/Common/Control/Volume.sc b/SCClassLibrary/Common/Control/Volume.sc index 3fb0ca47c..31299f1f2 100644 --- a/SCClassLibrary/Common/Control/Volume.sc +++ b/SCClassLibrary/Common/Control/Volume.sc @@ -155,7 +155,6 @@ Volume { playVolume { arg muted = false; if (ampSynth.isNil and: { (volume != 0.0) or: {muted} }) { - \playVolume.postln; this.play(muted); } } -- 2.11.4.GIT