IrNumberEditor:
Filter:
Classes (extension) | Libraries > crucial > Editors

IrNumberEditor : NumberEditor : Editor : Object
ExtensionExtension

a number box and slider for editing a float value [\ir rate]

Description

When used with Patch or InstrSpawner this will result in an .ir rate control. This means you can only change the value before the synth starts, no 'control' rate modulation.

An InstrSpawner spawns synths. Here each synth has .ir rate inputs and gets a new value from the IrNumberEditor on each event.

Class Methods

Inherited class methods

Instance Methods

.init(val, aspec)

Arguments:

val
aspec

.rate

.addToSynthDef(synthDef, name)

Arguments:

synthDef
name

.instrArgFromControl(control)

Arguments:

control

.makePatchOut

.connectToPatchIn

.addToDefName(stream)

From extension in /home/stefan/.local/share/SuperCollider/downloaded-quarks/crucial-library/Instr/instrSupport.sc

Arguments:

stream

Inherited instance methods