GUI: partially add a piano
This commit is contained in:
parent
2e2fafd878
commit
e86174921b
4 changed files with 106 additions and 3 deletions
|
|
@ -3650,7 +3650,10 @@ FurnaceGUI::FurnaceGUI():
|
|||
oscTotal(0),
|
||||
oscZoom(0.5f),
|
||||
oscZoomSlider(false),
|
||||
followLog(true) {
|
||||
followLog(true),
|
||||
pianoOctaves(7),
|
||||
pianoOptions(false),
|
||||
pianoOffset(6) {
|
||||
// value keys
|
||||
valueKeys[SDLK_0]=0;
|
||||
valueKeys[SDLK_1]=1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue