Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ak5k committed Jun 3, 2021
1 parent 5c11e2b commit 4f9429a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/reablink/BlinkEngine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,18 +102,15 @@ class BlinkEngine {
static void TempoCallback(double bpm);

audio_hook_register_t audioHook;
// double beatOffset;
int64_t frameCountDown;
int frameSize;
std::chrono::microseconds frameTime;
// bool isFrameCountDown;
bool isPlaying;
std::chrono::microseconds outputLatency;
size_t playbackFrameCount;
double qnAbs;
double qnJumpOffset;
double qnLandOffset;
// double quantum;
double samplePosition;
double sampleRate;
bool syncCorrection;
Expand Down

0 comments on commit 4f9429a

Please sign in to comment.