fix clicking keys
s-ol
1 year, 9 days ago
373 | 373 | <Keyboard |
374 | 374 | w={w} |
375 | 375 | h={h} |
376 | noteon={this.noteon} | |
377 | noteoff={this.noteoff} | |
376 | noteon={this.noteon.bind(this)} | |
377 | noteoff={this.noteoff.bind(this)} | |
378 | 378 | showMidi={showMidi} |
379 | 379 | layout={layouts[layout]} |
380 | 380 | scale={scale !== "none" && offset !== null && tallyup(scales[scale], offset)} |