Home
last modified time | relevance | path

Searched refs:CheckMix (Results 1 – 2 of 2) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/export/
H A DExport.h225 bool CheckMix(bool prompt = true);
H A DExport.cpp446 if (!CheckMix()) { in Process()
832 bool Exporter::CheckMix(bool prompt /*= true*/ ) in CheckMix() function in Exporter
1067 if (!CheckMix(false)) { in ProcessFromTimerRecording()