add highpass cmd

- remove bypass arg from reverb cmd
This commit is contained in:
Luna 2019-07-10 20:41:17 -03:00
parent 159048550d
commit c743681515
5 changed files with 41 additions and 13 deletions

3
examples/highpass.scri Normal file
View file

@ -0,0 +1,3 @@
load :0;
highpass 3 1 1000 0 0;
quicksave;

View file

@ -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;