Add oct synonym
This commit is contained in:
parent
ae47d767ce
commit
8b427bc1dd
1 changed files with 2 additions and 1 deletions
|
|
@ -1865,11 +1865,12 @@ export const { nudge } = registerControl('nudge');
|
||||||
* Sets the default octave of a synth.
|
* Sets the default octave of a synth.
|
||||||
*
|
*
|
||||||
* @name octave
|
* @name octave
|
||||||
|
* @synonyms oct
|
||||||
* @param {number | Pattern} octave octave number
|
* @param {number | Pattern} octave octave number
|
||||||
* @example
|
* @example
|
||||||
* n("0,4,7").scale("F:minor").s('supersaw').octave("<0 1 2 3>")
|
* n("0,4,7").scale("F:minor").s('supersaw').octave("<0 1 2 3>")
|
||||||
*/
|
*/
|
||||||
export const { octave } = registerControl('octave');
|
export const { octave, oct } = registerControl('octave', 'oct');
|
||||||
|
|
||||||
// ['ophatdecay'],
|
// ['ophatdecay'],
|
||||||
// TODO: example
|
// TODO: example
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue