QuickLauncher:
Filter:
QuickLauncher/Classes (extension) | Frontends > QuickLauncher

QuickLauncher
ExtensionExtension

A GUI for toggling commonly used GUI windows

Description

This is a GUI for toggling commonly used GUI windows

Class Methods

.new

Creates a new QuickLauncher window

Arguments:

bounds

Bounds of the GUI window.

userButtonsDef

Expects an array of QLButton to control what buttons are created. If this value is left blank it defaults to [QLButtonLocalServer, QLButtonInternalServer, QLButtonEQ, QLButtonClassBrowser, QLButtonSynthDef, QLButtonNdefMixer, QLButtonProxyMixer, QLButtonAppSupportDir, QLButtonClassLibrarytDir]

colSize

Number of columns to display

Instance Methods

.layout

Provides access to the layout.

.window

Provides access to the GUI window.

.front

A shortcut method for window.front.

Examples