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

QuickLauncher : Object
ExtensionExtension

A GUI for toggling commonly used GUI windows

Description

This is a GUI for toggling commonly used GUI windows

Class Methods

QuickLauncher.new(bounds, userButtonsDef, colSize: 3)

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

Inherited class methods

Instance Methods

.layout

Provides access to the layout.

.window

Provides access to the GUI window.

.front

A shortcut method for window.front.

Inherited instance methods

Examples