fix multiple plugin runs over same file

- add deinit() functions to help
This commit is contained in:
Luna 2019-07-10 11:47:35 -03:00
parent adf89eb360
commit 17ca737291
4 changed files with 46 additions and 39 deletions

8
examples/middle_amp.scri Normal file
View file

@ -0,0 +1,8 @@
load :0;
amp 5 1 8;
amp 7 4 2;
amp 80 70 10;
amp 80 73 20;
amp 80 75 20;
amp 80 76 20;
quicksave;

View file

@ -1,4 +0,0 @@
load :0;
amp 3 1 20;
# echo 3 0 1 0.2;
quicksave;