> Note that since the server program exposes an HTTP server you can actually navigate to the IP address of your PI from any device connected to the same wifi and control your pedal chain from there. That's a killer feature for me, hiding at the end of the README. I have a Fractal Audio FM3[0] at home, and the only way I edit my patches is using their editing software over a USB connection to the device. Adding the ab…
Don't go leaving it exposed if you connect it up to the venue's WiFi, if you're playing live. ;)
A low latency guitar effects processor suitable for running on a Raspberry Pi
51–60 of 147 posts
Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#52Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#53I'm still patiently waiting for future digital mixing consoles to do all processing in software on inexpensive x86 or ARM processors. Currently due to latency and reliability requirements all DSP work is done on dedicated chips or FPGA which brings up the BOM and engineering cost. They often have a small ARM/Linux module which is used for the displays and network control. The CPU tech is here today, and modern genera…
Modern CPUs are great if your watt (and thus thermal) profile is unlimited. Not so great when they aren't.
Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#54Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#55I thought is hard to have low latency audio in Linux with stuff like PulseAudio.
Nah, low latency audio is absolutely possible, but not necessarily using pulse audio. Using either Jack for the low latency stuff has been the advice for years, but with the advent of pipewire you can mix and match without too much difficulty. A quick skim didn't turn up what audio backend this project is using, but I'm using patchbox with modep on my Pi4 as a bass pedal board and it's pretty much flawless low latenc…
(Convoluted reverb is utterly awesome but more processor intensive than almost anything else)
Edit: and sorry, to be helpful, by low latency, could you meantion how many ms that is -- because while I'm very happy for you, and really interested, 15ms is very different to say 5ms or lower
Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#56Earlier quoted context omitted.
Don't go leaving it exposed if you connect it up to the venue's WiFi, if you're playing live. ;)
Audience participation show.
Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#57> Note that since the server program exposes an HTTP server you can actually navigate to the IP address of your PI from any device connected to the same wifi and control your pedal chain from there. That's a killer feature for me, hiding at the end of the README. I have a Fractal Audio FM3[0] at home, and the only way I edit my patches is using their editing software over a USB connection to the device. Adding the ab…
Somebody should make a device that plugs into a fractal axe FX and hijacks the USB connection and exposes a web interface. Now that'd be cool!
Eg https://www.digi.com/products/networking/infrastructure-mana...
Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#58Re: A low latency guitar effects processor suitable for running on a Raspberry Pi
#59Very cool, I've ordered a Raspberry Pi touchscreen this weekend and it should arrive today. I want to make a MIDI sequencer with it, or at least play with the idea. I hope my old Raspberry Pi can work with MIDI (over USB) without too much latency..
I've seen it done with the Pico, where it acts as a midi device when plugged in to a host machine; not so sure about the main boards.
https://raspberrypi.stackexchange.com/questions/71613/how-to...