Very impressive UI work with Rust. As @rvdca pointed out the author had a great presentation. Definitely recommend it. I notice that there is a bug when I open the console with cmd-option-J: a note will be triggered and stay there forever. The audio worklet uses postMessages ( https://makepad.nl/makepad/platform/src/os/web_browser/audio... ), which is not GC free. For those are interested, I am maintaining https://gl…
We also have a much newer version however the workload of 'everything' has been a bit overwhelming since we aren't actually making a synth(thats just an example application) but an IDE, designtool and a framework.
Makepad- Synthesizer Written in Rust
11–20 of 48 posts
Re: Makepad- Synthesizer Written in Rust
#12Very impressive UI work with Rust. As @rvdca pointed out the author had a great presentation. Definitely recommend it. I notice that there is a bug when I open the console with cmd-option-J: a note will be triggered and stay there forever. The audio worklet uses postMessages ( https://makepad.nl/makepad/platform/src/os/web_browser/audio... ), which is not GC free. For those are interested, I am maintaining https://gl…
The audio worklet doesnt use postmessages anymore btw. I removed that way of commmunicating with the main thread. It's all shared memory in wasm now.
Re: Makepad- Synthesizer Written in Rust
#13Re: Makepad- Synthesizer Written in Rust
#14Earlier quoted context omitted.
We also have a much newer version however the workload of 'everything' has been a bit overwhelming since we aren't actually making a synth(thats just an example application) but an IDE, designtool and a framework.
So is it going to be a Figma style tool?
Re: Makepad- Synthesizer Written in Rust
#15For anyone interested, the main author (if I understood properly) did a presentation at RustNL on the UI aspect that was quite impressive performance wise : https://youtu.be/rC4FCS-oMpg
Re: Makepad- Synthesizer Written in Rust
#16As a hardware synth lover, I'm pleasantly surprised by how good this sounds. Great work!
Re: Makepad- Synthesizer Written in Rust
#17Does anyone know if the native UI framework supports being "hosted" in the sense that makes it useable for audio plugin dev (VST3 and others)?
We can definitely support it being hosted, however this is extra work on the platform side. VST is a licensing nightmare tho, i didnt really feel like stepping into that for now.
Re: Makepad- Synthesizer Written in Rust
#18Earlier quoted context omitted.
We can definitely support it being hosted, however this is extra work on the platform side. VST is a licensing nightmare tho, i didnt really feel like stepping into that for now.
Maybe try going the CLAP way instead?
Re: Makepad- Synthesizer Written in Rust
#19Earlier quoted context omitted.
We also have a much newer version however the workload of 'everything' has been a bit overwhelming since we aren't actually making a synth(thats just an example application) but an IDE, designtool and a framework.
So is it going to be a Figma style tool?