summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-02-11 23:16:16 +0100
committerrekado <rekado@elephly.net>2015-02-11 23:16:30 +0100
commit1a272c393f972f6f8dc499818b90218bcc07bfb6 (patch)
tree52d932f2dc444bfc065d986dc3e512749104a661 /src
parentd8584d0dcc40409682e5ce6cb87c7b102a79601c (diff)
name peg file after TYPEHEAD0.0.2master
Diffstat (limited to 'src')
-rw-r--r--src/mdaPiano.h6
-rw-r--r--src/mdaPianoVoice.h6
2 files changed, 10 insertions, 2 deletions
diff --git a/src/mdaPiano.h b/src/mdaPiano.h
index ffb26c8..134be85 100644
--- a/src/mdaPiano.h
+++ b/src/mdaPiano.h
@@ -3,7 +3,11 @@
//See associated .cpp file for copyright and other info
#include "mdaPianoVoice.h"
-#include "ports.peg"
+#ifdef PIANO
+#include "mdaPiano.peg"
+#elif defined EPIANO
+#include "mdaEPiano.peg"
+#endif
#pragma GCC system_header
#include <lvtk/synth.hpp>
diff --git a/src/mdaPianoVoice.h b/src/mdaPianoVoice.h
index 9de7cac..6c5c0db 100644
--- a/src/mdaPianoVoice.h
+++ b/src/mdaPianoVoice.h
@@ -2,7 +2,11 @@
#define MDA_PIANO_VOICE_H
#include "mdaPianoCommon.h"
-#include "ports.peg"
+#ifdef PIANO
+#include "mdaPiano.peg"
+#elif defined EPIANO
+#include "mdaEPiano.peg"
+#endif
#pragma GCC system_header
#include <lvtk/synth.hpp>