Skip to content

Commit

Permalink
timestretch args
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Jan 26, 2022
1 parent 8a185e5 commit c575fa5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py-vortex/py_vortex/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
("f", "stutterdepth", ""),
("f", "stuttertime", ""),
("f", "sustain", ""),
("f", "timescale", ""),
("f", "timescalewin", ""),
("f", "tomdecay", ""),
("s", "unit", "used in conjunction with `speed`, accepts values of \"r\" (rate, default behavior), \"c\" (cycles), or \"s\" (seconds). Using `unit \"c\"` means `speed` will be interpreted in units of cycles, e.g. `speed \"1\"` means samples will be stretched to fill a cycle. Using `unit \"s\"` means the playback speed will be adjusted so that the duration is the number of seconds specified by `speed`."),
("f", "velocity", ""),
Expand Down

0 comments on commit c575fa5

Please sign in to comment.