diff options
Diffstat (limited to 'src/sound/AlsaDriver.h')
-rw-r--r-- | src/sound/AlsaDriver.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sound/AlsaDriver.h b/src/sound/AlsaDriver.h index 973fc72..a7c83ee 100644 --- a/src/sound/AlsaDriver.h +++ b/src/sound/AlsaDriver.h @@ -68,7 +68,7 @@ public: virtual MappedComposition *getMappedComposition(); - virtual bool record(RecordStatus recordStatus, + virtual bool record(RecordtqStatus recordtqStatus, const std::vector<InstrumentId> *armedInstruments = 0, const std::vector<TQString> *audioFileNames = 0); @@ -105,7 +105,7 @@ public: // Some stuff to help us debug this // void getSystemInfo(); - void showQueueStatus(int queue); + void showQueuetqStatus(int queue); // Process pending // @@ -290,7 +290,7 @@ public: // Create and enqueue a batch of MTC quarter-frame events // - void insertMTCQFrames(RealTime sliceStart, RealTime sliceEnd); + void insertMTCTQFrames(RealTime sliceStart, RealTime sliceEnd); // Create and enqueue an MTC full-frame system exclusive event // @@ -298,7 +298,7 @@ public: // Parse and accept an incoming MTC quarter-frame event // - void handleMTCQFrame(unsigned int data_byte, RealTime the_time); + void handleMTCTQFrame(unsigned int data_byte, RealTime the_time); // Check whether the given event is an MTC sysex we need to act on // (and if so act on it) |