RedMixerChannelGUI:
Filter:
redSys/Classes (extension) | Red > redMixer

RedMixerChannelGUI
ExtensionExtension

gui for RedMixerChannel

Description

An embeddable GUI for RedMixerChannel. If no parent given then a new Window will be created.

Class Methods

.new

Arguments:

redMixerChannel

A RedMixerChannel.

parent

A Window, View or nil.

position

A Point.

name

A String displayed below the volume slider.

.height

Set and get the default height.

.numInserts

Set and get the default number of inserts (effect slots).

.width

Set and get the default width.

Instance Methods

.close

Close the window if open.

.cmp

Deprecated. Use -view instead.

.parent

A Window or, if embedded, a View.

.redMixerChannel

The current RedMixerChannel instance.

.text

Set the label for the channel. Visible near the bottom.

Arguments:

str

A String.

.view

Return the top view.

.views

Return a List of all relevant view items (not text or peak buttons).

Examples