InterfaceDef:
Filter:
Description
Class methods
Inherited class methods
Instance methods
onLoad
onPlay
onStop
onFree
onNoteOn
onNoteOff
onPitchBend
onCC
guiBodyFunction
keyDownAction
keyUpAction
gui
asInterfaceDef
Inherited instance methods
Classes (extension)
|
Libraries
>
crucial
>
Instr
InterfaceDef
:
Instr
:
Object
Extension
defines event, midi and GUI handlers for an Interface
Source:
Instr.sc
See also:
Interface
Description
see
Interface
Class Methods
Inherited class methods
Instance Methods
.
onLoad
.
onLoad
= value
.
onPlay
.
onPlay
= value
.
onStop
.
onStop
= value
.
onFree
.
onFree
= value
.
onNoteOn
.
onNoteOn
= value
.
onNoteOff
.
onNoteOff
= value
.
onPitchBend
.
onPitchBend
= value
.
onCC
.
onCC
= value
.
guiBodyFunction
.
keyDownAction
.
keyDownAction
= value
.
keyUpAction
.
keyUpAction
= value
.
gui
.
gui
=
function
From superclass:
Object
Arguments:
function
.
asInterfaceDef
From extension in
/home/stefan/.local/share/SuperCollider/downloaded-quarks/crucial-library/Instr/instrSupport.sc
Inherited instance methods
helpfile source:
/home/stefan/.local/share/SuperCollider/downloaded-quarks/crucial-library/HelpSource/Classes/InterfaceDef.schelp
link::Classes/InterfaceDef::