Skip to content

Commit

Permalink
Merge branch 'master' of github.com:archi/aurora-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
archi committed Jun 5, 2020
2 parents e5ad143 + 48f103f commit 96209b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion make.pl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

Expand Down

0 comments on commit 96209b0

Please sign in to comment.