Hi is there any easy way to code a couple midi buttons to switch between patches (since I missed out on the app and do need to be able to switch patches in headless mode before general release)?
Hey, I am sorry, I didnât realize youâre in a hurry initially.
I have added your email to the testers list (PM me if the one youâre using for Android Play Store is different from the one youâre using here)
Please follow the instructions to install here: https://blokas.io/pisound/docs/pisound-app/#android
An alternative way could be to use the button and swapping the USB memory sticks, or switch patches based on the number of the button clicks, as @oootini demonstrated here: Adding more button clicks
Thanks so much! Iâm trying to use it live in a week, so this is super helpful
Button clicks wouldnât be ideal since my usb stick is suuuper slow at reading/writing
wait now it wonât let me move my patches into the location that the app searches (usr/local/puredata-patches) and it also wonât let me change the permissions? sorry Iâm really new to rpi but this must be a simple fix
Press alt+f2 and enter:
gksudo pcfileman
This will start the file browser as root user, so you may place the files in /usr/local/puredata-patches.
ok one last part- itâs opening some patches but not others
(edit- they open fine when I use monitor/mouse to open)
Yes, Pisound is compatible with all standard Linux audio software.
By default, the pisound-ctl and pisound-btn start patches using puredata command - you may either override on your system which exact PD variation this is, or modify the scripts in /usr/local/pisound/scripts to use a different command, in particular in this script: https://github.com/BlokasLabs/pisound/blob/master/scripts/common/start_puredata.sh
When using the button or the app, does a GUI show up? Does it give you any errors?
âerror /usr/local/puredata-paches/patchname: canât openâ
Where is this error printed?
in the output on the app
Does the path of the patch contain a space by any chance?
If so, try changing it to â_â or something.
whoops there it is- these arenât my patches so I totally missed that thanks so much!
This will be fixed in the publicly released version 