Initial bypass implementation, MIDI only for now
This commit is contained in:
parent
0d24cfb1f8
commit
faeaa5862c
4 changed files with 50 additions and 7 deletions
|
|
@ -139,7 +139,7 @@ struct HostAudio2 : HostAudio<2> {
|
|||
resetMeters = true;
|
||||
}
|
||||
|
||||
void processTerminalOutput(const ProcessArgs&)
|
||||
void processTerminalOutput(const ProcessArgs&) override
|
||||
{
|
||||
const int blockFrames = pcontext->engine->getBlockFrames();
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ struct CardinalPluginContext : rack::Context {
|
|||
double sampleRate;
|
||||
float parameters[kModuleParameters];
|
||||
CardinalVariant variant;
|
||||
bool playing, reset, bbtValid;
|
||||
bool bypassed, playing, reset, bbtValid;
|
||||
int32_t bar, beat, beatsPerBar, beatType;
|
||||
uint64_t frame;
|
||||
double barStartTick, beatsPerMinute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue