InfluxKtlGui:
Filter:
Influx/Classes (extension) | MetaKtl

InfluxKtlGui
ExtensionExtension

A JITGui for Influx

Description

Class Methods

.new

make a new InfluxKtlGui for an Influx,

Arguments:

object

the influx to show

numItems

the number of attach buttons

parent

the parent view in which to put

bounds

the bounds

makeSkip

make a skipjack or not

options

options - if it includes \loop, a KtlLoopGui will also be built.

Instance Methods

.xySlider

the Slider2D that can set two param values

.xpop

.ypop

the popups that set which Influx invals the Slider2D will set.

.xyMapDict

the dict that keeps xy slider params to influx invals

.attachButtons

the buttons that can attach or detach objects to the influx; each button has two states.

.loopGui

the optional KtlLoopGui at the bottom

.setButton

for attachButton at index, set name to name and function to func. function expects button and modifiers as 2 states are passed in.

.attachToButton

attach a proxy to button at index. if mapped is true, it will be attachMapped, else attachDirect is used. The proxy will be told to play when attached, and if detached with alt-click, it will be told to stop playing.

Examples