mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-06 03:32:09 +01:00
"new"->"NEW" in comments, easier to find remaining naked operator new
This commit is contained in:
@@ -27,7 +27,7 @@ updating the ODPCMAliasBlockFile and the GUI of the newly available data.
|
||||
//36 blockfiles > 3 minutes stereo 44.1kHz per ODTask::DoSome
|
||||
#define kNumBlockFilesPerDoSome 36
|
||||
|
||||
///Creates a new task that computes summaries for a wavetrack that needs to be specified through SetWaveTrack()
|
||||
///Creates a NEW task that computes summaries for a wavetrack that needs to be specified through SetWaveTrack()
|
||||
ODComputeSummaryTask::ODComputeSummaryTask()
|
||||
{
|
||||
mMaxBlockFiles = 0;
|
||||
@@ -229,7 +229,7 @@ void ODComputeSummaryTask::Update()
|
||||
}
|
||||
mWaveTrackMutex.Unlock();
|
||||
|
||||
//get the new order.
|
||||
//get the NEW order.
|
||||
mBlockFilesMutex.Lock();
|
||||
OrderBlockFiles(tempBlocks);
|
||||
mBlockFilesMutex.Unlock();
|
||||
|
||||
Reference in New Issue
Block a user