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
|
@ -52,7 +52,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;
|
||||
|
@ -79,6 +79,7 @@ struct CardinalPluginContext : rack::Context {
|
|||
#else
|
||||
#error cardinal variant not set
|
||||
#endif
|
||||
bypassed(false),
|
||||
playing(false),
|
||||
reset(false),
|
||||
bbtValid(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue