Earlier quoted context omitted.
The copy makes it pretty clear this is firmware for a CM5. Rest assured, if you click the "READ THE MANUAL" button on the landing page you will see screenshots of all synth engines and configuration screens. The repo's README also starts with a screenshot. Thanks.
To be fair, it doesn't seem to be mentioning this until the "Purpose-built on Compute Module 5" section which is more than halfway through the entire landing page, I was similarly lost until I got to that section and actually understood what I was looking at :) Looks really fleshed out and fun though, now I just need to get my hands on a proper carrier board it seems, as the audio out of the box for standard CM5 deve…
Brume is a 24-voice multi-timbral desktop synth for the CM5
31–38 of 38 posts
Re: Brume is a 24-voice multi-timbral desktop synth for the CM5
#32I don't understand why, if you want to use this, would you run it on RPi instead of just on your computer? Is it for realtime guarantees (ie. no OS updating in the background)?
I wanted to design, learn, build, and have fun with something physical on my desk that I could swipe, turn, twist, and make sounds with.
https://brume.aftertone.co/lcxl3.png
Just a hobby project I'm sharing.
Re: Brume is a 24-voice multi-timbral desktop synth for the CM5
#33Earlier quoted context omitted.
To be fair, it doesn't seem to be mentioning this until the "Purpose-built on Compute Module 5" section which is more than halfway through the entire landing page, I was similarly lost until I got to that section and actually understood what I was looking at :) Looks really fleshed out and fun though, now I just need to get my hands on a proper carrier board it seems, as the audio out of the box for standard CM5 deve…
They clearly missed that part where I said I'm on mobile. That half a page is a lot longer on a smaller screen. Also I still want to see a picture or video of this running on actual hardware!
https://brume.aftertone.co/lcxl3.png
Cheers.
Re: Brume is a 24-voice multi-timbral desktop synth for the CM5
#34Re: Brume is a 24-voice multi-timbral desktop synth for the CM5
#35Earlier quoted context omitted.
Did you give any thought to using JUCE as a general framework? This way you could add more synths very easily .. (Apologies if you already do, haven't looked for sources yet..)
I do distribute VST/AU plugins that are built with JUCE, but this is an application that runs on the Raspberry Pi platform.
Re: Brume is a 24-voice multi-timbral desktop synth for the CM5
#36I don't understand why, if you want to use this, would you run it on RPi instead of just on your computer? Is it for realtime guarantees (ie. no OS updating in the background)?
Yeah, I understand the lens through which you're probably evaluating this. Wouldn't be for you. I wanted to design, learn, build, and have fun with something physical on my desk that I could swipe, turn, twist, and make sounds with. https://brume.aftertone.co/lcxl3.png Just a hobby project I'm sharing.
Re: Brume is a 24-voice multi-timbral desktop synth for the CM5
#37Earlier quoted context omitted.
I do distribute VST/AU plugins that are built with JUCE, but this is an application that runs on the Raspberry Pi platform.
JUCE runs great on Raspberry Pi.
Re: Brume is a 24-voice multi-timbral desktop synth for the CM5
#38Earlier quoted context omitted.
JUCE runs great on Raspberry Pi.
Even in my plugins, I don't actually use JUCE DSP primitives. It's mostly a product shell and distribution framework, two things I have no need for in this codebase.