From c023bdc9ab1cdc422ab35ea8b984899ee2f4219d Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Sun, 10 Apr 2011 23:46:23 +0000 Subject: Please see ChangeLog --- muse2/synti/fluidsynth/fluidsynti.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'muse2/synti/fluidsynth/fluidsynti.h') diff --git a/muse2/synti/fluidsynth/fluidsynti.h b/muse2/synti/fluidsynth/fluidsynti.h index 0816475c..a371de9e 100644 --- a/muse2/synti/fluidsynth/fluidsynti.h +++ b/muse2/synti/fluidsynth/fluidsynti.h @@ -115,9 +115,12 @@ public: virtual int getControllerInfo(int, const char**, int*, int*, int*, int*) const; virtual bool processEvent(const MidiPlayEvent&); - virtual bool hasGui() const { return true; } - virtual bool guiVisible() const; - virtual void showGui(bool val); + //virtual bool hasGui() const { return true; } + //virtual bool guiVisible() const; + //virtual void showGui(bool val); + virtual bool hasNativeGui() const { return true; } + virtual bool nativeGuiVisible() const; + virtual void showNativeGui(bool val); void sendError(const char*); void sendSoundFontData(); -- cgit v1.2.3