fix: control naming
This commit is contained in:
parent
887fb6a84c
commit
5c5df74860
1 changed files with 2 additions and 6 deletions
|
|
@ -649,7 +649,7 @@ const generic_params = [
|
||||||
* @example
|
* @example
|
||||||
* sound("triangle").freq(300).vib("<1 2 4 8 16>")
|
* sound("triangle").freq(300).vib("<1 2 4 8 16>")
|
||||||
*/
|
*/
|
||||||
[['vibrato'], 'vib'],
|
['vib', 'vibrato'],
|
||||||
/**
|
/**
|
||||||
* Sets the vibrato depth as a multiple of base frequency (not vibrato speed!).
|
* Sets the vibrato depth as a multiple of base frequency (not vibrato speed!).
|
||||||
*
|
*
|
||||||
|
|
@ -658,10 +658,8 @@ const generic_params = [
|
||||||
* @example
|
* @example
|
||||||
* sound("triangle").freq(300).vib("<8 16>").vibmod("<0.25 0.5 0.75 1 2 4>")
|
* sound("triangle").freq(300).vib("<8 16>").vibmod("<0.25 0.5 0.75 1 2 4>")
|
||||||
*/
|
*/
|
||||||
[['vibmod'], 'vibmod'],
|
|
||||||
[['hcutoff', 'hresonance'], 'hpf', 'hp'],
|
|
||||||
['vib'],
|
|
||||||
['vibmod'],
|
['vibmod'],
|
||||||
|
[['hcutoff', 'hresonance'], 'hpf', 'hp'],
|
||||||
/**
|
/**
|
||||||
* Controls the **h**igh-**p**ass **q**-value.
|
* Controls the **h**igh-**p**ass **q**-value.
|
||||||
*
|
*
|
||||||
|
|
@ -933,8 +931,6 @@ const generic_params = [
|
||||||
['rate'],
|
['rate'],
|
||||||
// TODO: slide param for certain synths
|
// TODO: slide param for certain synths
|
||||||
['slide'],
|
['slide'],
|
||||||
|
|
||||||
['slidespeed'],
|
|
||||||
// TODO: detune? https://tidalcycles.org/docs/patternlib/tutorials/synthesizers/#supersquare
|
// TODO: detune? https://tidalcycles.org/docs/patternlib/tutorials/synthesizers/#supersquare
|
||||||
['semitone'],
|
['semitone'],
|
||||||
// TODO: dedup with synth param, see https://tidalcycles.org/docs/reference/synthesizers/#superpiano
|
// TODO: dedup with synth param, see https://tidalcycles.org/docs/reference/synthesizers/#superpiano
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue