per-channel oscilloscope, part 9

work in progress!
This commit is contained in:
tildearrow 2022-05-01 18:29:16 -05:00
parent 269f07f597
commit 2c9bad3b3d
4 changed files with 67 additions and 7 deletions

View file

@ -1101,6 +1101,12 @@ class FurnaceGUI {
// per-channel oscilloscope
int chanOscCols;
float chanOscWindowSize;
bool chanOscWaveCorr;
float chanOscLP0[DIV_MAX_CHANS];
float chanOscLP1[DIV_MAX_CHANS];
unsigned short lastNeedlePos[DIV_MAX_CHANS];
unsigned short lastCorrPos[DIV_MAX_CHANS];
// visualizer
float keyHit[DIV_MAX_CHANS];