Added ZIP version of Design Tool F32 for non-internet connection operation.

pull/13/head
boblark 2 years ago
parent f50a9da73f
commit b4e76fa8cb
  1. 2
      docs/red/main.js
  2. BIN
      gui/DesignTool_F32.zip
  3. 18
      gui/readme.md

@ -214,7 +214,7 @@ var RED = (function() {
statusEnabled = btnStatus.toggleClass("active").hasClass("active");
RED.view.status(statusEnabled);
}
function showHelp() {
var dialog = $('#node-help');

Binary file not shown.

@ -1,18 +1,20 @@
This gui folder holds the stand-alone Open Audio Design Tool for
floating point (F32) Teensy audio. This ZIP file is up to date
with the latest F32 Design Tool.
This ZIP file holds the stand-alone Open Audio Design Tool for
floating point (F32) Teensy audio library. Stand-alone means it has all
files necessary to run from a PC, without an Internet connection.
A Web browser is needed.
This ZIP file is kept up-to-date with the latest F32 Design Tool.
To make the Design Tool package available in a single click, a current
copy that tracks GitHub is available at
copy of the ZIP, that tracks GitHub, is available at
http://www.janbob.com/electron/OpenAudio_Design_Tool/DesignTool_F32.zip
To run the Design Tool from local storage,
create a new directory (folder) anywhere that it is convenient, and call it
something like DesignTool_F32. Copy the file DesignTool_F32.zip
to your new directory and extract all files.
The files/folder are not in a containing folder. You can point your
to your new directory and extract all files. You can point your
browser at the file index.html and the Design Tool will be in full
oeration.
operation.
The same Design Tool is available via the Internet at:
The same Design Tool, browser ready, is available on the Internet at:
http://www.janbob.com/electron/OpenAudio_Design_Tool/index.html

Loading…
Cancel
Save