mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-20 21:26:35 +01:00
New attached structure ProjectSettings stores rate, snap-to, et al.
This commit is contained in:
@@ -1871,7 +1871,7 @@ void MeterPanel::StartMonitoring()
|
||||
if (start && !gAudioIO->IsBusy()){
|
||||
AudacityProject *p = GetActiveProject();
|
||||
if (p){
|
||||
gAudioIO->StartMonitoring(p->GetRate());
|
||||
gAudioIO->StartMonitoring( ProjectSettings::Get( *p ).GetRate());
|
||||
}
|
||||
|
||||
mLayoutValid = false;
|
||||
|
||||
Reference in New Issue
Block a user