ParamGui:
Filter:
Classes (extension) | Libraries > JITLib

ParamGui : EnvirGui : JITGui : Object
ExtensionExtension

sketch for a better EnvirGui - e.g. for use with TdefGui/PdefGui.
Source: ParamGui.sc

Description

Only a sketch a the moment, some of the features may move to EnvirGui eventually.

ParamGui has the following advances over EnvirGui:

Class Methods

Inherited class methods

Instance Methods

.orderedNames

.orderedNames = value

list of the param names to show in their desired order.

.filterNames

.filterNames = value

list of param names that will not be shown

.showNewNames

.showNewNames = value

get and set flag whether to show new names when added to the envir.

.grabOrdered

grab names from envir, sorted alphabetically.

.moveName(name, index)

move name to index in orderedNames.

.useHalo(haloObject, myNames: false)

use the Halo of the object passed in for sharing param specs and orderedNames.

.updateSliderSpecs(editKeys)

From superclass: EnvirGui

set the controlspecs on the sliders to current specs.

.reorderWindow(alpha: 0.75)

open a window to bring orderedNames into the desired order by drag and drop.

.hideName(name)

.showName(name)

hide or show param with this name (add to / remove from filterNames)

Inherited instance methods