Dear pd-list, I’ve noticed that as I adjust the Input Monitor gain in the testtone patch, the pd console prints the message “clip: no method for set”
Is this a bug? Thanks.
Hi list,
Has anybody here used biometric sensors/data for live video/audio manipulation?
I am in the process of collecting infos for an art project that is coming up.
So far the https://openbci.com/ project looks like a good starting point.
Are there externals for getting the data from an EEG or the EmotiBit into PD?
Any infos/insights welcome
Thanks!
Simon
Congrats Miller! Silver lions go together. :)
> On Oct 21, 2023, at 10:11 AM, pd-list-request(a)lists.iem.at wrote:
>
> Message: 5
> Date: Sat, 21 Oct 2023 10:10:51 +0200
> From: Miller Puckette <mpuckette(a)cloud.ucsd.edu <mailto:mpuckette@cloud.ucsd.edu>>
> To: pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>
> Subject: Re: [PD] off topic: congrats Miller for the Silver Lion award
> from La Biennale di Venezia
> Message-ID: <2b2db621-1159-89a4-1be5-8829bd97add2(a)cloud.ucsd.edu <mailto:2b2db621-1159-89a4-1be5-8829bd97add2@cloud.ucsd.edu>>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
> A big (off-topic) thanks --- both for the congrats, and to all of you
> who contribute to the Pd community.
>
> Miller
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
IOhannes can chime in too but I believe Pd has used Tcl 8.5+ for a very long time on Linux. This was before macOS since the system used to come with 8.4 while Linux had already moved on.
> On Oct 19, 2023, at 2:33 PM, pd-list-request(a)lists.iem.at wrote:
>
> Message: 2
> Date: Thu, 19 Oct 2023 13:33:08 +0100
> From: Pierre Alexandre Tremblay <tremblap(a)gmail.com <mailto:tremblap@gmail.com>>
> Cc: Pd-List <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
> Subject: Re: [PD] Quick dev question r.e. underlying tcl version
> Message-ID: <C16C20E7-5D88-43E0-A079-BD366342CEA6(a)gmail.com <mailto:C16C20E7-5D88-43E0-A079-BD366342CEA6@gmail.com>>
> Content-Type: text/plain; charset="utf-8"
>
> Ok thanks. Then I presume that for Linux it is a salad of versions then - I?ll put a test and see what happens
>
> Thanks!
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
For quite a few years, builds for newer macOS versions come with 8.6 while builds for very *old* macOS versions *may* have 8.4. In any case, it's best to check the available Tcl version on load in your plugin / code and issue a warning if it's not supported.
This is something that should probably be added to the platform specific readme: https://github.com/pure-data/pure-data/blob/master/mac/README.txt
> On Oct 19, 2023, at 12:00 PM, pd-list-request(a)lists.iem.at wrote:
>
> Dear all
>
> I?ve looked in the codebase and the list and I cannot find what tcl/tk I can be guaranteed for Pd on MacOS Linux and Windows? should I check in my tcl code if I need 8.5 (for dict support)
>
> Thanks
>
> p
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Dear all
I’ve looked in the codebase and the list and I cannot find what tcl/tk I can be guaranteed for Pd on MacOS Linux and Windows… should I check in my tcl code if I need 8.5 (for dict support)
Thanks
p