Working version of LFOs

This commit is contained in:
Aria 2025-08-20 00:38:25 -05:00
parent f17a4d045f
commit 4a70ac5a99
3 changed files with 141 additions and 17 deletions

View file

@ -1430,6 +1430,11 @@ export const { panorient } = registerControl('panorient');
// ['portamento'],
// TODO: LFO rate see https://tidalcycles.org/docs/patternlib/tutorials/synthesizers/#supersquare
export const { rate } = registerControl('rate');
export const { lfoTarget } = registerControl('lfoTarget');
export const { lfoParam } = registerControl('lfoParam');
export const { lfoNum } = registerControl('lfoNum');
export const { lfoBipolar } = registerControl('lfoBipolar');
export const { lfoShape } = registerControl('lfoShape');
// TODO: slide param for certain synths
export const { slide } = registerControl('slide');
// TODO: detune? https://tidalcycles.org/docs/patternlib/tutorials/synthesizers/#supersquare