Parameter Reference
Here, we provide details of parameters that can be set for each of the generators via the preset .yml files or using the modify_preset() Generator method.
A subset of these parameters are also 'mappable', i.e. can be controlled by input data via the Sources:
polar
azimuth
theta
volume
pitch
cutoff
spectrum
pitch_shift
volume_envelope/A
volume_envelope/D
volume_envelope/S
volume_envelope/R
volume_lfo/freq
volume_lfo/freq_shift
volume_lfo/amount
pitch_lfo/freq
pitch_lfo/freq_shift
pitch_lfo/amount
While a further subset of these are also 'evolvable', i.e. can be evolved over time using an Object-type source:
polar
azimuth
theta
volume
cutoff
pitch_shift
volume_lfo/freq_shift
volume_lfo/amount
pitch_lfo/freq_shift
pitch_lfo/amount
When mapping data input into Sources to expressive sound parameters, two numerical ranges are relevant - the mapping limits of the input parameters, and the range of values the mapped parameter can assume - the map_lims and param_lims arguments of the Sources modify_preset() Sources method, respectively.
The mapping limits, map_lims, are the minimum and maximum allowed values of the input data. Data values above or below the range are clipped to the corresponding limits. These can either be absolute values, specified numerically (e.g. 1.0) or percentiles, specified as a string (e.g. '100'). The param_lims then define the minimum and maximum values of the chosen sound parameters that the data are rescaled between. For example if map_lims={'pitch_shift', [0,3]} and param_lims={'pitch_shift', [0,24]}, data values of 1.25, 2 and 3 mapped to pitch_shift will result in pitch shifts of 10, 16 and 24 semitones, respectively.
Sampler Generator
The Sampler generator type can be used to modify and play audio samples (sound recordings) .
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Preset name |
default |
|
- |
|
Full description of the parameters selected for this preset, e.g. looping, volume and pitch envelopes, filters, etc. |
Default preset for the sampler, basic setup with no looping, and an on-off volume envelope. |
|
- |
|
Numerical note length in seconds, or |
sample |
|
seconds |
|
Option to play the sample on a loop. |
off |
|
- |
|
If looping, starting point of loop in seconds. |
0.0 |
|
unitless |
|
If looping, ending point of loop in seconds. If loop_end is longer than the sample, clip to end of the sample. |
10.0 |
|
unitless |
|
Apply a frequency filter to to the audio signal. Values are ‘on’ or ‘off’. A filter affects the timbre by filtering out certain harmonics |
off |
|
- |
|
Low pass filter (only allows frequencies lower than your cutoff to pass through) High pass filter (only allows frequencies higher than your cutoff to pass through) |
LPF1 |
|
- |
|
The cutoff frequency (or |
1.0 |
|
fraction |
|
Master Volume of generator. |
1.0 |
|
fraction |
|
Default pitch selection (used by all generators) |
1.0 |
|
unitless |
|
Azimuth coordinate for spatialising audio into differing channels |
0.0 |
|
cycles |
|
Polar coordinate for spatialising audio into differing channels |
0 |
|
half-cycles |
|
Pitch range maximum in semitones |
36 |
|
unitless |
|
Pitch range minimum in semitones |
0 |
|
unitless |
|
Default shift in semitones |
0.0 |
|
semitones |
volume_envelope parameter group
Define the note volume envelope applied to the samples. ‘ADSR’ is a common parametrisation in sound synthesis, find out more e.g. at this link.
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Attack, how long it takes for a sound to rise to 100% of the |
0.0 |
|
seconds |
|
Decay, how long it takes for the sounds volume to die down to the |
0.0 |
|
seconds |
|
Sustain, the volume level (from 0 to 1.0) maintained after the |
1.0 |
|
fraction |
|
Release, how long the tone takes to finally die away once the note is released. |
0.0 |
|
seconds |
|
Curvature of the attack portion of the envelope. Values from -1 to 1, positive indicates increases quickly then slow, negative slowly then quick. a value of 0 is a linear attack, increasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the Decay portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear decay, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the release portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear release, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Total amplitude level of the envelope from 0 to 1, contolling maximum volume of the note. |
1.0 |
|
fraction |
pitch_lfo parameter group
Controls for the 'Low Frequency Oscillator' (LFO) used to modulate pitch of notes at rhythmic
frequencies. In music this is often referred to as 'vibrato'.
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Switch feature on or off |
False |
|
- |
|
Type of waveform used for the oscillator. As with |
saw |
|
- |
|
the amplitude of the maximal pitch oscillation from the underlying pitch |
0.5 |
|
semitones |
|
Base frequency of the LFO oscillations. |
4 |
|
Hz |
|
Shift relative to the base LFO frequency. |
0 |
|
octave |
|
The phase of the LFO oscillations, defined in terms of fraction of a whole cycle |
random |
|
- |
|
Attack, how long it takes for the LFO depth to rise to 100% of the |
0.3 |
|
seconds |
|
Decay, how long it takes for the LFO depth to die down to the |
0.1 |
|
seconds |
|
Sustain, the LFO depth (from 0 to 1.0) maintained after the |
1.0 |
|
fraction |
|
Release, how long LFO depth takes to finally die to 0 once the note is released. |
0.0 |
|
seconds |
|
Curvature of the attack portion of the envelope. Values from -1 to 1, positive indicates increases quickly then slow, negative slowly then quick. a value of 0 is a linear attack, increasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the Decay portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear decay, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the release portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear release, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Total level of the envelope from 0 to 1, contolling maximum depth of the LFO. |
1 |
|
fraction |
volume_lfo parameter group
Controls for the 'Low Frequency Oscillator' (LFO) used to modulate volume of notes at rhythmic
frequencies. In music this is often referred to as 'tremolo'.
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
switch volume LFO effects on or off |
False |
|
- |
|
Type of waveform used for the oscillator. As with |
sine |
|
- |
|
The amplitude of the maximal volume oscillation from the underlying pitch |
0.5 |
|
unitless |
|
Base frequency of the LFO oscillations. |
2 |
|
Hz |
|
Shift relative to the base LFO frequency |
0 |
|
octave |
|
The phase of the LFO oscillations, defined in terms of fraction of a whole cycle. |
random |
|
- |
|
Attack, how long it takes for the LFO depth to rise to 100% of the |
0.3 |
|
seconds |
|
Decay, how long it takes for the LFO depth to die down to the |
0.1 |
|
seconds |
|
Sustain, the LFO depth (from 0 to 1.0) maintained after the |
1.0 |
|
fraction |
|
Release, how long LFO depth takes to finally die to 0 once the note is released. |
0.0 |
|
seconds |
|
Curvature of the attack portion of the envelope. Values from -1 to 1, positive indicates increases quickly then slow, negative slowly then quick. a value of 0 is a linear attack, increasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the Decay portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear decay, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the release portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear release, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Total level of the envelope from 0 to 1, contolling maximum depth of the LFO. |
1 |
|
fraction |
Synthesiser Generator
The Synth generator type can be used to synthesise sound using mathematically generated waveforms or oscillators. The preset can be used to modify the relative frequency, phase and amplitude of these oscillators.
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Name of the preset |
default |
|
- |
|
Full description of the preset purpose and parameters. |
Default preset for the synthesizer, using three saw wave oscillators, two of which are detuned slightly higher and lower respectively, with lower volumes. This gives a harmonically rich sound, suitable for filtering, with detuned unison saws removing some harshness. |
|
- |
|
Numerical note length in seconds |
0.1 |
|
seconds |
|
Do we apply a frequency filter to the audio signal? This can be used to change the balance of frequencies and manipulate the ‘timbre’ of a note |
off |
|
- |
|
Choose from available filter types |
LPF1 |
|
- |
|
The cut-off frequency (or |
1.0 |
|
fraction |
|
Master Volume of synthesizer |
1.0 |
|
fraction |
|
Default pitch selection |
1.0 |
|
unitless |
|
Azimuth coordinate for spatialising audio into differing channels |
0.0 |
|
cycles |
|
Polar coordinate for spatialising audio into differing channels |
0 |
|
half-cycles |
|
Pitch range maximum in semitones |
0.1 |
|
unitless |
|
Pitch range minimum in semitones |
0 |
|
unitless |
|
Default shift in semitones |
0.0 |
|
semitones |
oscillators parameter group
Oscillator information. Oscillator are denoted osc<n>, allowing an arbitrary number of oscillators to be combined to make the intrtinsic tone. The default preset demontrates this using 3 sawtooth oscillators, slightly detuned from each other to create a ‘detuned saw’ sound, hence the identically structured oscillators below.
osc1 parameter group
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Type of waveform used for oscillator 1, choose from [‘saw’, ‘square’, ‘sine’, ‘tri’, ‘noise’] |
saw |
|
- |
|
Amplitude of the oscillator from 0 to 1, contolling maximum volume of the note |
1.0 |
|
unitless |
|
Change in tuning as a percentage of the input frequency |
0.0 |
|
unitless |
|
The phase of the oscillator, defined in terms of fraction of a whole cycle |
0 |
|
unitless |
osc2 parameter group
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Type of waveform used for oscillator 2, choose from [‘saw’, ‘square’, ‘sine’, ‘tri’, ‘noise’] |
saw |
|
- |
|
Amplitude of the oscillator from 0 to 1, contolling maximum volume of the note |
0.5 |
|
unitless |
|
Change in tuning as a percentage of the input frequency |
0.75 |
|
unitless |
|
The phase of the oscillator, defined in terms of fraction of a whole cycle |
0.3 |
|
unitless |
osc3 parameter group
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Type of waveform used for oscillator 3, choose from [‘saw’, ‘square’, ‘sine’, ‘tri’, ‘noise’] |
saw |
|
- |
|
Amplitude of the oscillator from 0 to 1, contolling maximum volume of the note |
0.5 |
|
unitless |
|
Change in tuning as a percentage of the input frequency |
0.75 |
|
unitless |
|
The phase of the oscillator, defined in terms of fraction of a whole cycle |
0.6 |
|
unitless |
volume_envelope parameter group
Define the note volume envelope applied to the samples. ‘ADSR’ is a common parametrisation in sound synthesis, find out more e.g. at this link
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Attack, how long it takes for a sound to rise to 100% of the |
0.0 |
|
seconds |
|
Decay, how long it takes for the sounds volume to die down to the |
0.1 |
|
seconds |
|
Sustain, the volume level (from 0 to 1.0) maintained after the |
1.0 |
|
fraction |
|
Release, how long the tone takes to finally die away once the note is released. |
0.0 |
|
seconds |
|
Curvature of the attack portion of the envelope. Values from -1 to 1, positive indicates increases quickly then slow, negative slowly then quick. a value of 0 is a linear attack, increasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the Decay portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear decay, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the release portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear release, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Total level of the envelope from 0 to 1, contolling maximum depth of the LFO. |
1.0 |
|
fraction |
pitch_lfo parameter group
Controls for the ‘Low Frequency Oscillator’ (LFO) used to modulate pitch of notes at rhythmic frequencies. In music this is often referred to as ‘vibrato’
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Switch pitch LFO effects on or off |
False |
|
- |
|
Type of waveform used for the oscillator. As with |
sine |
|
- |
|
The amplitude of the maximal pitch oscillation from the underlying pitch |
0.5 |
|
semitones |
|
Base frequency of the LFO oscillations. |
3 |
|
Hz |
|
Shift relative to the bae LFO frequency |
0 |
|
octave |
|
The phase of the LFO oscillations, defined in terms of fraction of a whole cycle |
random |
|
- |
|
Attack, how long it takes for the LFO depth to rise to 100% of the |
0.0 |
|
seconds |
|
Decay, how long it takes for the LFO depth to die down to the |
0.1 |
|
seconds |
|
Sustain, the LFO depth (from 0 to 1.0) maintained after the |
1.0 |
|
fraction |
|
Release, how long LFO depth takes to finally die to 0 once the note is released. |
0.0 |
|
seconds |
|
“Curvature” of the attack portion of the envelope. Values from -1 to 1, positive indicates increases quickly then slow, negative slowly then quick. a value of 0 is a linear attack, increasing at a constant rate. |
0.0 |
|
unitless |
|
“Curvature” of the Decay portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear decay, decreasing at a constant rate. |
0.0 |
|
unitless |
|
“Curvature” of the release portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear release, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Total amplitude level of the envelope from 0 to 1, contolling maximum depth of the LFO. |
1 |
|
fraction |
volume_lfo parameter group
Controls for the ‘Low Frequency Oscillator’ (LFO) used to modulate volume of notes at rhythmic frequencies. In music this is often referred to as ‘tremolo’.
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Switch pitch LFO effects on or off |
False |
|
- |
|
Type of waveform used for the oscillator. As with |
sine |
|
- |
|
the amplitude of the maximal volume oscillation from the underlying pitch |
0.5 |
|
unitless |
|
Base frequency of the LFO oscillations. |
3 |
|
Hz |
|
shift relative to the bae LFO frequency |
0 |
|
octave |
|
The phase of the LFO oscillations, defined in terms of fraction of a whole cycle |
random |
|
- |
|
Attack, how long it takes for the LFO depth to rise to 100% of the |
0.0 |
|
seconds |
|
Decay, how long it takes for the LFO depth to die down to the |
0.1 |
|
seconds |
|
Sustain, the LFO depth (from 0 to 1.0) maintained after the |
1.0 |
|
fraction |
|
Release, how long LFO depth takes to finally die to 0 once the note is released. |
0.0 |
|
seconds |
|
“Curvature” of the attack portion of the envelope. Values from -1 to 1, positive indicates increases quickly then slow, negative slowly then quick. a value of 0 is a linear attack, increasing at a constant rate. |
0.0 |
|
unitless |
|
“Curvature” of the Decay portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear decay, decreasing at a constant rate. |
0.0 |
|
unitless |
|
“Curvature” of the release portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear release, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Total level of the envelope from 0 to 1, contolling maximum depth of the LFO. |
1 |
|
fraction |
Spectraliser Generator
The Spectraliser generator type can be used to represent a frequency spectrum, by mapping any frequency range to an audible range, and generating a representative sound signal (using an IFFT approach). In this approach, narrow spikes become tones at their frequency position, a sloped continuum becomes coloured noise, etc. Note: this generator must take a spectrum input, as an array, representing ‘flux’ or ‘power’ values of a spectrum, arranged from lowest to highest frequncy.
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
name for a particular preset. |
default |
|
- |
|
full description of what a preset does. |
Default preset for the synthesizer, using three saw wave oscillators, two of which are detuned slightly higher and lower respectively, with lower volumes. This gives a harmonically rich sound, suitable for filtering, with detuned unison saws removing some harshness. |
|
- |
|
Numerical note length |
0.1 |
|
seconds |
|
Do we apply a frequency filter to the audio signal? This can be used to change the balance of frequencies and manipulate the ‘timbre’ of a note |
off |
|
- |
|
Choose from available filter types |
LPF1 |
|
- |
|
The cut-off frequency (or ‘knee’) of the filter, at which frequencies are attenuated beyond. specified between 0 and 1 as a fraction of the audible range of notes we can hear (E0 to D#10). |
1.0 |
|
fraction |
|
Master Volume of generator |
1.0 |
|
fraction |
|
How to interpolate and resample points in the spectrum. “sample”: interpolate spectrum values directly; “preserve_power”: integrate, interpolate then differentiate to avoid missing power in narrow features. |
sample |
|
- |
|
Boolean, for an evolving spectrum, do we regenerate phases for each buffer, or keep the same? |
True |
|
- |
|
Boolean, whether or not to generate IFFT such that the spectrum sample points are hit exactly. |
True |
|
- |
|
Minimum sound frequency used to represent the data |
50.0 |
|
Hz |
|
Maximum sound frequency used to represent the data |
2000.0 |
|
Hz |
|
Default pitch selection (used by all generators) |
1.0 |
|
unitless |
|
Azimuth coordinate for spatialising audio into differing channels |
0.0 |
|
cycles |
|
Polar coordinate for spatialising audio into differing channels |
0 |
|
half-cycles |
|
Pitch range maximum in semitones |
0.1 |
|
unitless |
|
Pitch range minimum in semitones |
0 |
|
unitless |
|
Default shift in semitones |
0.0 |
|
semitones |
|
Boolean, whether or not the spectrum is Equalised such that single tones at different frequencies should sound equally loud (to the average listener, at a default loudness of 70 phon), following ISO:226. |
False |
|
- |
volume_envelope parameter group
Define the note volume envelope applied to the samples A,D,S & R correspond to ‘attack’, ‘decay’, ‘sustain’ and ‘release’. ‘ADSR’ is a common parametrisation in sound synthesis, Find out more e.g. at this link.
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Attack, how long it takes for a sound to rise to 100% of the |
0.0 |
|
seconds |
|
Decay, how long it takes for the sounds volume to die down to the |
0.1 |
|
seconds |
|
Sustain, the volume level (from 0 to 1.0) maintained after the |
1.0 |
|
fraction |
|
Release, how long the tone takes to finally die away once the note is released. |
0.0 |
|
seconds |
|
Curvature of the attack portion of the envelope. Values from -1 to 1, positive indicates increases quickly then slow, negative slowly then quick. a value of 0 is a linear attack, increasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the Decay portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear decay, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the release portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear release, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Total amplitude level of the envelope from 0 to 1, contolling maximum volume of the note. |
1.0 |
|
fraction |
pitch_lfo parameter group
Controls for the 'Low Frequency Oscillator' (LFO) used to modulate pitch of notes at rhythmic
frequencies. In music this is often referred to as 'vibrato'.
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
Switch feature on or off |
False |
|
- |
|
Type of waveform used for the oscillator. As with |
sine |
|
- |
|
the amplitude of the maximal pitch oscillation from the underlying pitch |
0.5 |
|
semitones |
|
Base frequency of the LFO oscillations. |
3 |
|
Hz |
|
Shift relative to the base LFO frequency. |
0 |
|
octave |
|
The phase of the LFO oscillations, defined in terms of fraction of a whole cycle |
random |
|
- |
|
Attack, how long it takes for the LFO depth to rise to 100% of the |
0.0 |
|
seconds |
|
Decay, how long it takes for the LFO depth to die down to the |
0.1 |
|
seconds |
|
Sustain, the LFO depth (from 0 to 1.0) maintained after the |
1.0 |
|
fraction |
|
Release, how long LFO depth takes to finally die to 0 once the note is released. |
0.0 |
|
seconds |
|
Curvature of the attack portion of the envelope. Values from -1 to 1, positive indicates increases quickly then slow, negative slowly then quick. a value of 0 is a linear attack, increasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the Decay portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear decay, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the release portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear release, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Total level of the envelope from 0 to 1, contolling maximum depth of the LFO. |
1 |
|
fraction |
volume_lfo parameter group
Controls for the 'Low Frequency Oscillator' (LFO) used to modulate volume of notes at rhythmic
frequencies. In music this is often referred to as 'tremolo'.
Parameter |
Description |
Default Value |
Default Range |
Unit |
|---|---|---|---|---|
|
switch volume LFO effects on or off |
False |
|
- |
|
Type of waveform used for the oscillator. As with |
sine |
|
- |
|
The amplitude of the maximal volume oscillation from the underlying pitch |
0.5 |
|
unitless |
|
Base frequency of the LFO oscillations. |
3 |
|
Hz |
|
Shift relative to the base LFO frequency |
0 |
|
octave |
|
The phase of the LFO oscillations, defined in terms of fraction of a whole cycle. |
random |
|
- |
|
Attack, how long it takes for the LFO depth to rise to 100% of the |
0.0 |
|
seconds |
|
Decay, how long it takes for the LFO depth to die down to the |
0.1 |
|
seconds |
|
Sustain, the LFO depth (from 0 to 1.0) maintained after the |
1.0 |
|
fraction |
|
Release, how long LFO depth takes to finally die to 0 once the note is released. |
0.0 |
|
seconds |
|
Curvature of the attack portion of the envelope. Values from -1 to 1, positive indicates increases quickly then slow, negative slowly then quick. a value of 0 is a linear attack, increasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the Decay portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear decay, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Curvature of the release portion of the envelope. Values from -1 to 1, positive indicates decreases quickly then slow, negative slowly then quick. a value of 0 is a linear release, decreasing at a constant rate. |
0.0 |
|
unitless |
|
Total level of the envelope from 0 to 1, contolling maximum depth of the LFO. |
1 |
|
fraction |