ui
ui copied to clipboard
Piano display bug
The following does not render the last white note correctly:
piano = new Nexus.Piano('#piano', { lowNote: 36, highNote: 71, mode: 'button', size: [1000, 200] })
If you change highNote to 72 then it does work.