diff options
Diffstat (limited to 'src/gui/seqmanager/SequenceManager.h')
-rw-r--r-- | src/gui/seqmanager/SequenceManager.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gui/seqmanager/SequenceManager.h b/src/gui/seqmanager/SequenceManager.h index 8fdf848..c723e79 100644 --- a/src/gui/seqmanager/SequenceManager.h +++ b/src/gui/seqmanager/SequenceManager.h @@ -102,7 +102,7 @@ public: void fastForwardToEnd(); void setLoop(const timeT &lhs, const timeT &rhs); - void notifySequencerStatus(TransportStatus status); + void notifySequencertqStatus(TransporttqStatus status); void sendSequencerJump(const RealTime &time); // Events coming in @@ -112,7 +112,7 @@ public: // Before playing and recording. If warnUser is true, show the // user a warning dialog if there is a problem with the setup. // - void checkSoundDriverStatus(bool warnUser); + void checkSoundDrivertqStatus(bool warnUser); /** * Send program changes and align Instrument lists before playback @@ -126,8 +126,8 @@ public: void preparePlayback(bool forceProgramChanges = false); /// Check and set sequencer status - void setTransportStatus(const TransportStatus &status); - TransportStatus getTransportStatus() const { return m_transportStatus; } + void setTransporttqStatus(const TransporttqStatus &status); + TransporttqStatus getTransporttqStatus() const { return m_transporttqStatus; } /** * Suspend the sequencer to allow for a safe DCOP call() i.e. one @@ -140,7 +140,7 @@ public: void sendAudioLevel(MappedEvent *mE); /// Find what has been initialised and what hasn't - unsigned int getSoundDriverStatus() { return m_soundDriverStatus; } + unsigned int getSoundDrivertqStatus() { return m_soundDrivertqStatus; } /// Reset MIDI controllers void resetControllers(); @@ -247,7 +247,7 @@ protected: void resetMetronomeMmapper(); void resetTempoSegmentMmapper(); void resetTimeSigSegmentMmapper(); - void checkRefreshStatus(); + void checkRefreshtqStatus(); void sendMIDIRecordingDevice(const TQString recordDeviceStr); void restoreRecordSubscriptions(); bool shouldWarnForImpreciseTimer(); @@ -267,8 +267,8 @@ protected: bool m_metronomeNeedsRefresh; // statuses - TransportStatus m_transportStatus; - unsigned int m_soundDriverStatus; + TransporttqStatus m_transporttqStatus; + unsigned int m_soundDrivertqStatus; // pointer to the transport dialog TransportDialog *m_transport; |