diff Source/TouchKeys/PianoKeyboard.h @ 20:dfff66c07936

Lots of minor changes to support building on Visual Studio. A few MSVC-specific #ifdefs to eliminate things Visual Studio doesn't like. This version now compiles on Windows (provided liblo, Juce and pthread are present) but the TouchKeys device support is not yet enabled. Also, the code now needs to be re-checked on Mac and Linux.
author Andrew McPherson <andrewm@eecs.qmul.ac.uk>
date Sun, 09 Feb 2014 18:40:51 +0000
parents 3580ffe87dc8
children
line wrap: on
line diff
--- a/Source/TouchKeys/PianoKeyboard.h	Sat Dec 07 18:44:48 2013 +0000
+++ b/Source/TouchKeys/PianoKeyboard.h	Sun Feb 09 18:40:51 2014 +0000
@@ -29,7 +29,6 @@
 #include <iostream>
 #include <fstream>
 #include <map>
-#include "../JuceLibraryCode/JuceHeader.h"
 #include "../Utility/Types.h"
 #include "../Utility/Node.h"
 #include "PianoKey.h"
@@ -38,7 +37,7 @@
 #include "../Display/KeyPositionGraphDisplay.h"
 #include "Osc.h"
 #include "../Utility/Scheduler.h"
-
+#include "../JuceLibraryCode/JuceHeader.h"
 
 #define NUM_KEYS 88
 #define NUM_PEDALS 3