![]() |
Audacity 3.2.0
|
#include "LV2Effect.h"
#include "SampleCount.h"
#include <cmath>
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/dcbuffer.h>
#include <wx/dialog.h>
#include <wx/crt.h>
#include <wx/log.h>
#include <wx/msgqueue.h>
#include <wx/evtloop.h>
#include <wx/sizer.h>
#include <wx/slider.h>
#include <wx/statbox.h>
#include <wx/stattext.h>
#include <wx/tokenzr.h>
#include <wx/intl.h>
#include <wx/scrolwin.h>
#include "AudacityException.h"
#include "ConfigInterface.h"
#include "../../ShuttleGui.h"
#include "../../widgets/valnum.h"
#include "../../widgets/AudacityMessageBox.h"
#include "../../widgets/wxPanelWrapper.h"
#include "../../widgets/NumericTextCtrl.h"
#include "lv2/buf-size/buf-size.h"
#include "lv2/instance-access/instance-access.h"
#include <gtk/gtk.h>
#include <wx/msw/wrapwin.h>
Go to the source code of this file.
Classes | |
class | LV2EffectMeter |
class | LV2EffectSettingsDialog |
Macros | |
#define | DEFAULT_BLOCKSIZE 1048576 |
#define | DEFAULT_SEQSIZE 8192 |
Enumerations | |
enum | { ID_Duration = 10000 , ID_Triggers = 11000 , ID_Toggles = 12000 , ID_Sliders = 13000 , ID_Choices = 14000 , ID_Texts = 15000 , ID_TIMER = 20000 } |
#define DEFAULT_BLOCKSIZE 1048576 |
Definition at line 70 of file LV2Effect.cpp.
#define DEFAULT_SEQSIZE 8192 |
Definition at line 73 of file LV2Effect.cpp.
anonymous enum |
Enumerator | |
---|---|
ID_Duration | |
ID_Triggers | |
ID_Toggles | |
ID_Sliders | |
ID_Choices | |
ID_Texts | |
ID_TIMER |
Definition at line 328 of file LV2Effect.cpp.