----------
As noted:
There will be a PdWeekend October 4-6 in San Diego instigated by Miller
and Friends (as ever). It's a happy circumstance that I don't need to
explain to Pd-list what a *PdWeekend* as if as if I could. Rather you
should simply ask someone who's participated in a PdW with us all.
If you would like the list to know what you're up to and connect that to
PdWeekend discussion, that
seems worthwhile. If you have logistical questions or add/drop requests
for detailed routings about PdWeekend, please do that via e-mail to
pdweekend(a)newblankets.org
There is now also an online *web-sandbox* you can check in on regularly --
check who's attending, what we might be doing etc etc -- as we go along,
making it up.
PdWeekend sandbox: http://newblankets.org/PdSD_2019
flyer: http://newblankets.org/PdSD_2019/flyer.pdf
> > how big of a list xcan we have in Pd?
> 100
That's only the internal limit for stack allocation in the [list] methods.
> > How many elements can a t_atom have?
> 1000
What does this even mean?
> For best results, no bigger than:
> 5
Everything below 100 elements is equally fine (no heap allocation)
> Gesendet: Donnerstag, 04. Juli 2019 um 18:39 Uhr
> Von: "Jonathan Wilkes via Pd-dev" <pd-dev(a)lists.iem.at>
> An: pd-dev <pd-dev(a)lists.iem.at>, "Alexandre Torres Porres" <porres(a)gmail.com>
> Betreff: Re: [PD-dev] what's the maximum list size?
>
> > On Thursday, July 4, 2019, 3:35:14 AM EDT, Alexandre Torres Porres <porres(a)gmail.com> wrote:
> > how big of a list xcan we have in Pd?
> 100
>
> > How many elements can a t_atom have?
> 1000
> For best results, no bigger than:
> 5
> All assuming the Pd user needs to hit low latency soft realtime deadlines.
>
> -Jonathan
> _______________________________________________
> Pd-dev mailing list
> Pd-dev(a)lists.iem.at
> https://lists.puredata.info/listinfo/pd-dev
>
Today is Day 001 of the
** NB/Pd 2020 Worldwide Vision Festivals**
The world-wide local festivals – beginning today (July1, 2019) and taking
place over this next year and a half until the last day of 2020 – are the
distributed and living pulse of ** NB/Pd 2020 Vision Fest.**
Local events of the Fest around the world will be supported, instigated
and facilitated by New Blankets – NB will help in financial ways and in
ways far beyond that -- which the worldwide participants themselves will
begin now to devise together.)
We already know the spirit of this 2020 Vision Fest:
• because we’ve jam-sessioned with New Blankets community workshops
and hacked these revs of the NB approach to community culture – it’s
steady tripod of community + circulation + technology. We dig the
Suitcase Supercomputer and feel itchy to get hands-on with NB Suitcase
Supercomputer 8 as it is now hatching from protean networks of RPi4 and
open-networked cellphone clusters.
• Because we’ve contributed as performers and demonstrators and
audience in many Pd Patching Circles in cities around the world
• Because we know first-hand the indelible life course-change that can
happen with personal connections and exemplary work done together. --
WeÂ’ve seen the PdCon, and it is us. --
LetÂ’s all spend the next 18 months co-contriving 2020 Worlwide VisionFest.
Let our interwoven skills and common benevolence bring us all together in
a planetary vision. Between now and December 31, 2020. LetÂ’s invent and
discover and celebrate and amplify our contributions to world peace and to
the arts
– one round-workbench and/or concert at a time, each in their special
corner of the world among friends.
The 2020 Vision Fest is open to everyone, but the fertile core nurturing
it to flower will be those great souls like ~msp who are enriched by their
gifts both outgoing and incoming, expressed in work. We folks are the
global village that is New Blankets and the Puredata Community. We may
have something to contribute to healing a little planet, if we're lucky
indeed.
How can you join in right now? Why not hit the ground running:
• Reply ASAP. Let us hear from you if you’re interested to contribute
and/or participate in 2020 Vision Fest. You can design the whole Fest in
your reply by simply answering five little questions:
Who? What? When? Where? Why?
• Keep an eye on http://newblankets.org (It needs a lot of work …)
• Tune in to the daily New Blankets benevolent NetCasts Series<
starting today.
• Check out for inspiration an awesome VisionFest event taking place
right now in fact:
(newblankets.org/worth_a_look/garvey_tubman2019_arts_camp.pdf)
Hi there,
just wondering if pduino currently has support for shift registers?
a quick google came up with this post from 2009: https://forum.arduino.cc/index.php?topic=6910.0
that seems to suggest that support is coming , but can't seem to find much mention of it since.
thanks !
If what you need is simple enough, cron should work. The most important element is, as previously stated, cron needs the FULL path to whatever it is starting, so you need the FULL PATH to pd or a script calling pd.
For controlling another application via cron, I generally write specific scripts which then start, stop, or message the application. Once you get into writing a general control script where you need to run pd like a daemon, then you should look into an init script where you can run pd as a service.
> On Jun 28, 2019, at 12:00 PM, pd-list-request(a)lists.iem.at wrote:
>
> Date: Fri, 28 Jun 2019 11:36:26 +0200
> From: IOhannes m zmölnig <zmoelnig(a)iem.at <mailto:zmoelnig@iem.at>>
> To: pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>
> Subject: Re: [PD] Cannot run pd patch from crontab at startup on raspi
> Message-ID: <ef12c584-6fc4-62a5-c2e4-b3ff2043245c(a)iem.at <mailto:ef12c584-6fc4-62a5-c2e4-b3ff2043245c@iem.at>>
> Content-Type: text/plain; charset="utf-8"
>
> On 6/28/19 9:04 AM, Roman Haefeli wrote:
>> * My final suggestion is to not use cron at all
>
> +1 to everything you said, and this in particular.
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Dear list,
have to run a pd patch with GUI on raspbian but it won’t run
@reboot puredata -gui -open /path-to-patch
Any clue what is wrong? Tried everything even put into script but no luck!
Best,
Popesz
Hi, I just realized raspberry pi 3 and the new 4 are armv8... do they need
or benefit from an armv8 compile?
So far I've only compiled for armv7, and it seems it could do just well
with armv6 (which is needed for raspberry pi zero)
cheers
hi list
i'm trying to work with MIDI.
the problem i meet is that the midi input very quickly is overloaded.
i have to (re)select the MIDI input channel to continue.
this happens even without a patch, just in de midi-help.
input is coming from a Behringer or from Ableton.
(Pd-0.49 on Mac and on Windows 10)
rolf
Hello list
… any good mp3 player object on Pd / OsX these days ?
(looked to antique pd-list messages about this subject, using .wav myself, sorry if obvious question)
thanks
JM