From 0368494d2ba85b24da193512972ccfeada99cf52 Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Tue, 9 Oct 2012 20:04:43 +0000 Subject: !!! Song type is now removed !!! : See ChangeLog --- muse2/muse/vst.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'muse2/muse/vst.h') diff --git a/muse2/muse/vst.h b/muse2/muse/vst.h index 3490cb39..52c45f16 100644 --- a/muse2/muse/vst.h +++ b/muse2/muse/vst.h @@ -93,9 +93,8 @@ class VstSynthIF : public SynthIF virtual int totalOutChannels() const; virtual int totalInChannels() const; virtual void deactivate3(); - virtual const char* getPatchName(int, int, int, bool) const { return ""; } - virtual const char* getPatchName(int, int, MType, bool) { return ""; } - virtual void populatePatchPopup(PopupMenu*, int, MType, bool) {}; + virtual const char* getPatchName(int, int, bool) { return ""; } + virtual void populatePatchPopup(PopupMenu*, int, bool) {}; virtual void write(int level, Xml& xml) const; virtual float getParameter(unsigned long idx) const; virtual void setParameter(unsigned long idx, float value); -- cgit v1.2.3