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

« back to all changes in this revision

Viewing changes to muse/mididev.h

  • 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:
99
99
      virtual void setName(const QString& s)   { _name = s; }
100
100
      
101
101
      int midiPort() const             { return _port; }
102
 
      void setPort(int p)              { _port = p; }
 
102
      void setPort(int p);              
103
103
 
104
104
      int rwFlags() const              { return _rwFlags; }
105
105
      int openFlags() const            { return _openFlags; }
140
140
      void setSysexFIFOProcessed(bool v)            { _sysexFIFOProcessed = v; }
141
141
      bool sysexReadingChunks() { return _sysexReadingChunks; }
142
142
      void setSysexReadingChunks(bool v) { _sysexReadingChunks = v; }
143
 
      bool sendNullRPNParams(int, bool);
 
143
      bool sendNullRPNParams(unsigned time, int port, int chan, bool);
144
144
      };
145
145
 
146
146
//---------------------------------------------------------