Raspberry Pi Synthesizers – How the Pi is transforming synths
31–40 of 99 posts
Re: Raspberry Pi Synthesizers – How the Pi is transforming synths
#32Re: Raspberry Pi Synthesizers – How the Pi is transforming synths
#33Earlier quoted context omitted.
But they are not the same, if you are a musician going to bars and practice spaces and the like that $300 Blofeld will handle the abuse and accidents much better than a laptop or tablet. No matter what you do and how careful you are, cords get snagged and stepped on, stuff gets knocked over, things get spilled etc etc etc. My Blofeld has taken far more abuse than any laptop or tablet will handle and still going stron…
> My Blofeld has taken far more abuse than any laptop or tablet will handle and still going strong 15 years later; three laptops and two tablets later. On the other hand, my Blofeld had wonky unresponsive knobs after just a couple of months, not that they were very good at the first place, who thought having knobs with no tactile feeling of grip was good idea?! Personally the biggest win for actual hardware is that i…
Re: Raspberry Pi Synthesizers – How the Pi is transforming synths
#34I discovered by pure chance the vast ecosystem of iOS synths apps. And I was absolutely blown away. 90+% of the synths of the past century are available for ~5-20€ each. Connect that to a basic KORG MicroKeys Air [extra cheap, but includes Bluetooth]. And you are the next Jean-Michel Jarre. [Note: and the amount of tutorial videos on YouTube is huge.]
Creating music was never more accessible than it is now. Conversely, the likelihood of making it big just by making some good damn music was never lower than it is now. Makes for a fine hobby though.
I believe so: in an aging softsynth community I still mingle with occasionally, everybody who is still actively involved with music seems to have either moved on to genAI, or to soft-on-Rpi for better integration with real instruments (including synths of all kinds).
Re: Raspberry Pi Synthesizers – How the Pi is transforming synths
#35I wrote a software synth myself with the intention of running it on Raspbery Pi 3 / Zero 2. Those are actually quite capable processers; sound synthesis requires very little RAM, both code and for maintaining state, so everything fits in the rather tiny cache. But at the same time, while these Pis use "little" cores, the maximum throughput of NEON instructions is actually the same as for the corresponding "big" cores…
https://www.w3.org/TR/audio-eq-cookbook/
By chaining various combinations of EQ and non-linear distortion (lots of ways to implement this, probably involving more FMAs) and you can build very good simulations of common analog synth signal paths.
Note that gsliepen's example sample rate of 96 kHz is perfectly reasonable in this context; it's more than you need to exceed the limits of human hearing, but it's common to oversample your signal for processing to avoid problems with aliasing.
Re: Raspberry Pi Synthesizers – How the Pi is transforming synths
#36I discovered by pure chance the vast ecosystem of iOS synths apps. And I was absolutely blown away. 90+% of the synths of the past century are available for ~5-20€ each. Connect that to a basic KORG MicroKeys Air [extra cheap, but includes Bluetooth]. And you are the next Jean-Michel Jarre. [Note: and the amount of tutorial videos on YouTube is huge.]
Yes! But, huge but, very huge but, you lose the affordance of the switches and the buttons and the knobs and the patch cables. And that is a terrible loss for fiddling and discovery.
Re: Raspberry Pi Synthesizers – How the Pi is transforming synths
#37Earlier quoted context omitted.
Arturia does that, and Korg did as well (making controller keyboards specific for emulating a synth, with the software running on a Mac or PC. Downsides: - if the software doesn’t get updated, you’re stuck running an old OS an old Mac that supports it. - you can’t just turn on the synth and use it, you need to find a cable, connect it to the Mac, launch the software, etc
What I don't quite get is why manufacturers of midi controllers (Arturia, Novation, NI, etc.), with the exception of, possibly only Korg, don't release any of their digital instruments as mobile apps. After sitting the whole day in front of my computer, the last thing I want to do is to swap VS Code for Ableton or Kontakt and spend a few more hours in the glow of my monitors. (I do get that if you are very serious ab…
Re: Raspberry Pi Synthesizers – How the Pi is transforming synths
#38Earlier quoted context omitted.
Arturia does that, and Korg did as well (making controller keyboards specific for emulating a synth, with the software running on a Mac or PC. Downsides: - if the software doesn’t get updated, you’re stuck running an old OS an old Mac that supports it. - you can’t just turn on the synth and use it, you need to find a cable, connect it to the Mac, launch the software, etc
What I don't quite get is why manufacturers of midi controllers (Arturia, Novation, NI, etc.), with the exception of, possibly only Korg, don't release any of their digital instruments as mobile apps. After sitting the whole day in front of my computer, the last thing I want to do is to swap VS Code for Ableton or Kontakt and spend a few more hours in the glow of my monitors. (I do get that if you are very serious ab…
Same reason I keep my Roland Fantom around - has everything built in to the device.
Re: Raspberry Pi Synthesizers – How the Pi is transforming synths
#39Re: Raspberry Pi Synthesizers – How the Pi is transforming synths
#40What is the point of making hardware synths on a Pi when you could just make a VST?