diff --git a/GUI/CuePlayerGUI.sc b/GUI/CuePlayerGUI.sc index 6280d9e..8cf577c 100644 --- a/GUI/CuePlayerGUI.sc +++ b/GUI/CuePlayerGUI.sc @@ -170,6 +170,10 @@ CuePlayerGUI { windowHeight = windowHeight + serverWindow.windowHeight; } + setServerVolume { arg val; + serverWindow.volume_(val); + } + /* Handle Events from Dependants */ update { arg theChanged, message; diff --git a/GUI/ServerWindowCP.sc b/GUI/ServerWindowCP.sc index f5a5ef8..913c2c6 100644 --- a/GUI/ServerWindowCP.sc +++ b/GUI/ServerWindowCP.sc @@ -2,7 +2,7 @@ ServerWindowCP : AbstractGUIComponentCP { var serverInfoRoutine; - var