~ubuntu-branches/ubuntu/raring/muse/raring-proposed

« back to all changes in this revision

Viewing changes to muse/ticksynth.cpp

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-11-22 01:16:59 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20121122011659-a2fwbf33ceqe1s0t
Tags: upstream-2.1~rc1
ImportĀ upstreamĀ versionĀ 2.1~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
      virtual int totalOutChannels() const { return 1; }
101
101
      virtual int totalInChannels() const { return 0; }
102
102
      virtual void deactivate3() {}
103
 
      virtual const char* getPatchName(int, int, int, bool) const { return ""; }
104
 
      virtual const char* getPatchName(int, int, MType, bool) { return ""; }
105
 
      virtual void populatePatchPopup(MusEGui::PopupMenu*, int, MType, bool) {};
 
103
      virtual const char* getPatchName(int, int, bool) { return ""; }
 
104
      virtual void populatePatchPopup(MusEGui::PopupMenu*, int, bool) {};
106
105
      virtual void write(int, Xml&) const {}
107
106
      virtual float getParameter(unsigned long) const  { return 0.0; }
108
107
      virtual void setParameter(unsigned long, float) {}