class library: deprecate Panner and XFade classes
commit1ba19fdb12468b6a8411a81755a518b3dd35b1c2
authorTim Blechmann <tim@klingt.org>
Sun, 1 Jan 2012 12:15:12 +0000 (1 13:15 +0100)
committerTim Blechmann <tim@klingt.org>
Sun, 1 Jan 2012 19:20:34 +0000 (1 20:20 +0100)
treeb46b9f1d71a8ff72a221cd54fb9c9126f14f6e71
parentf3d5e15b3359dd3fa724746e33ab1cefafb6e88b
class library: deprecate Panner and XFade classes

the Panner and XFade classes only defined checkNInputs. this method is
moved into the UGen class and the two classes are now deprecated. as a side
effect this fixes the input checks of Balance2 and Rotate2.

Signed-off-by: Tim Blechmann <tim@klingt.org>
SCClassLibrary/Common/Audio/Pan.sc
SCClassLibrary/Common/Audio/UGen.sc
SCClassLibrary/deprecated/deprecated-3.5.sc