MIDI input: wave and sample preview

This commit is contained in:
tildearrow 2022-11-06 02:06:51 -05:00
parent 0f14b905fe
commit 63bb5aac6b
4 changed files with 63 additions and 13 deletions

View file

@ -1382,6 +1382,7 @@ class FurnaceGUI {
bool collapseWindow, demandScrollX, fancyPattern, wantPatName, firstFrame, tempoView, waveHex, waveSigned, waveGenVisible, lockLayout, editOptsVisible, latchNibble, nonLatchNibble;
bool keepLoopAlive;
FurnaceGUIWindows curWindow, nextWindow, curWindowLast;
std::atomic<FurnaceGUIWindows> curWindowThreadSafe;
float peak[2];
float patChanX[DIV_MAX_CHANS+1];
float patChanSlideY[DIV_MAX_CHANS+1];