Skip to content

Commit c575fa5

Browse files
committed
timestretch args
1 parent 8a185e5 commit c575fa5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

py-vortex/py_vortex/control.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101
("f", "stutterdepth", ""),
102102
("f", "stuttertime", ""),
103103
("f", "sustain", ""),
104+
("f", "timescale", ""),
105+
("f", "timescalewin", ""),
104106
("f", "tomdecay", ""),
105107
("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`."),
106108
("f", "velocity", ""),

0 commit comments

Comments
 (0)