mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-08 08:01:19 +02:00
Remove unused AudioIoCallback::mAudioCallbackClockTime
This commit is contained in:
parent
7b513ce0c4
commit
bf6d94ce57
@ -3681,9 +3681,6 @@ void AudioIoCallback::ComputeMidiTimings(
|
|||||||
// later, mStartTime - mSystemMinusAudioTime will tell us latency
|
// later, mStartTime - mSystemMinusAudioTime will tell us latency
|
||||||
}
|
}
|
||||||
|
|
||||||
/* GSW: Save timeInfo in case MidiPlayback needs it */
|
|
||||||
mAudioCallbackClockTime = PaUtil_GetTime();
|
|
||||||
|
|
||||||
/* for Linux, estimate a smooth audio time as a slowly-changing
|
/* for Linux, estimate a smooth audio time as a slowly-changing
|
||||||
offset from system time */
|
offset from system time */
|
||||||
// rnow is system time as a double to simplify math
|
// rnow is system time as a double to simplify math
|
||||||
|
@ -337,9 +337,6 @@ public:
|
|||||||
|
|
||||||
// These fields are used to synchronize MIDI with audio:
|
// These fields are used to synchronize MIDI with audio:
|
||||||
|
|
||||||
/// PortAudio's clock time
|
|
||||||
volatile double mAudioCallbackClockTime;
|
|
||||||
|
|
||||||
/// Number of frames output, including pauses
|
/// Number of frames output, including pauses
|
||||||
volatile long mNumFrames;
|
volatile long mNumFrames;
|
||||||
/// How many frames of zeros were output due to pauses?
|
/// How many frames of zeros were output due to pauses?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user