TESTING: Give up on our own context mutex
This commit is contained in:
parent
7d5cfe997d
commit
f34b820000
4 changed files with 15 additions and 32 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue