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

« back to all changes in this revision

Viewing changes to synti/libsynti/mess.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:
26
26
#define MESS_MAJOR_VERSION 1
27
27
#define MESS_MINOR_VERSION 1
28
28
 
 
29
#include <QString>
29
30
#include "mpevent.h"
30
31
 
31
32
class QWidget;
32
 
class QString;
33
33
class MessP;
34
34
 
35
35
//---------------------------------------------------------
88
88
 
89
89
      virtual void getInitData(int* n, const unsigned char**) /*const*/ { *n = 0; } // No const: Synths may need to allocate member pointers. p4.0.27 Tim
90
90
      virtual int getControllerInfo(int, const char**, int*, int*, int*, int*) const {return 0;}
91
 
      virtual const char* getPatchName(int, int, bool) const { return "?"; }
 
91
      virtual QString getPatchName(int, int, bool) const { return "?"; }
92
92
      virtual const MidiPatch* getPatchInfo(int, const MidiPatch*) const { return 0; }
93
93
 
94
94
      // synthesizer -> host communication