Initial setup for Cardinal plugin variants

This commit is contained in:
falkTX 2021-10-27 19:34:16 +01:00
parent 1b17b08da3
commit 991ed6c8a7
25 changed files with 398 additions and 163 deletions

View file

@ -29,8 +29,6 @@
#include <queue>
#include <thread>
#include <osdialog.h>
#include <window/Window.hpp>
#include <asset.hpp>
#include <widget/Widget.hpp>

View file

@ -19,6 +19,10 @@
#include <system.hpp>
#include <plugin/Plugin.hpp>
#ifdef NDEBUG
# undef DEBUG
#endif
#include <algorithm>
#include "DistrhoUtils.hpp"

View file

@ -28,6 +28,10 @@
#include <common.hpp>
#include <string.hpp>
#ifdef NDEBUG
# undef DEBUG
#endif
#include "DistrhoPluginUtils.hpp"
// fopen_u8

View file

@ -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