~ubuntu-branches/ubuntu/trusty/muse/trusty

« back to all changes in this revision

Viewing changes to muse/waveevent.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20130828162557-knls3ip7j262eepx
Tags: upstream-2.1.2
ImportĀ upstreamĀ versionĀ 2.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
class WaveEventBase : public EventBase {
42
42
      QString _name;
43
43
      SndFileR f;
44
 
      int _spos;        // start sample position in WaveFile
 
44
      int _spos;            // start sample position in WaveFile
45
45
      bool deleted;
46
46
 
47
47
      virtual EventBase* clone();