From 469316ca9c63006cda58b4b25bd5f6b1f7d67f4b Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Thu, 13 Dec 2012 00:18:21 +0000 Subject: Fixed some vst controls stuck. Added vst master timebase (sequencers should work now). Not quite finished. Fixed weird QString bug causing some patch names to appear with garbage characters. --- muse2/synti/libsynti/mess.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'muse2/synti/libsynti') diff --git a/muse2/synti/libsynti/mess.h b/muse2/synti/libsynti/mess.h index 79d3d7e7..db74c1c8 100644 --- a/muse2/synti/libsynti/mess.h +++ b/muse2/synti/libsynti/mess.h @@ -26,10 +26,10 @@ #define MESS_MAJOR_VERSION 1 #define MESS_MINOR_VERSION 1 +#include #include "mpevent.h" class QWidget; -class QString; class MessP; //--------------------------------------------------------- @@ -88,7 +88,7 @@ class Mess { virtual void getInitData(int* n, const unsigned char**) /*const*/ { *n = 0; } // No const: Synths may need to allocate member pointers. p4.0.27 Tim virtual int getControllerInfo(int, const char**, int*, int*, int*, int*) const {return 0;} - virtual const char* getPatchName(int, int, bool) const { return "?"; } + virtual QString getPatchName(int, int, bool) const { return "?"; } virtual const MidiPatch* getPatchInfo(int, const MidiPatch*) const { return 0; } // synthesizer -> host communication -- cgit v1.2.3