top | item 42102182

(no title)

Fannon | 1 year ago

Looks really great! If I had a standalone keyboard I'd be considering this!

Your project got me thinking - here's one idea: Windows should get MIDI 2.0 support soon, incl. non-blocking MIDI reading if I understood correctly. That should make it possible to create a small background application that records all incoming MIDI from all (or chosen) connected MIDI devices. It would work very much like your recorder and could share the same mobile app?

This I would be interested in. Since it's a software only solution, it could be cheaper and lower entry barrier.

discuss

order

cesaref|1 year ago

I'm not sure why you need midi 2.0 to achieve this? Recording midi on windows is totally trivial, and for this sort of application, only capturing the notes and relevant CCs (e.g. pedals) is all you need.

gsck|1 year ago

Theyre specifically looking to record all incoming MIDI streams, which isn't possible without preventing other applications from using those MIDI devices. Only one program can listen/send to a midi device at a time

coolius|1 year ago

I actually coded that as a macos toolbar app. If anyone's interested, I could share the code to GitHub.

ErnieDobbs|1 year ago

I'd be really interested. I had the same idea a few years ago, but never got it functional.