Show HN: OpenDeck – platform for building MIDI controllers

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • OpenDeck

    Software and hardware platform for simpler building of MIDI controllers.

  • USBMidiKliK

    A robust USB MIDI Arduino firmware, with a dual bootloader, based on the LUFA library

  • Sending MIDI is easier than receiving it, but with UsbMidiKlik and some wiring and soldering you can build a MIDI interface based on an Arduino Uno.

    https://github.com/TheKikGen/USBMidiKliK

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • webmidi

    Tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).

  • I've built a small-medium sized project around this library and React on the front end:

    https://github.com/djipco/webmidi

    You can send and receive MIDI messages with this library both from the browser and within a Node context.

    Along the lines of the React/browser lifecycle, I would be careful with listening to MIDI inputs.

    You have to add guards for when an input no longer exists and be careful when creating listeners. React Hooks help with this but it's easy to create footguns if you're reading and sending MIDI data.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts