ui icon indicating copy to clipboard operation
ui copied to clipboard

Piano display bug

Open pendragon-andyh opened this issue 4 years ago • 0 comments

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.

pendragon-andyh avatar May 25 '20 21:05 pendragon-andyh