1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Implement drag-and-drop of Nyquist, LADSPA, VST plug-ins...

... I'm not sure how to make it work for AudioUnits, LV2, or Vamp, for which
the API for identifying a plug-in doesn't map straightforwardly to a file name.
This commit is contained in:
Paul Licameli
2017-12-28 19:15:26 -05:00
parent 8cfb8d2400
commit 2c2db0fe09
4 changed files with 122 additions and 0 deletions

View File

@@ -224,6 +224,10 @@
// scrolling past zero is enabled. Perhaps that lessens confusion.
#define EXPERIMENTAL_TWO_TONE_TIME_RULER
// Paul Licameli (PRL) 28 Dec 2017
// Easy drag-and-drop to add Nyquist, LADSPA, and VST plug-ins
#define EXPERIMENTAL_DRAG_DROP_PLUG_INS
#ifndef IN_RC
// Define to include crash reporting
#include <wx/defs.h>