add highpass cmd
- remove bypass arg from reverb cmd
This commit is contained in:
parent
159048550d
commit
c743681515
5 changed files with 41 additions and 13 deletions
3
examples/highpass.scri
Normal file
3
examples/highpass.scri
Normal file
|
@ -0,0 +1,3 @@
|
|||
load :0;
|
||||
highpass 3 1 1000 0 0;
|
||||
quicksave;
|
|
@ -1,3 +1,3 @@
|
|||
load :0;
|
||||
reverb 3 1 0 25 30 0 0.8 0 0.2 1000 50 50;
|
||||
reverb 3 1 25 30 0 0.8 0 0.2 1000 50 50;
|
||||
quicksave;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue