~ubuntu-branches/ubuntu/saucy/muse/saucy

« back to all changes in this revision

Viewing changes to muse/vst.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-01-07 10:27:14 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130107102714-fajkwjbz02aqupbh
Tags: 2.1-1
* New upstream release.
* Refresh 1001-buildsystem.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
      virtual int totalOutChannels() const;
94
94
      virtual int totalInChannels() const;
95
95
      virtual void deactivate3();
96
 
      virtual const char* getPatchName(int, int, bool) { return ""; }
 
96
      virtual QString getPatchName(int, int, bool) const { return ""; }
97
97
      virtual void populatePatchPopup(PopupMenu*, int, bool) {};
98
98
      virtual void write(int level, Xml& xml) const;
99
99
      virtual float getParameter(unsigned long idx) const;