GUI: partially add a piano

This commit is contained in:
tildearrow 2022-04-13 03:24:49 -05:00
parent 2e2fafd878
commit e86174921b
4 changed files with 106 additions and 3 deletions

View file

@ -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;