permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit c0cf497f52b2224f94731f8fe1f3fd915bf1154c
parent 41811e36741aebc26621c2ba5fdef88f2fd809f0
Author: ugrnm <ugrnm@web>
Date:   Sun, 28 Jun 2026 23:31:58 +0200

pd workaround alsa

Diffstat:
Munbrick01.mdwn | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/unbrick01.mdwn b/unbrick01.mdwn @@ -260,6 +260,11 @@ pd -nogui -stderr -jack chkahichdahk.pd touch the touchscreen and you should see the coordinates printed in the shell and you should hear sound! +temp fix without JACK +```sh +pd -nosleep -r 48000 -stderr -noadc -nogui chkahichdahk.pd # speaker +``` + # BRAINDUMP for things that may be useful in the future...