~ubuntu-branches/ubuntu/edgy/muse/edgy

« back to all changes in this revision

Viewing changes to muse/song.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2006-01-03 20:18:47 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060103201847-r9poqt6y5gu9hnji
Tags: 0.7.1+0.7.2pre5-1
* New upstream version.
* Updated patches:
  + [20_allow_system_timer]
    Rediffed for 0.7.2pre5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//=========================================================
2
2
//  MusE
3
3
//  Linux Music Editor
4
 
//  $Id: song.cpp,v 1.59.2.12 2005/12/14 22:23:47 spamatica Exp $
 
4
//  $Id: song.cpp,v 1.59.2.13 2006/01/02 23:15:08 spamatica Exp $
5
5
//
6
6
//  (C) Copyright 2000-2004 Werner Schweer (ws@seh.de)
7
7
//=========================================================
1109
1109
      {
1110
1110
      if (track->type() == Track::WAVE) {
1111
1111
            WaveTrack* audioTrack = (WaveTrack*)track;
1112
 
            audioTrack->setRecordFlag1(val);
 
1112
            if(!audioTrack->setRecordFlag1(val))
 
1113
                return;
1113
1114
            audio->msgSetRecord(audioTrack, val);
1114
1115
            }
1115
1116
      else {