~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to muse/midiseq.h

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-11-17 21:43:38 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101117214338-1hvfl7oo2dsqnvrb
Tags: 1.1-0ubuntu1
* New upstream release (LP: #668631)
* Switch to dpkg-source 3.0 (quilt) format
* Switch to dh7 short form
* debian/rules:
  - added --enable-dssi and --enable-osc to conf flags for dssi support
  - added -ljackserver to LDFLAGS to fix a FTBFS because of --as-needed
* debian/control:
  - added build build dependency on liblo-dev and dssi-dev for dssi support
  - bump Standards-version to 3.9.1. No changes required.
* debian/muse.desktop, debian/muse.xpm: dropped as desktop file and icon is
  now shipped upstream.
* fix-desktop-categories.patch: fix Categories tag in upstream desktop file
* 10_es_locale_fix.dpatch: refreshed and converted to quilt as
  fix_es_locale.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
      virtual void processMsg(const ThreadMsg*);
61
61
      void updatePollFd();
62
62
 
63
 
      void mtcSyncMsg(const MTC& mtc, bool seekFlag);
64
 
      void mtcInputFull(const unsigned char* p, int n);
65
 
      void nonRealtimeSystemSysex(const unsigned char* p, int n);
 
63
      void mtcSyncMsg(const MTC&, int, bool);
 
64
      //void mtcInputFull(const unsigned char* p, int n);
 
65
      //void nonRealtimeSystemSysex(const unsigned char* p, int n);
66
66
 
67
67
   public:
68
68
      //MidiSeq(int prio, const char* name);
80
80
      void mtcInputQuarter(int, unsigned char);
81
81
      void setSongPosition(int, int);
82
82
      // void eventReceived(MidiRecordEvent& event);
83
 
      void mmcInput(const unsigned char* p, int n);
 
83
      //void mmcInput(const unsigned char* p, int n);
 
84
      void mmcInput(int, const unsigned char*, int);
 
85
      void mtcInputFull(int, const unsigned char*, int);
 
86
      void nonRealtimeSystemSysex(int, const unsigned char*, int);
84
87
 
85
88
      void msgMsg(int id);
86
89
      void msgProcess();