This is soo cool! Can I connect my midi keyboard to this as well?
Show HN: Fully Open-Sourced Online MIDI Editor
11–20 of 20 posts
Re: Show HN: Fully Open-Sourced Online MIDI Editor
#12Love this. May I know the tech stack involved in this?
For your reference
Language: TypeScript UI: React State management: MobX Deploy/Hosting: Vercel
And it uses some browser features. WebAudio is used for audio output. WebGL is used in react-pixi to render many notes faster.
Re: Show HN: Fully Open-Sourced Online MIDI Editor
#13it "works" in firefox, but the playback is laggy and weirdly timed. very cool tho!
Re: Show HN: Fully Open-Sourced Online MIDI Editor
#14Re: Show HN: Fully Open-Sourced Online MIDI Editor
#15Re: Show HN: Fully Open-Sourced Online MIDI Editor
#16Re: Show HN: Fully Open-Sourced Online MIDI Editor
#17it "works" in firefox, but the playback is laggy and weirdly timed. very cool tho!
Re: Show HN: Fully Open-Sourced Online MIDI Editor
#18it "works" in firefox, but the playback is laggy and weirdly timed. very cool tho!
Thank you! Timer related behavior may be a problem. I will investigate more.
Re: Show HN: Fully Open-Sourced Online MIDI Editor
#19The name might be problematic, because of https://www.signal.org/
Re: Show HN: Fully Open-Sourced Online MIDI Editor
#20The latency is horrendous, I use a real-time kernel to make music @3ms< you're never going to get that with a fully streaming application however, you could possibly send bigger chunks of data which interact on the client-side. It's still problematic, but bravo! Valiant effort.