Get Ildaeil to do some useful things

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-05 23:07:18 +00:00
parent d1916efe99
commit 072f9ee3ca
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
12 changed files with 1253 additions and 29 deletions

View file

@ -43,6 +43,7 @@ struct CardinalPluginContext : rack::Context {
bool playing, reset;
int32_t bar, beat, beatsPerBar;
double tick, tickClock, ticksPerBeat, ticksPerClock, ticksPerFrame;
uintptr_t nativeWindowId;
Plugin* const plugin;
CardinalPluginContext(Plugin* const p)
@ -58,6 +59,7 @@ struct CardinalPluginContext : rack::Context {
ticksPerBeat(0.0),
ticksPerClock(0.0),
ticksPerFrame(0.0),
nativeWindowId(0),
plugin(p)
{
std::memset(parameters, 0, sizeof(parameters));