frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Perfect Bluetooth MIDI for Windows

25•mayerwin•1h ago
Hi HN, I'm Erwin. I built a small free open-source utility that bridges Bluetooth LE MIDI keyboards into the new Windows MIDI Services stack so any DAW or Web MIDI app can use them as if they were wired.

I bought a Roland FP-90X piano partly because it had Bluetooth MIDI. On my Windows 11 PC, pairing succeeded, but my DAW couldn't see the keyboard, and notes I sent from the PC never made the piano sing. After a regrettable number of evenings, I'd separated this into three independent bugs stacked on top of each other.

The first one is the famous one: Windows only natively exposes BLE-MIDI through the WinRT API, which almost no DAW polls. So even when pairing succeeds, MIDI apps still don't see the device. The usual workaround is MIDIberry + loopMIDI, but I couldn't get that combination to work reliably in my case, and I wanted a single-app solution. The new Windows MIDI Services stack ships with a feature called loopback endpoints: anything written to one comes out the other, and any winmm/WinRT/WMS app sees them as normal MIDI ports. So the app does WinRT BLE-MIDI in, WMS loopback out. That solved direction one, piano to PC.

Direction two, PC to piano, still didn't work. NoteOn writes were getting ATT-acked, but the piano stayed silent. I tried both write modes (some BLE-MIDI firmware silently drops one or the other), poked the proprietary ISSC characteristic. Every variant ATT-acked, every variant produced silence. So the bytes were reaching the piano. Something above the GATT layer was discarding them.

After ruling out pairing, encryption, write-mode, and proprietary characteristics, the only obvious lever left was the MIDI channel itself. The FP-90X has a panel setting called Transmit Channel, default 1. Yet it turns out the FP-90X actually receives on channel 4 (and it can't be changed). Notes I sent on channel 1 were being GATT-acked and silently dropped at the synth engine because they weren't on the channel the engine was listening to. Zero feedback at any layer. The fix had to live up at the application layer, so I added a Detect button that plays N test notes ascending on each channel from 1 to 16: you count the notes you actually hear, and that number is the receive channel. Saved per BLE MAC, about 75 seconds, done forever per piano.

Tech stack: .NET 10, Avalonia for the UI (the BLE/MIDI side is Windows-only but the UI layer is portable), Microsoft.Windows.Devices.Midi2 packages for WMS, Windows.Devices.Midi (WinRT) directly for BLE rather than relying on Korg's older WinMM driver. MIT, single self-contained ~21 MB exe, no installer, no telemetry, no account.

I built it for myself and use it with my FP-90X to play through a few apps and Web MIDI sites. Pete from the Microsoft Windows MIDI Services team commented positively on the BLE integration when I shared it on r/synthesizers (https://www.reddit.com/r/synthesizers/comments/1szvuiq/comme...).

Site (with screenshots): https://mayerwin.github.io/Perfect-Bluetooth-MIDI-For-Window...

Source: https://github.com/mayerwin/Perfect-Bluetooth-MIDI-For-Windo...

Long-form technical writeup with the full debugging story: https://dev.to/mayerwin/why-your-bluetooth-midi-keyboard-sil...

Personally tested with my FP-90X only. The BLE side is generic, so other keyboards (WIDI Master, CME, Yamaha MD-BT01, Korg microKey Air, ROLI Seaboard, etc.) should work, but I haven't confirmed individually. Device test reports, issues, and PRs very welcome.

Comments

givinguflac•1h ago
Impressive work! Alas I don’t use windows but if I did I would certainly check this out.
team_zlvox•51m ago
Thanks! Totally understand – the tool’s core audience is definitely Windows users facing MIDI driver headaches. Appreciate you stopping by though!
QuantumNomad_•38m ago
> Windows only natively exposes BLE-MIDI through the WinRT API, which almost no DAW polls.

I haven’t used Windows for ages. Does this mean that almost every Windows user with any Bluetooth MIDI keyboard is unable to use it out of the box with their DAW without installing additional third-party software?

Does it apply even to latest version of the very widely used DAWs like Ableton, Pro Tools, FL Studio, Reason, and Reaper?

BonerWiener•3m ago
Wow very cool project! I will test it out later today - i have always been using cabled connection for my midi keyboard

A Deep Dive into Email Addresses

https://lasans.blog/articles/misc/email-addresses-deep-dive/
1•begoon•5m ago•0 comments

Fruit flies unexpectedly survived hypergravity and even reproduced

https://news.ucr.edu/articles/2026/04/30/under-crushing-hypergravity-flies-adapt-and-recover
1•giuliomagnifico•6m ago•0 comments

Show HN: Woo", a multi-user world for agents

https://woo.hughpyle.workers.dev/
1•inguz•6m ago•0 comments

A new US phone network for Christians aims to block porn and gender-related con

https://www.technologyreview.com/2026/05/01/1136739/a-new-t-mobile-network-for-christians-aims-to...
1•joozio•13m ago•0 comments

Touch Typing Number Keys

https://susam.net/touch-typing-number-keys.html
1•susam•15m ago•0 comments

Apple accidentally left Claude.md files Apple Support app

https://xcancel.com/aaronp613/status/2049986504617820551
4•andruby•16m ago•0 comments

Your Website Is Not for You

https://websmith.studio/blog/your-website-is-not-for-you/
2•pumbaa•16m ago•0 comments

Show HN: Porting partially deobfuscated Old School Runescape to use LWJGL 3

https://github.com/stevefan1999-personal/void-client/tree/feat/native-to-java-port
1•stevefan1999•16m ago•0 comments

Turn Git commits and PRs into automated team updates (Slack/email)

https://gitmore.io
2•dmsozpepnc•17m ago•0 comments

The Network

https://www.citadel21.com/the-network
1•olalonde•17m ago•0 comments

New computer chip material inspired by the human brain could slash AI energy use

https://www.cam.ac.uk/research/news/new-computer-chip-material-inspired-by-the-human-brain-could-...
1•breve•18m ago•0 comments

Aaron Hsu: My favorite verbose programming technique [video]

https://www.youtube.com/watch?v=hkNwku81ehw
1•tosh•19m ago•0 comments

The Most Privacy-Respecting Search Engine

https://hister.org/posts/hister-the-most-privacy-respecting-search-engine
6•mstef•21m ago•0 comments

Company says nuclear fusion could power the grid – and soon

https://www.cnn.com/2026/04/30/climate/nuclear-fusion-real-world-electricity-grid
2•robtherobber•22m ago•0 comments

Parallel Pi coding agents in a sandbox

https://github.com/CelestoAI/SmolVM
2•theaniketmaurya•22m ago•3 comments

Show HN: Revdoku – visual document review with AI (open-source)

https://github.com/revdoku/revdoku
1•eummm•23m ago•0 comments

Notes on a non-profit indicted for bank fraud

https://www.bitsaboutmoney.com/archive/nonprofit-indicted-bank-fraud/
2•greyface-•23m ago•0 comments

Is this roadmap for back end realistic?

1•helloeveryone•24m ago•0 comments

Liar's Valuation

https://writing.nikunjk.com/p/liars-valuation
2•maxua•24m ago•0 comments

Show HN: Bitcoin Monitor Widget

https://btcwid.com
1•hda_ycombinator•32m ago•0 comments

TV Pickup

https://en.wikipedia.org/wiki/TV_pickup
2•piker•35m ago•0 comments

AI Mock Interviewer That Challenges You – LoopPass [video]

https://www.youtube.com/watch?v=a4oMH7spG8c
1•tomerbd•35m ago•0 comments

The AI Jailbreakers

https://www.theguardian.com/technology/2026/apr/29/meet-the-ai-jailbreakers-i-see-the-worst-thing...
1•saikatsg•41m ago•0 comments

Show HN: We Rebuilt AppAnne and Created Appkittie

https://www.appkittie.com
37•tadasg•43m ago•0 comments

Children Went from Worthless to Priceless (2013)

https://priceonomics.com/the-price-of-a-child/
1•downbad_•48m ago•1 comments

Show HN: Cloudwatch Insights tool for CLI users and agents

https://skagedal.tech/posts/2026-05-01-cloudwatch-insights-tool
2•simonkagedal•48m ago•0 comments

Mosaic: Local MCP server for agent memory

https://github.com/hexxla/mosaic
1•sploitzberg•48m ago•0 comments

Agentic Manifesto

https://apaydin.bearblog.dev/agentic-manifesto/
3•kemalapaydin•49m ago•0 comments

The Isolator (Helmet)

https://en.wikipedia.org/wiki/The_Isolator_(helmet)
1•GodelNumbering•51m ago•0 comments

Open-Source in the Era of "Infinite" Compute

https://community.computer/infinite-compute.html
3•lftherios•54m ago•0 comments