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 41811e36741aebc26621c2ba5fdef88f2fd809f0
parent b43aca13eee87553f6a3dd3ff9b7660c573b801a
Author: smeeb <smeeb@web>
Date:   Fri, 26 Jun 2026 16:52:12 +0200


Diffstat:
Munbrick01.mdwn | 22++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)

diff --git a/unbrick01.mdwn b/unbrick01.mdwn @@ -233,18 +233,32 @@ cd unbrick01/pd/startup python touch2pd.py ``` -If you touch the touchscreen, you should see `x` and `y` coordinates in the shell. These coordinates are being send on `localhost` to port `1337` +And run `pd` + +```bash +cd unbrick01/pd/patch/unstable +pd -stderr -nogui -jack chkahichdahk.pd +``` + +If you touch the touchscreen, you should see `x` and `y` coordinates in the shell. These coordinates are being send on `localhost` to port `10101`. + +## jackd + +start the `jackd` server +TODO: run this as a `rc-service`, cannot get it to work yet + +`JACK_NO_AUDIO_RESERVATION=1 jackd -r -d alsa -P -d hw:0,1 -S` ## pd Now to receive the send touch coordinates, run the example pd patch in the shell ```bash -cd ~/unbrick01/pd/patch/unstable -pd -nogui -stderr phone_test.pd +cd unbrick01/pd/patch/unstable +pd -nogui -stderr -jack chkahichdahk.pd ``` -touch the touchscreen and you should see the coordinates printed in the shell and you should hear sound, but `--- no soundcards ---` (yet) +touch the touchscreen and you should see the coordinates printed in the shell and you should hear sound! # BRAINDUMP