SimpleTrigger:
Filter:
Description
Class methods
new
Inherited class methods
Instance methods
action
spec
value
init
trig
synthArg
rate
addToSynthDef
instrArgFromControl
makePatchOut
didStop
guiClass
Inherited instance methods
Classes (extension)
|
Libraries
>
crucial
>
Players
SimpleTrigger
:
SynthlessPlayer
:
AbstractPlayer
:
AbstractFunction
:
Object
Extension
a player that emits a trigger on button push or .trig
Source:
SimpleTrigger.sc
See also:
BeatClockPlayer
,
Stream2Trig
Description
Class Methods
SimpleTrigger.
new
(
spec: 'trig'
)
Arguments:
spec
Inherited class methods
Instance Methods
.
action
.
action
= value
.
spec
.
spec
= value
.
value
.
init
.
trig
(
val
)
Arguments:
val
.
synthArg
.
rate
.
addToSynthDef
(
synthDef
,
name
)
Arguments:
synthDef
name
.
instrArgFromControl
(
control
)
Arguments:
control
.
makePatchOut
.
didStop
.
guiClass
Inherited instance methods
helpfile source:
/home/stefan/.local/share/SuperCollider/downloaded-quarks/crucial-library/HelpSource/Classes/SimpleTrigger.schelp
link::Classes/SimpleTrigger::