Audacity
3.2.0
src
DoEffect.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*!********************************************************************
3
4
Audacity: A Digital Audio Editor
5
6
DoEffect.h
7
8
Matthieu Hodgkinson
9
10
**********************************************************************/
11
#pragma once
12
13
#include <wx/string.h>
14
15
class
AudacityProject
;
16
using
PluginID
= wxString;
17
18
namespace
EffectUI
19
{
20
bool
DoEffect
(
const
PluginID
& ID,
AudacityProject
&
project
,
unsigned
flags);
21
}
PluginID
wxString PluginID
Definition:
CommandDispatch.h:20
project
const auto project
Definition:
TestWaveTrackMaker.cpp:18
AudacityProject
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition:
Project.h:90
EffectUI
Definition:
DoEffect.h:19
EffectUI::DoEffect
bool DoEffect(const PluginID &ID, AudacityProject &project, unsigned flags)
Definition:
DoEffect.cpp:30
Generated by
1.9.3