You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon further investigation, it looks like the correct way to do this would be for each instrument to be a draggable SVG element, all contained within one parent div (or something), using something like the interact.js library.
Canvas and SVG appear to be the two best options, but since Canvas doesn't support element interaction out of the box, SVG looks like the better choice.
The text was updated successfully, but these errors were encountered: