Initial setup for Cardinal plugin variants
This commit is contained in:
parent
1b17b08da3
commit
991ed6c8a7
25 changed files with 398 additions and 163 deletions
|
@ -29,8 +29,6 @@
|
|||
#include <queue>
|
||||
#include <thread>
|
||||
|
||||
#include <osdialog.h>
|
||||
|
||||
#include <window/Window.hpp>
|
||||
#include <asset.hpp>
|
||||
#include <widget/Widget.hpp>
|
||||
|
|
|
@ -19,6 +19,10 @@
|
|||
#include <system.hpp>
|
||||
#include <plugin/Plugin.hpp>
|
||||
|
||||
#ifdef NDEBUG
|
||||
# undef DEBUG
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include "DistrhoUtils.hpp"
|
||||
|
|
|
@ -28,6 +28,10 @@
|
|||
#include <common.hpp>
|
||||
#include <string.hpp>
|
||||
|
||||
#ifdef NDEBUG
|
||||
# undef DEBUG
|
||||
#endif
|
||||
|
||||
#include "DistrhoPluginUtils.hpp"
|
||||
|
||||
// fopen_u8
|
||||
|
|
|
@ -6,7 +6,11 @@
|
|||
#include <history.hpp>
|
||||
#include <settings.hpp>
|
||||
|
||||
#include "DistrhoPluginUtils.hpp"
|
||||
#ifdef NDEBUG
|
||||
# undef DEBUG
|
||||
#endif
|
||||
|
||||
#include "DistrhoUtils.hpp"
|
||||
|
||||
/**
|
||||
* This file is an edited version of VCVRack's context.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue