diff --git a/app/pages/audio.html b/app/pages/audio.html new file mode 100644 index 0000000..88b6fde --- /dev/null +++ b/app/pages/audio.html @@ -0,0 +1,92 @@ + + + + + + + + + Wavsyn - Tools for the Ensoniq Mirage + + + +
+ Mirage Audio Processor and Disk Image Creator + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
StepsChoose InputsCurrent values
Choose the Source Folder for the process
Choose a process to run
Convert 32 bit float files to 8 bit
Choose the Destination Folder for the process
+ +
+ + + + + + + + + + + + + + + + + + + + + +
Processing
+ +
+
+
+ + + + + + \ No newline at end of file diff --git a/app/pages/editor.html b/app/pages/editor.html deleted file mode 100644 index 665a547..0000000 --- a/app/pages/editor.html +++ /dev/null @@ -1,414 +0,0 @@ - - - - - - - - - - Wavsyn - Tools for the Ensoniq Mirage - - -
- Mirage Program Editor - - -
-
-
- -
-
- MIDI IN - -
-
- MIDI OUT - -
-
-
-
- - -
-
- - -
-
- -
-
- -
-
- Currently Editing -
-
- -
-
- -
-
-
- -
- - -
-
-
-
- - General Parameters - -
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
- -
-
-
- -
-
- - - - -
-
- -
-
- -
-
- - - -
-
-
-
- - -
- - -
-
-
- - Amplitude Envelope - - -
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- - -
- -
- -
-
- - Amplitude Envelope VS - -
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
-
- - -
-
-
- - Filter Envelope - -
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- - - -
- -
- - -
-
- - Filter Envelope VS  - -
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
- -
-
- -
-
-
-
-
- - - -
-
-
- VS = Velocity Sensitivity
- -
- - - \ No newline at end of file diff --git a/index.html b/index.html index 781e7f4..7fc7d19 100644 --- a/index.html +++ b/index.html @@ -1,92 +1,414 @@ - - - + + + + Wavsyn - Tools for the Ensoniq Mirage -
- Mirage Audio Processor and Disk Image Creator - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
StepsChoose InputsCurrent values
Choose the Source Folder for the process
Choose a process to run + +
+ MIDI IN + +
+
+ MIDI OUT +
Convert 32 bit float files to 8 bit
Choose the Destination Folder for the process
- -
- - - - - - - - - - - - - - - - - - - - - -
Processing
- -
-
+ + + +
+
+ + +
+
+ + +
+
+ +
+
+ +
+
+ Currently Editing +
+
+ +
+
+ +
+
+ + +
+ + +
+
+
+
+ + General Parameters + +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+
+ + + + +
+
+ +
+
+ +
+
+ + + +
+
+
+
+ + +
+ + +
+
+
+ + Amplitude Envelope + + +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ + +
+ +
+ +
+
+ + Amplitude Envelope VS + +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+ + +
+
+
+ + Filter Envelope + +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ + + +
+ +
+ + +
+
+ + Filter Envelope VS  + +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+
+ + + +
+
+
+ VS = Velocity Sensitivity
+
- - - + - \ No newline at end of file diff --git a/main.js b/main.js index f7f843d..9f52a4a 100644 --- a/main.js +++ b/main.js @@ -498,13 +498,13 @@ const template = [ { label: 'Audio Processor', click() { //load main view (which is also default) - mainWindow.loadFile(path.join(__dirname, "index.html")); + mainWindow.loadFile(path.join(__dirname, "/app/pages/audio.html")); } }, { label: 'Editor', click() { //load editor html file - mainWindow.loadFile(path.join(__dirname, "/app/pages/editor.html")); + mainWindow.loadFile(path.join(__dirname, "index.html")); }}, { role: 'minimize' },