A ServerMeter is a simple graphical display showing the volume levels of inputs and outputs on the server.
Also see: Server: -meter
Create a new ServerMeter.
server |
The Server whose inputs and outputs you wish to visualize. |
numIns |
The number of inputs you want to display (starts counting at the first input bus, similar to SoundIn) |
numOuts |
The number of outputs you want to display (starts counting at bus 0) |
A reference to the newly created ServerMeter
Get a reference to the ServerMeterView of this ServerView
a ServerMeterView reference
the position of the ServerMeter window. The value should be a Point, e.g. x@y
, or respond to .asPoint
. E.g.: setting the position to 150@50
places the bottom left corner of the meter window 150 pixels from the left and 50 pixels up from the bottom of the screen.