documenting vibrato and removing broken slide/pitchJump mechanism

This commit is contained in:
Raphael Forment 2023-09-08 13:43:43 +02:00
parent 3431803980
commit 74442b0d76
2 changed files with 7 additions and 9 deletions

View file

@ -686,6 +686,7 @@ const generic_params = [
['rate'],
// TODO: slide param for certain synths
['slide'],
['slidespeed'],
// TODO: detune? https://tidalcycles.org/docs/patternlib/tutorials/synthesizers/#supersquare
['semitone'],
@ -893,10 +894,13 @@ const generic_params = [
// ZZFX
['zrand'],
['curve'],
['slide'], // superdirt duplicate
['deltaSlide'],
['pitchJump'],
['pitchJumpTime'],
['slide'], // superdirt duplicate
['deltaSlide'],
/**
*
*/
['lfo', 'repeatTime'],
['noise'],
['zmod'],