TESTING: Give up on our own context mutex

This commit is contained in:
falkTX 2021-10-29 11:00:50 +01:00
parent 7d5cfe997d
commit f34b820000
4 changed files with 15 additions and 32 deletions

View file

@ -18,7 +18,7 @@
#pragma once
#include "plugin.hpp"
#include "../dpf/distrho/extra/Mutex.hpp"
#include "DistrhoUtils.hpp"
// -----------------------------------------------------------------------------------------------------------
// from PluginContext.hpp
@ -36,7 +36,6 @@ struct CardinalPluginContext : rack::Context {
bool playing, frameZero;
int32_t bar, beat, beatsPerBar;
double tick, ticksPerBeat, ticksPerFrame;
Mutex mutex;
Plugin* const plugin;
CardinalPluginContext(Plugin* const p);
};