this enables and maps drag methods to the new slider/numbox composite control: ServerPlusGUI.sc @ 268: .beginDragAction_({ this.volume.volume }) .receiveDragHandler_({ arg slider; slider.valueAction = volSpec.unmap(SCView.currentDrag); }) we can add this later if this isnt a good timing. x