~ubuntu-branches/ubuntu/utopic/muse/utopic

« back to all changes in this revision

Viewing changes to synti/fluid/fluid.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:
76
76
      virtual bool sysex(int len, const unsigned char* p);
77
77
    
78
78
      virtual bool processEvent(const MusECore::MidiPlayEvent&);
79
 
      virtual const char* getPatchName (int, int, bool) const;
 
79
      virtual QString getPatchName (int, int, bool) const;
80
80
      virtual const MidiPatch* getPatchInfo(int, const MidiPatch *) const;
81
81
      virtual void getInitData(int*, const unsigned char**);
82
82