News:

SMF - Just Installed!

Main Menu

Recent posts

#1
Using pi-Stomp / Re: CPU gets to 100 percent
Last post by Randall (Admin) - December 03, 2025, 03:47:40 PM
Does that happen for any pedalboard you have running?

If no, it could be a badly behaved plugin, or AIDA-X which can be a total CPU hog depending on the model.  Possibly try a different model?  If that doesn't help, please indicate which Harmonizer, or take a screenshot so we can try to reproduce what you're experiencing.
#2
Building pi-Stomp / Re: updating pistomp 2 to SW v...
Last post by Randall (Admin) - December 03, 2025, 03:43:29 PM
Download the .xz file from here:
https://github.com/treefallsound/pi-stomp/releases/

Use the corresponding "Installation Instructions".

The changes are shown in:
https://github.com/TreeFallSound/pi-stomp/blob/pistomp-v3/CHANGELOG.md

Lots updates and new features and an improved LCD UI.  Patch storage for plugin management, cool new plugins.  There's some possibility that your existing pedalboards won't load if you referenced plugins not in the new batch but we've tried to only add and not remove plugins unless they cause issues.

More stable?  Did you have stability issues before?



#3
Building pi-Stomp / updating pistomp 2 to SW versi...
Last post by Ariesh - November 24, 2025, 06:30:20 AM
how do i do this update?
is is more stable? will i squeeze some more usabilty out of it?
i believe i have version 2.1.1 on right now
#4
Using pi-Stomp / Re: CPU gets to 100 percent
Last post by Ariesh - November 23, 2025, 12:22:59 PM
can it be that i cant run a harmonizer effect with the AIDADSP?
(PISTOMP 2)
#5
Using pi-Stomp / CPU gets to 100 percent
Last post by Ariesh - November 23, 2025, 12:21:47 PM
recently i went to a rehearsal, the PS satyed with a white screen and wouldnt turn on.
today i went and connected to it via the MODwebUI and it shows 100 percentCPU usage

what can i do?
#6
General / pi-Stomp v3 kits are in stock ...
Last post by Randall (Admin) - November 14, 2025, 10:31:58 AM
Thanks for your patience.

After difficulties with manufacturing, part sourcing and tariffs, we finally have kits in stock and ready to ship.

Learn about v3 here:
https://treefallsound.com

https://treefallsound.com/wiki/doku.php?id=pi-stomp_user-guide

Order yours here:
https://treefallsound.com/opencart
#7
Building pi-Stomp / Re: Build help the New Pi Stom...
Last post by Peetem - November 06, 2025, 07:11:12 AM
Played for 3 hours last night and everything worked perfectly!

Thanks again!
#8
Building pi-Stomp / Re: Build help the New Pi Stom...
Last post by Peetem - November 05, 2025, 05:43:15 PM
Ok, that fixed it!

I have practice tonight and we'll see how it handles a few hours of use.

Thank you!
#9
Building pi-Stomp / Re: Build help the New Pi Stom...
Last post by Peetem - November 05, 2025, 04:57:57 PM
OK.  Made the changes as suggested.  I will try it tomorrow. 

Thanks!
#10
Building pi-Stomp / Re: Build help the New Pi Stom...
Last post by Randall (Admin) - November 05, 2025, 02:51:00 PM
Good thinkin' @SlimBagel, but I'm near certain his issue isn't preventing a clean boot.  It's that jack (the audio server) isn't running correctly.

Pretty sure I was able to reproduce the issue by plugging in a USB MIDI controller.  The pi boots fine, dmesg output looks good.  But, jack fails to start which means MOD fails to start and thus modalapistomp which drives the LCD doesn't start either.

The problem I'm seeing is that the MIDI controller hijacks hw:0 which jack is expecting the IQAudio card to have.

It's a fairly easy fix which I'll make in the next release (3.0.2) this week.  But if ya wanna DIY it, you just add a file:
sudo nano /etc/modprobe.d/alsa-base.conf

Add these lines:
options snd_soc_iqaudiocodec index=0
options snd_usb_audio index=1

Save the file, exit nano.
sudo reboot