This commit is contained in:
Jade (Rose) Rowland 2025-07-18 22:04:18 -04:00
parent 34874862ab
commit dd04d49c75
3 changed files with 419 additions and 238 deletions

View file

@ -466,7 +466,10 @@ export const { tremolo } = registerControl(['tremolo', 'tremolodepth', 'tremolos
* note("d d d# d".fast(4)).s("supersaw").tremolosync("4").tremoloskew("<1 .5 0>")
*
*/
export const { tremolosync } = registerControl(['tremolosync', 'tremolodepth', 'tremoloskew', 'tremolophase'], 'tremsync');
export const { tremolosync } = registerControl(
['tremolosync', 'tremolodepth', 'tremoloskew', 'tremolophase'],
'tremsync',
);
/**
* depth of amplitude modulation
@ -1655,8 +1658,6 @@ export const { density } = registerControl('density');
export const { expression } = registerControl('expression');
export const { sustainpedal } = registerControl('sustainpedal');
export const { fshift } = registerControl('fshift');
export const { fshiftnote } = registerControl('fshiftnote');
export const { fshiftphase } = registerControl('fshiftphase');