ServerMeter:
Filter:
Classes | GUI > Interfaces

ServerMeter : Object

Graphical feedback window showing input/output levels

Description

A ServerMeter is a simple graphical display showing the volume levels of inputs and outputs on the server.

Also see: Server: -meter

Class Methods

ServerMeter.new(server, numIns, numOuts)

Create a new ServerMeter.

Arguments:

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)

Returns:

A reference to the newly created ServerMeter

Inherited class methods

Instance Methods

.window

Get a reference to the Window of this ServerView

Returns:

a Window reference

.meterView

Get a reference to the ServerMeterView of this ServerView

Returns:

a ServerMeterView reference

NOTE: A ServerMeter encapsulates both a Window and a ServerMeterView within that Window. For more information about Windows and views see Introduction to GUI: Basic elements: Windows, views and containers

Inherited instance methods

Examples