~ubuntu-branches/ubuntu/oneiric/muse/oneiric

« back to all changes in this revision

Viewing changes to muse/widgets/midisyncimpl.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:
75
75
      //int _port;
76
76
      bool _inDet;
77
77
      bool _curDet;
 
78
      bool _curMTCDet;
78
79
      bool _tickDet;
 
80
      bool _MRTDet;
 
81
      bool _MMCDet;
 
82
      bool _MTCDet;
 
83
      int _recMTCtype;
79
84
     
80
85
      int _idOut;
81
86
      int _idIn;
82
87
      
83
88
      bool _sendMC;
 
89
      bool _sendMRT;
84
90
      bool _sendMMC;
85
91
      bool _sendMTC;
86
92
      bool _recMC;
 
93
      bool _recMRT;
87
94
      bool _recMMC;
88
95
      bool _recMTC;
89
96
      
 
97
      bool _recRewOnStart;
 
98
      //bool _sendContNotStart;
 
99
      
90
100
      int port() const { return _port; }
91
101
      void setPort(int port);
92
102
      //MidiDevice* device() const { return _device; }