mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-22 22:43:01 +02:00
Fix for bug 814
This commit is contained in:
@@ -219,6 +219,7 @@ class AUDACITY_DLL_API AudioIO final {
|
||||
bool IsStreamActive(int token);
|
||||
|
||||
wxLongLong GetLastPlaybackTime() const { return mLastPlaybackTimeMillis; }
|
||||
AudacityProject *GetOwningProject() const { return mOwningProject; }
|
||||
|
||||
#ifdef EXPERIMENTAL_MIDI_OUT
|
||||
/** \brief Compute the current PortMidi timestamp time.
|
||||
|
Reference in New Issue
Block a user