Create unique temporary path per instance for auto-save function
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
4a5e71eb7f
commit
0ecf6954e1
2 changed files with 41 additions and 4 deletions
|
|
@ -25,12 +25,12 @@
|
|||
#define DISTRHO_PLUGIN_HAS_UI 1
|
||||
#define DISTRHO_PLUGIN_NUM_INPUTS 2
|
||||
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
|
||||
#define DISTRHO_PLUGIN_WANT_TIMEPOS 1
|
||||
#define DISTRHO_PLUGIN_WANT_DIRECT_ACCESS 1
|
||||
// #define DISTRHO_PLUGIN_LV2_CATEGORY "lv2:AnalyserPlugin"
|
||||
// #define DISTRHO_PLUGIN_VST3_CATEGORIES "Fx|Analyzer"
|
||||
#define DISTRHO_UI_USE_NANOVG 1
|
||||
#define DISTRHO_UI_USER_RESIZABLE 0
|
||||
#define DISTRHO_PLUGIN_WANT_DIRECT_ACCESS 1
|
||||
|
||||
enum Parameters {
|
||||
kParameterCount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue