per-channel oscilloscope, part 9
work in progress!
This commit is contained in:
parent
269f07f597
commit
2c9bad3b3d
4 changed files with 67 additions and 7 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue