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
+
+
+
+
+
+
+
+
+
+
\ 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
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 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
-
-
-
+
+
+
+
+
+
+
+ Currently Editing
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 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' },