[PD] Pduino issue?

2023-04-13 Thread Rick Snow
Hello list, I am helping someone use pd with an arduino mega. They would like to use all of the digital output pins. I’ve used pduino in the past in this way and not had trouble, but I seem to be bumping into something now. I started by using the arduino help patch. StandardFirmata sketch

Re: [PD] Raspberry pi 4 startup problem

2023-04-13 Thread Patco
Hello, I'm using crontab to load pd, the only way I've found to have sound when pd starts at boot is about adding delay into the script that starts PureData like this: #!/bin/bash env sleep 10 ,pd -nogui mypatch on some computer 5s is enough, on some other it's about 10s... How could we

Re: [PD] pd for android and abl_link~

2023-04-13 Thread Daniel Iglesia
Regarding 'adapting for Google's updates' I've just pushed a new version of MobMuPlat (Android) to the play store; I'll push the changes to github momentarily. (Google was no longer allowing apps with an older SDK) On Thu, Apr 13, 2023 at 9:12 AM João Pais wrote: > I can still use and compile

Re: [PD] [PD-announce] Max pd~ object test compiled for M1 processors

2023-04-13 Thread João Pais
According to reports from users, the external is also working on my Click Tracker patch (both as max patch and standalone). This is great, thank you! Just tested on my M1 machine using Rosetta and then not and all seems to work fine in the help patches at first glance. I did get a macOS

Re: [PD] pd for android and abl_link~

2023-04-13 Thread João Pais
I can still use and compile the mobmuplat code, it's the base for my click tracker App. It works fine, the only problem is adapting for google's updates. jmmmp Hi, unfortunately it seems Mobmuplat can't be opened by Android Studio anymore as it complains about not being able to create

Re: [PD] object for showing images with a better quality than gif (like ggee/image) ?

2023-04-13 Thread Ico Bukvic
Pd-L2Ork only due to different front-end and changes to the core. Best, Ico -- Ivica Ico Bukvic, D.M.A. Director, Creativity + Innovation Institute for Creativity, Arts, and Technology Virginia Tech Creative Technologies in Music School of Performing Arts – 0141 Blacksburg, VA 24061 (540)

Re: [PD] Raspberry pi 4 startup problem

2023-04-13 Thread Simon Iten
thanks everybody, a combination of a delayed PD start and a delayed dsp 1 message did the trick!! On Thu, 13 Apr 2023, 13:39 Christof Ressi, wrote: > I tried delaying the dsp 1 message on loadbang by 200ms since I read > somewhere this could be the problem. > > Try > > [loadbang] --> [del

Re: [PD] Raspberry pi 4 startup problem

2023-04-13 Thread Christof Ressi
I tried delaying the dsp 1 message on loadbang by 200ms since I read somewhere this could be the problem. Try [loadbang] --> [del 1000] --> [; pd dsp 0, dsp1( If the audio device has already been opened (albeit unsuccessfully), you might need to turn DSP off first, so that turning DSP on

Re: [PD] Raspberry pi 4 startup problem

2023-04-13 Thread IOhannes m zmoelnig
On 4/13/23 12:39, Simon Iten wrote: Or as a workaround, is there a way to hit that apply button automagically from within a pd patch on loadbang? yes, with the [mediasettings] library. in RPi, you should be able to install it with $ apt-get install pd-mediasettings gfmasdr IOhannes

Re: [PD] Raspberry pi 4 startup problem

2023-04-13 Thread Lucas Cordiviola
sounds that you have to delay "pd starts up on boot" part. seems Pd is started before the soundcard is ready. -- Mensaje telepatico asistido por maquinas. On 13/04/2023 07:39, Simon Iten wrote: Or as a workaround, is there a way to hit that apply button automagically from within a pd

Re: [PD] Raspberry pi 4 startup problem

2023-04-13 Thread Simon Iten
Or as a workaround, is there a way to hit that apply button automagically from within a pd patch on loadbang? > On 13 Apr 2023, at 12:36, Simon Iten wrote: > > Ok, I have a strange one… > > I have a raspberry PI 4 with a usb sound card as in/output and a patch that > starts up on boot (via

[PD] Raspberry pi 4 startup problem

2023-04-13 Thread Simon Iten
Ok, I have a strange one… I have a raspberry PI 4 with a usb sound card as in/output and a patch that starts up on boot (via the simple autostart in /etc/xdg/lxsession/LXDE-pi/autostart) Since I also need graphics from puredata. Whenever pd is auto-started, it does not get any sound input.

Re: [PD] object for showing images with a better quality than gif (like ggee/image) ?

2023-04-13 Thread Ingo
Thanks, Ico! This sounds great! But is it going to work on a regular vanilla install (Pd 0.49 / Debian 9.5) ? Or does it need Pd-L2Ork installed? Ingo From: Ico Bukvic [mailto:i...@vt.edu] Sent: Monday, April 10, 2023 8:52 PM To: Ingo Cc: Alexandre Torres Porres; pd-list@lists.iem.at