mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-16 09:31:14 +01:00
Comments about CloseLock() functions
This commit is contained in:
@@ -286,9 +286,11 @@ class AUDACITY_DLL_API WaveTrack final : public Track {
|
||||
//
|
||||
|
||||
bool Lock();
|
||||
bool CloseLock(); //similar to Lock but should be called when the project closes.
|
||||
bool Unlock();
|
||||
|
||||
bool CloseLock(); //similar to Lock but should be called when the project closes.
|
||||
// not balanced by unlocking calls.
|
||||
|
||||
/** @brief Convert correctly between an (absolute) time in seconds and a number of samples.
|
||||
*
|
||||
* This method will not give the correct results if used on a relative time (difference of two
|
||||
|
||||
Reference in New Issue
Block a user