add many experimental plugins
This commit is contained in:
parent
9a6caa2453
commit
7c4dead5cf
11 changed files with 172 additions and 3 deletions
5
examples/degrade.scri
Normal file
5
examples/degrade.scri
Normal file
|
@ -0,0 +1,5 @@
|
|||
load :0;
|
||||
degrade 5 1 0.8 0.5 0.65 0.9 0.58 0.5;
|
||||
degrade 5 2 0.1 1 0.65 0.5 0.5 0.4;
|
||||
degrade 5 3 0.1 1 0.65 0.9 0.58 0.5;
|
||||
quicksave;
|
3
examples/detune.scri
Normal file
3
examples/detune.scri
Normal file
|
@ -0,0 +1,3 @@
|
|||
load :0;
|
||||
detune 3 1 0.2 0.9 0.5 0.5;
|
||||
quicksave;
|
|
@ -1,5 +1,3 @@
|
|||
load :0;
|
||||
gate 5 1 0 1 100 500 1000 -50;
|
||||
gate 5 2 1 1 100 500 1000 -50;
|
||||
gate 5 3 1 1 150 1000 1000 -50;
|
||||
gate 3 1 0 -70 30 500 1000 -90;
|
||||
quicksave;
|
||||
|
|
5
examples/overdrive.scri
Normal file
5
examples/overdrive.scri
Normal file
|
@ -0,0 +1,5 @@
|
|||
load :0;
|
||||
overdrive 5 1 0.5 0 0.4;
|
||||
overdrive 5 2 0.6 0.2 0.3;
|
||||
overdrive 5 3 0.7 0.3 0.2;
|
||||
quicksave;
|
8
examples/repsycho.scri
Normal file
8
examples/repsycho.scri
Normal file
|
@ -0,0 +1,8 @@
|
|||
load :0;
|
||||
repsycho 8 1 1 1 0.5 0.6 0.45 1 0;
|
||||
repsycho 8 2 1 1 1 0.6 0.45 1 0;
|
||||
repsycho 8 3 1 1 0.5 0.8 0.45 1 0;
|
||||
repsycho 8 4 1 1 0.5 0.6 0.1 1 0;
|
||||
repsycho 8 5 1 1 0.5 0.6 0.45 0.5 0;
|
||||
repsycho 8 6 1 1 0.5 0.6 0.45 1 1;
|
||||
quicksave;
|
3
examples/talkbox.scri
Normal file
3
examples/talkbox.scri
Normal file
|
@ -0,0 +1,3 @@
|
|||
load :0;
|
||||
talkbox 3 1 0.5 0 0 1;
|
||||
quicksave;
|
Loading…
Add table
Add a link
Reference in a new issue