1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-22 00:47:13 +01:00

Inserting CLEANSPEECH ifdef's around anything CleanSpeech so that CleanSpeech can be removed easily in the (not to distant) future. The idea is never to turn CLEANSPEECH on, but fix any (unexpected) differences this may make.

This commit is contained in:
martynshaw99
2012-04-26 22:57:04 +00:00
parent 08b68fd96a
commit 758a8f65e6
24 changed files with 632 additions and 206 deletions

View File

@@ -353,12 +353,16 @@ void OnProcessPlugin(int index);
void OnAnalyzeEffect(int index);
void OnAnalyzePlugin(int index);
//lda CleanSpeech Menu
//lda CleanSpeech Menu //CLEANSPEECH
void OnApplyChain();
void OnEditChains();
#ifdef CLEANSPEECH
void OnImportCleanSpeechPresets();
void OnExportCleanSpeechPresets();
#endif // CLEANSPEECH
void OnStereoToMono(int index);
wxString BuildCleanFileName(wxString fileName);