fix: add trem to top level
This commit is contained in:
parent
af855a0c77
commit
0174e08639
1 changed files with 1 additions and 1 deletions
|
|
@ -877,7 +877,7 @@ export const { coarse } = registerControl('coarse');
|
||||||
* note("d d d# d".fast(4)).s("supersaw").tremolo("<3 2 100> ").tremoloskew("<.5>")
|
* note("d d d# d".fast(4)).s("supersaw").tremolo("<3 2 100> ").tremoloskew("<.5>")
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
export const { tremolo } = registerControl(['tremolo', 'tremolodepth', 'tremoloskew', 'tremolophase'], 'trem');
|
export const { tremolo, trem } = registerControl(['tremolo', 'tremolodepth', 'tremoloskew', 'tremolophase'], 'trem');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Modulate the amplitude of a sound with a continuous waveform
|
* Modulate the amplitude of a sound with a continuous waveform
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue