Makepad- Synthesizer Written in Rust
makepad.nl
Makepad- Synthesizer Written in Rust
1–10 of 48 posts
Re: Makepad- Synthesizer Written in Rust
#2Re: Makepad- Synthesizer Written in Rust
#3I 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://glicol.org/ which is also an Rust/WASM audio app in browsers.
Re: Makepad- Synthesizer Written in Rust
#4For 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
#5Mentioning that.. is this open source?
Re: Makepad- Synthesizer Written in Rust
#6> Written in Rust Mentioning that.. is this open source?
It's the iron fish project.
Re: Makepad- Synthesizer Written in Rust
#7Re: Makepad- Synthesizer Written in Rust
#8Very 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…
Re: Makepad- Synthesizer Written in Rust
#9Does anyone know if the native UI framework supports being "hosted" in the sense that makes it useable for audio plugin dev (VST3 and others)?
Re: Makepad- Synthesizer Written in Rust
#10Very 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…