1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

Bring back the Nyquist debug button

This commit is contained in:
Leland Lucius
2015-04-22 15:55:58 -05:00
parent f8b9cd69e2
commit e8b0ca8707
6 changed files with 73 additions and 60 deletions

View File

@@ -1354,6 +1354,7 @@ void NyqBench::OnLargeIcons(wxCommandEvent & e)
void NyqBench::OnGo(wxCommandEvent & e)
{
mEffect->SetCommand(mScript->GetValue());
mEffect->RedirectOutput();
AudacityProject *p = GetActiveProject();
wxASSERT(p != NULL);