Show HN: WebMIDI Enabled Editors and Tools

(studiocode.dev)

5 points | by rajangdavis 1150 days ago

1 comments

  • tweetle_beetle 1150 days ago
    This is really impressive, I wish I had some compatible hardware to test with. I once tried to throw together a small personal project for saving configurations on an analog device visually, but couldn't find any nice knob/pot libraries to use - the components page alone is worth a bookmark to me. Thanks!

    It's a pity that there is such a disparity between Chrome and Firefox on Web MIDI - Chrome steaming ahead and Firefox not even started due to security concerns around SysEx. I don't know enough about it in truth, but it seems like there ought to be a sensible compromise available.

    https://github.com/mozilla/standards-positions/issues/58

    https://bugzilla.mozilla.org/show_bug.cgi?id=836897

    • rajangdavis 1147 days ago
      I started making my own editors with React/next.js and settled on this library for the knobs: https://github.com/eskimoblood/rc-knob

      I like it mostly because I want to be very specific with the knob design (trying to match the pedals as much as I can) but it also handles the data side brilliantly.