From 0aeb09bba36a63a2063d69fd3a27bdd09d449f04 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Fri, 5 Jun 2020 00:33:43 +0200 Subject: [PATCH 1/2] set correct mode --- make.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 make.pl diff --git a/make.pl b/make.pl old mode 100644 new mode 100755 index 6bea38d..c6371ae --- a/make.pl +++ b/make.pl @@ -34,7 +34,7 @@ BEGIN $exe = $base; $zip_file .= "-linux64.xz"; $sep = "/"; - push @zip, "cJf", $zip_file, $exe; + push @zip, "tar", "cJf", $zip_file, $exe; push @pp, "pp"; } From 48f103fe6d126d958fc4fb4a0c46ce3d96a1b803 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Fri, 5 Jun 2020 00:34:31 +0200 Subject: [PATCH 2/2] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 664d9c4..e7f46a0 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Not supported: Next up is: 0. parsing the NetList.xml, so I can build a model of the Plugin. From that model, I hope to be able to automatically figure out the XOs for the plugin.ini. -0. Put the Driver code in a module -0. Build a windows exe without need for a perl installation +0. use a nicer file selector (the Tk-selector is a visual pain) + Additionally, I'd like to write a small HTML/JS app that takes the modell and displays the appropriate DSP controls (and/or generate [part] of that app from the script).