Synths
AcidSynth
Defined in AcidSynth.ts
A monophonic, acid bass synth.
s0.p.set({inst: 'acid'})
_amp
Defined in BaseSynth.ts
Mutate the amplitude of an event
- value: amplitude value, from 0 to 1
- time:
_detune
Defined in BaseSynth.ts
Mutate the detune of the pitch
- value: detune value, in semitones
- time:
_res
Defined in BaseSynth.ts
Mutate the resonance of the filter
- value: resonance value, from 0 to 1
- time:
_sub
Defined in AcidSynth.ts
Mutate sub oscillator gain amount
- value: 0 is no sub, 1 is max sub
- time:
acurve
Defined in BaseSynth.ts
Set the attack curve of an event
- value: attack curve value, from -1 to 1
- time:
cut
Defined in BaseSynth.ts
Cut all events playing at the given time
// when used in Zen, supply a list of streams to cut
s0.set({cut: [0,1]}) // cuts itself and s1
- time:
- ms: time in ms taken to release events
cutoff
Defined in BaseSynth.ts
Set the cutoff of the filter of an event
- value: cutoff value, in Hz
- time:
dcurve
Defined in BaseSynth.ts
Set the decay curve of an event
- value: decay curve value, from -1 to 1
- time:
fila
Defined in BaseSynth.ts
Set the attack of the filter envelope of an event
- value: attack value in ms
- time:
filacurve
Defined in BaseSynth.ts
Set the attack curve of the filter envelope of an event
- value: attack curve value, from -1 to 1
- time:
fild
Defined in BaseSynth.ts
Set the decay of the filter envelope of an event
- value: decay value in ms
- time:
fildcurve
Defined in BaseSynth.ts
Set the decay curve of the filter envelope of an event
- value: decay curve value, from -1 to 1
- time:
filr
Defined in BaseSynth.ts
Set the release of the filter envelope of an event
- value: release value in ms
- time:
filrcurve
Defined in BaseSynth.ts
Set the release curve of the filter envelope of an event
- value: release curve value, from -1 to 1
- time:
fils
Defined in BaseSynth.ts
Set the sustain of the filter envelope of an event
- value: sustain value, from 0 to 1
- time:
moda
Defined in BaseSynth.ts
Set the attack of the modulation envelope of an event
- value: attack value in ms
- time:
modacurve
Defined in BaseSynth.ts
Set the attack curve of the modulation envelope of an event
- value: attack curve value, from -1 to 1
- time:
modd
Defined in BaseSynth.ts
Set the decay of the modulation envelope of an event
- value: decay value in ms
- time:
moddcurve
Defined in BaseSynth.ts
Set the decay curve of the modulation envelope of an event
- value: decay curve value, from -1 to 1
- time:
modr
Defined in BaseSynth.ts
Set the release of the modulation envelope of an event
- value: release value in ms
- time:
modrcurve
Defined in BaseSynth.ts
Set the release curve of the modulation envelope of an event
- value: release curve value, from -1 to 1
- time:
mods
Defined in BaseSynth.ts
Set the sustain of the modulation envelope of an event
- value: sustain value, from 0 to 1
- time:
rcurve
Defined in BaseSynth.ts
Set the release curve of an event
- value: release curve value, from -1 to 1
- time:
res
Defined in BaseSynth.ts
Set the resonance of the filter of an event
- value: resonance value, from 0 to 1
- time:
Additive
Defined in Additive.ts
Additive Synth
s0.set({inst: 'additive'})
_amp
Defined in BaseSynth.ts
Mutate the amplitude of an event
- value: amplitude value, from 0 to 1
- time:
_detune
Defined in BaseSynth.ts
Mutate the detune of the pitch
- value: detune value, in semitones
- time:
_osc
Defined in Additive.ts
Mutate the oscillator type Be careful when using FM with tri or square waves - RNBO bug
- value: Sine wave is 0, sawtooth is 1, triangle is 2, square is 3
- time:
_res
Defined in BaseSynth.ts
Mutate the resonance of the filter
- value: resonance value, from 0 to 1
- time:
acurve
Defined in BaseSynth.ts
Set the attack curve of an event
- value: attack curve value, from -1 to 1
- time:
cut
Defined in BaseSynth.ts
Cut all events playing at the given time
// when used in Zen, supply a list of streams to cut
s0.set({cut: [0,1]}) // cuts itself and s1
- time:
- ms: time in ms taken to release events
cutoff
Defined in BaseSynth.ts
Set the cutoff of the filter of an event
- value: cutoff value, in Hz
- time:
dcurve
Defined in BaseSynth.ts
Set the decay curve of an event
- value: decay curve value, from -1 to 1
- time:
fila
Defined in BaseSynth.ts
Set the attack of the filter envelope of an event
- value: attack value in ms
- time:
filacurve
Defined in BaseSynth.ts
Set the attack curve of the filter envelope of an event
- value: attack curve value, from -1 to 1
- time:
fild
Defined in BaseSynth.ts
Set the decay of the filter envelope of an event
- value: decay value in ms
- time:
fildcurve
Defined in BaseSynth.ts
Set the decay curve of the filter envelope of an event
- value: decay curve value, from -1 to 1
- time:
filr
Defined in BaseSynth.ts
Set the release of the filter envelope of an event
- value: release value in ms
- time:
filrcurve
Defined in BaseSynth.ts
Set the release curve of the filter envelope of an event
- value: release curve value, from -1 to 1
- time:
fils
Defined in BaseSynth.ts
Set the sustain of the filter envelope of an event
- value: sustain value, from 0 to 1
- time:
moda
Defined in BaseSynth.ts
Set the attack of the modulation envelope of an event
- value: attack value in ms
- time:
modacurve
Defined in BaseSynth.ts
Set the attack curve of the modulation envelope of an event
- value: attack curve value, from -1 to 1
- time:
modd
Defined in BaseSynth.ts
Set the decay of the modulation envelope of an event
- value: decay value in ms
- time:
moddcurve
Defined in BaseSynth.ts
Set the decay curve of the modulation envelope of an event
- value: decay curve value, from -1 to 1
- time:
modr
Defined in BaseSynth.ts
Set the release of the modulation envelope of an event
- value: release value in ms
- time:
modrcurve
Defined in BaseSynth.ts
Set the release curve of the modulation envelope of an event
- value: release curve value, from -1 to 1
- time:
mods
Defined in BaseSynth.ts
Set the sustain of the modulation envelope of an event
- value: sustain value, from 0 to 1
- time:
osc
Defined in Additive.ts
The oscillator type Be careful when using FM with tri or square waves - RNBO bug
- value: Sine wave is 0, sawtooth is 1, triangle is 2, square is 3
- time:
rcurve
Defined in BaseSynth.ts
Set the release curve of an event
- value: release curve value, from -1 to 1
- time:
res
Defined in BaseSynth.ts
Set the resonance of the filter of an event
- value: resonance value, from 0 to 1
- time:
DroneSynth
Defined in DroneSynth.ts
Drone Synth
s0.set({inst: 'drone'})
constructor
Defined in DroneSynth.ts
_amp
Defined in BaseSynth.ts
Mutate the amplitude of an event
- value: amplitude value, from 0 to 1
- time:
_detune
Defined in BaseSynth.ts
Mutate the detune of the pitch
- value: detune value, in semitones
- time:
_res
Defined in BaseSynth.ts
Mutate the resonance of the filter
- value: resonance value, from 0 to 1
- time:
acurve
Defined in BaseSynth.ts
Set the attack curve of an event
- value: attack curve value, from -1 to 1
- time:
cut
Defined in BaseSynth.ts
Cut all events playing at the given time
// when used in Zen, supply a list of streams to cut
s0.set({cut: [0,1]}) // cuts itself and s1
- time:
- ms: time in ms taken to release events
cutoff
Defined in BaseSynth.ts
Set the cutoff of the filter of an event
- value: cutoff value, in Hz
- time:
dcurve
Defined in BaseSynth.ts
Set the decay curve of an event
- value: decay curve value, from -1 to 1
- time:
fila
Defined in BaseSynth.ts
Set the attack of the filter envelope of an event
- value: attack value in ms
- time:
filacurve
Defined in BaseSynth.ts
Set the attack curve of the filter envelope of an event
- value: attack curve value, from -1 to 1
- time:
fild
Defined in BaseSynth.ts
Set the decay of the filter envelope of an event
- value: decay value in ms
- time:
fildcurve
Defined in BaseSynth.ts
Set the decay curve of the filter envelope of an event
- value: decay curve value, from -1 to 1
- time:
filr
Defined in BaseSynth.ts
Set the release of the filter envelope of an event
- value: release value in ms
- time:
filrcurve
Defined in BaseSynth.ts
Set the release curve of the filter envelope of an event
- value: release curve value, from -1 to 1
- time:
fils
Defined in BaseSynth.ts
Set the sustain of the filter envelope of an event
- value: sustain value, from 0 to 1
- time:
moda
Defined in BaseSynth.ts
Set the attack of the modulation envelope of an event
- value: attack value in ms
- time:
modacurve
Defined in BaseSynth.ts
Set the attack curve of the modulation envelope of an event
- value: attack curve value, from -1 to 1
- time:
modd
Defined in BaseSynth.ts
Set the decay of the modulation envelope of an event
- value: decay value in ms
- time:
moddcurve
Defined in BaseSynth.ts
Set the decay curve of the modulation envelope of an event
- value: decay curve value, from -1 to 1
- time:
modr
Defined in BaseSynth.ts
Set the release of the modulation envelope of an event
- value: release value in ms
- time:
modrcurve
Defined in BaseSynth.ts
Set the release curve of the modulation envelope of an event
- value: release curve value, from -1 to 1
- time:
mods
Defined in BaseSynth.ts
Set the sustain of the modulation envelope of an event
- value: sustain value, from 0 to 1
- time:
rcurve
Defined in BaseSynth.ts
Set the release curve of an event
- value: release curve value, from -1 to 1
- time:
res
Defined in BaseSynth.ts
Set the resonance of the filter of an event
- value: resonance value, from 0 to 1
- time:
Granular
Defined in Granular.ts
Granular Synth
s0.p.set({inst: 'granular'})
_amp
Defined in BaseSynth.ts
Mutate the amplitude of an event
- value: amplitude value, from 0 to 1
- time:
_detune
Defined in BaseSynth.ts
Mutate the detune of the pitch
- value: detune value, in semitones
- time:
_direction
Defined in Granular.ts
Mutate playback direction
- value: playback direction, 1 = forward, -1 = backward
- time:
_grainpan
Defined in Granular.ts
Mutate grain pan
- value: grain pan, amount of randomess in grain panning, 0 - 1
- time:
_grainrate
Defined in Granular.ts
Mutate grain rate
- value: grain rate, number of grains per cycle or canvas
- time:
_grainsize
Defined in Granular.ts
Mutate grain size
- value: grain size, length of grain in beats
- time:
_grainslope
Defined in Granular.ts
Mutate grain slope
- value: grain slope, attack of grain, 0 - 1
- time:
_rate
Defined in Granular.ts
Mutate playback rate
- value: playback rate, > 0 is forward, < 0 is reverse. 1 is normal speed, 2 is double speed, etc.
- time:
_res
Defined in BaseSynth.ts
Mutate the resonance of the filter
- value: resonance value, from 0 to 1
- time:
acurve
Defined in BaseSynth.ts
Set the attack curve of an event
- value: attack curve value, from -1 to 1
- time:
begin
Defined in Granular.ts
Playback position start
- value: playback position start, 0 is the beginning of the sample, 1 is the end
- time:
cut
Defined in BaseSynth.ts
Cut all events playing at the given time
// when used in Zen, supply a list of streams to cut
s0.set({cut: [0,1]}) // cuts itself and s1
- time:
- ms: time in ms taken to release events
cutoff
Defined in BaseSynth.ts
Set the cutoff of the filter of an event
- value: cutoff value, in Hz
- time:
dcurve
Defined in BaseSynth.ts
Set the decay curve of an event
- value: decay curve value, from -1 to 1
- time:
direction
Defined in Granular.ts
Playback direction
- value: playback direction, 1 = forward, -1 = backward
- time:
end
Defined in Granular.ts
Playback position end
- value: playback position end, 0 is the beginning of the sample, 1 is the end
- time:
fila
Defined in BaseSynth.ts
Set the attack of the filter envelope of an event
- value: attack value in ms
- time:
filacurve
Defined in BaseSynth.ts
Set the attack curve of the filter envelope of an event
- value: attack curve value, from -1 to 1
- time:
fild
Defined in BaseSynth.ts
Set the decay of the filter envelope of an event
- value: decay value in ms
- time:
fildcurve
Defined in BaseSynth.ts
Set the decay curve of the filter envelope of an event
- value: decay curve value, from -1 to 1
- time:
filr
Defined in BaseSynth.ts
Set the release of the filter envelope of an event
- value: release value in ms
- time:
filrcurve
Defined in BaseSynth.ts
Set the release curve of the filter envelope of an event
- value: release curve value, from -1 to 1
- time:
fils
Defined in BaseSynth.ts
Set the sustain of the filter envelope of an event
- value: sustain value, from 0 to 1
- time:
grainpan
Defined in Granular.ts
Grain pan
- value: grain pan, amount of randomess in grain panning, 0 - 1
- time:
grainrate
Defined in Granular.ts
Grain rate
- value: grain rate, number of grains per cycle or canvas
- time:
loop
Defined in Granular.ts
Loop, whether to loop when playback reaches the end of the sample
- value: loop, 0 is off, 1 is on
- time:
moda
Defined in BaseSynth.ts
Set the attack of the modulation envelope of an event
- value: attack value in ms
- time:
modacurve
Defined in BaseSynth.ts
Set the attack curve of the modulation envelope of an event
- value: attack curve value, from -1 to 1
- time:
modd
Defined in BaseSynth.ts
Set the decay of the modulation envelope of an event
- value: decay value in ms
- time:
moddcurve
Defined in BaseSynth.ts
Set the decay curve of the modulation envelope of an event
- value: decay curve value, from -1 to 1
- time:
modr
Defined in BaseSynth.ts
Set the release of the modulation envelope of an event
- value: release value in ms
- time:
modrcurve
Defined in BaseSynth.ts
Set the release curve of the modulation envelope of an event
- value: release curve value, from -1 to 1
- time:
mods
Defined in BaseSynth.ts
Set the sustain of the modulation envelope of an event
- value: sustain value, from 0 to 1
- time:
rate
Defined in Granular.ts
Playback rate
- value: playback rate, > 0 is forward, < 0 is reverse. 1 is normal speed, 2 is double speed, etc.
- time:
rcurve
Defined in BaseSynth.ts
Set the release curve of an event
- value: release curve value, from -1 to 1
- time:
res
Defined in BaseSynth.ts
Set the resonance of the filter of an event
- value: resonance value, from 0 to 1
- time:
snap
Defined in Granular.ts
Snap sample length to divisions of a beat
- value: number of divisions to snap to, 0 means don't snap
- time:
Sampler
Defined in Sampler.ts
Sampler
s0.p.set({inst: 'sampler'})
_amp
Defined in BaseSynth.ts
Mutate the amplitude of an event
- value: amplitude value, from 0 to 1
- time:
_detune
Defined in BaseSynth.ts
Mutate the detune of the pitch
- value: detune value, in semitones
- time:
_rate
Defined in Sampler.ts
Mutate playback rate
- value: playback rate, > 0 is forward, < 0 is reverse. 1 is normal speed, 2 is double speed, etc.
- time:
_res
Defined in BaseSynth.ts
Mutate the resonance of the filter
- value: resonance value, from 0 to 1
- time:
acurve
Defined in BaseSynth.ts
Set the attack curve of an event
- value: attack curve value, from -1 to 1
- time:
begin
Defined in Sampler.ts
Playback position start
- value: playback position start, 0 is the beginning of the sample, 1 is the end
- time:
cut
Defined in BaseSynth.ts
Cut all events playing at the given time
// when used in Zen, supply a list of streams to cut
s0.set({cut: [0,1]}) // cuts itself and s1
- time:
- ms: time in ms taken to release events
cutoff
Defined in BaseSynth.ts
Set the cutoff of the filter of an event
- value: cutoff value, in Hz
- time:
dcurve
Defined in BaseSynth.ts
Set the decay curve of an event
- value: decay curve value, from -1 to 1
- time:
end
Defined in Sampler.ts
Playback position end
- value: playback position end, 0 is the beginning of the sample, 1 is the end
- time:
fila
Defined in BaseSynth.ts
Set the attack of the filter envelope of an event
- value: attack value in ms
- time:
filacurve
Defined in BaseSynth.ts
Set the attack curve of the filter envelope of an event
- value: attack curve value, from -1 to 1
- time:
fild
Defined in BaseSynth.ts
Set the decay of the filter envelope of an event
- value: decay value in ms
- time:
fildcurve
Defined in BaseSynth.ts
Set the decay curve of the filter envelope of an event
- value: decay curve value, from -1 to 1
- time:
filr
Defined in BaseSynth.ts
Set the release of the filter envelope of an event
- value: release value in ms
- time:
filrcurve
Defined in BaseSynth.ts
Set the release curve of the filter envelope of an event
- value: release curve value, from -1 to 1
- time:
fils
Defined in BaseSynth.ts
Set the sustain of the filter envelope of an event
- value: sustain value, from 0 to 1
- time:
loop
Defined in Sampler.ts
Loop, whether to loop when playback reaches the end of the sample or loopsize (see loopsize)
- value: loop, 0 is off, 1 is on
- time:
moda
Defined in BaseSynth.ts
Set the attack of the modulation envelope of an event
- value: attack value in ms
- time:
modacurve
Defined in BaseSynth.ts
Set the attack curve of the modulation envelope of an event
- value: attack curve value, from -1 to 1
- time:
modd
Defined in BaseSynth.ts
Set the decay of the modulation envelope of an event
- value: decay value in ms
- time:
moddcurve
Defined in BaseSynth.ts
Set the decay curve of the modulation envelope of an event
- value: decay curve value, from -1 to 1
- time:
modr
Defined in BaseSynth.ts
Set the release of the modulation envelope of an event
- value: release value in ms
- time:
modrcurve
Defined in BaseSynth.ts
Set the release curve of the modulation envelope of an event
- value: release curve value, from -1 to 1
- time:
mods
Defined in BaseSynth.ts
Set the sustain of the modulation envelope of an event
- value: sustain value, from 0 to 1
- time:
oneshot
Defined in Sampler.ts
Oneshot, always play the entire sample or not
- value: oneshot, 0 is off, 1 is on
- time:
rate
Defined in Sampler.ts
Playback rate
- value: playback rate, > 0 is forward, < 0 is reverse. 1 is normal speed, 2 is double speed, etc.
- time:
rcurve
Defined in BaseSynth.ts
Set the release curve of an event
- value: release curve value, from -1 to 1
- time:
res
Defined in BaseSynth.ts
Set the resonance of the filter of an event
- value: resonance value, from 0 to 1
- time:
snap
Defined in Sampler.ts
Snap sample length to divisions of a beat
- value: number of divisions to snap to, 0 means don't snap
- time:
SubSynth
Defined in SubSynth.ts
A simple synth for creating sine wave sub bass sounds, with some FM modulation.
s0.set({inst: 'sub'})
_amp
Defined in BaseSynth.ts
Mutate the amplitude of an event
- value: amplitude value, from 0 to 1
- time:
_detune
Defined in BaseSynth.ts
Mutate the detune of the pitch
- value: detune value, in semitones
- time:
_res
Defined in BaseSynth.ts
Mutate the resonance of the filter
- value: resonance value, from 0 to 1
- time:
acurve
Defined in BaseSynth.ts
Set the attack curve of an event
- value: attack curve value, from -1 to 1
- time:
cut
Defined in BaseSynth.ts
Cut all events playing at the given time
// when used in Zen, supply a list of streams to cut
s0.set({cut: [0,1]}) // cuts itself and s1
- time:
- ms: time in ms taken to release events
cutoff
Defined in BaseSynth.ts
Set the cutoff of the filter of an event
- value: cutoff value, in Hz
- time:
dcurve
Defined in BaseSynth.ts
Set the decay curve of an event
- value: decay curve value, from -1 to 1
- time:
fat
Defined in SubSynth.ts
Synth fatness - amount of FM applied
- value: 0 is not fat, 1 is max fat
- time:
fila
Defined in BaseSynth.ts
Set the attack of the filter envelope of an event
- value: attack value in ms
- time:
filacurve
Defined in BaseSynth.ts
Set the attack curve of the filter envelope of an event
- value: attack curve value, from -1 to 1
- time:
fild
Defined in BaseSynth.ts
Set the decay of the filter envelope of an event
- value: decay value in ms
- time:
fildcurve
Defined in BaseSynth.ts
Set the decay curve of the filter envelope of an event
- value: decay curve value, from -1 to 1
- time:
filr
Defined in BaseSynth.ts
Set the release of the filter envelope of an event
- value: release value in ms
- time:
filrcurve
Defined in BaseSynth.ts
Set the release curve of the filter envelope of an event
- value: release curve value, from -1 to 1
- time:
fils
Defined in BaseSynth.ts
Set the sustain of the filter envelope of an event
- value: sustain value, from 0 to 1
- time:
moda
Defined in BaseSynth.ts
Set the attack of the modulation envelope of an event
- value: attack value in ms
- time:
modacurve
Defined in BaseSynth.ts
Set the attack curve of the modulation envelope of an event
- value: attack curve value, from -1 to 1
- time:
modd
Defined in BaseSynth.ts
Set the decay of the modulation envelope of an event
- value: decay value in ms
- time:
moddcurve
Defined in BaseSynth.ts
Set the decay curve of the modulation envelope of an event
- value: decay curve value, from -1 to 1
- time:
modr
Defined in BaseSynth.ts
Set the release of the modulation envelope of an event
- value: release value in ms
- time:
modrcurve
Defined in BaseSynth.ts
Set the release curve of the modulation envelope of an event
- value: release curve value, from -1 to 1
- time:
mods
Defined in BaseSynth.ts
Set the sustain of the modulation envelope of an event
- value: sustain value, from 0 to 1
- time:
rcurve
Defined in BaseSynth.ts
Set the release curve of an event
- value: release curve value, from -1 to 1
- time:
res
Defined in BaseSynth.ts
Set the resonance of the filter of an event
- value: resonance value, from 0 to 1
- time:
Synth
Defined in Synth.ts
An all purpose synth with filters and FM
s0.p.set({inst: 'synth'})
_amp
Defined in BaseSynth.ts
Mutate the amplitude of an event
- value: amplitude value, from 0 to 1
- time:
_detune
Defined in BaseSynth.ts
Mutate the detune of the pitch
- value: detune value, in semitones
- time:
_osc
Defined in Synth.ts
Mutate the oscillator type Be careful when using FM with tri or square waves - RNBO bug
- value: Sine wave is 0, sawtooth is 1, triangle is 2, square is 3
- time:
_res
Defined in BaseSynth.ts
Mutate the resonance of the filter
- value: resonance value, from 0 to 1
- time:
acurve
Defined in BaseSynth.ts
Set the attack curve of an event
- value: attack curve value, from -1 to 1
- time:
cut
Defined in BaseSynth.ts
Cut all events playing at the given time
// when used in Zen, supply a list of streams to cut
s0.set({cut: [0,1]}) // cuts itself and s1
- time:
- ms: time in ms taken to release events
cutoff
Defined in BaseSynth.ts
Set the cutoff of the filter of an event
- value: cutoff value, in Hz
- time:
dcurve
Defined in BaseSynth.ts
Set the decay curve of an event
- value: decay curve value, from -1 to 1
- time:
fila
Defined in BaseSynth.ts
Set the attack of the filter envelope of an event
- value: attack value in ms
- time:
filacurve
Defined in BaseSynth.ts
Set the attack curve of the filter envelope of an event
- value: attack curve value, from -1 to 1
- time:
fild
Defined in BaseSynth.ts
Set the decay of the filter envelope of an event
- value: decay value in ms
- time:
fildcurve
Defined in BaseSynth.ts
Set the decay curve of the filter envelope of an event
- value: decay curve value, from -1 to 1
- time:
filr
Defined in BaseSynth.ts
Set the release of the filter envelope of an event
- value: release value in ms
- time:
filrcurve
Defined in BaseSynth.ts
Set the release curve of the filter envelope of an event
- value: release curve value, from -1 to 1
- time:
fils
Defined in BaseSynth.ts
Set the sustain of the filter envelope of an event
- value: sustain value, from 0 to 1
- time:
moda
Defined in BaseSynth.ts
Set the attack of the modulation envelope of an event
- value: attack value in ms
- time:
modacurve
Defined in BaseSynth.ts
Set the attack curve of the modulation envelope of an event
- value: attack curve value, from -1 to 1
- time:
modd
Defined in BaseSynth.ts
Set the decay of the modulation envelope of an event
- value: decay value in ms
- time:
moddcurve
Defined in BaseSynth.ts
Set the decay curve of the modulation envelope of an event
- value: decay curve value, from -1 to 1
- time:
modr
Defined in BaseSynth.ts
Set the release of the modulation envelope of an event
- value: release value in ms
- time:
modrcurve
Defined in BaseSynth.ts
Set the release curve of the modulation envelope of an event
- value: release curve value, from -1 to 1
- time:
mods
Defined in BaseSynth.ts
Set the sustain of the modulation envelope of an event
- value: sustain value, from 0 to 1
- time:
osc
Defined in Synth.ts
The oscillator type Be careful when using FM with tri or square waves - RNBO bug
- value: Sine wave is 0, sawtooth is 1, triangle is 2, square is 3
- time:
rcurve
Defined in BaseSynth.ts
Set the release curve of an event
- value: release curve value, from -1 to 1
- time:
res
Defined in BaseSynth.ts
Set the resonance of the filter of an event
- value: resonance value, from 0 to 1
- time: