add a chip playground
in debug menu
This commit is contained in:
parent
3ca7ebd1fc
commit
d691ec6d76
30 changed files with 226 additions and 0 deletions
|
|
@ -256,6 +256,9 @@ class FurnaceGUI {
|
|||
FurnaceGUIWindows curWindow;
|
||||
float peak[2];
|
||||
|
||||
std::vector<DivRegWrite> pgProgram;
|
||||
int pgSys, pgAddr, pgVal;
|
||||
|
||||
struct ActiveNote {
|
||||
int chan;
|
||||
int note;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue