Re: [PD] C externals in M1 give errors

2022-08-12 Thread Bastiaan van den Berg
Did you read that M1's storage has so much cache + lies to the OS about
cache commitments, leading to data corruption sometimes?
https://twitter.com/marcan42/status/1494213855387734019

On Fri, Aug 12, 2022 at 6:14 AM Jaime Oliver 
wrote:

> Dear all,
>
> I have a c external that compiles and runs fine on windows, Linux, and Mac
> Intel systems, but while the exact same code compiles ok on a Mac M1
> system, it runs with errors.
>
> I am trying to figure out the bug, but wonder if anyone has come across
> something like this? The external itself is not particularly complex. It
> writes and reads text files, does basic arithmetic, and uses arrays of
> various sizes.
>
> Does anyone have any suggestions of where to look first?
>
> Best,
>
> Jaime
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] PD on RaspberryPi – cheap multichannel sound-card

2022-08-08 Thread Bastiaan van den Berg
On Mon, Aug 8, 2022 at 3:34 PM Martin Recker 
wrote:

> 2. Does anyone have recommendations to create a stable and reliable(!)
> aggregate device on raspberry to sync input and output on software side?
>

You seem to be asking how to do instant troughput, making the processing
time of your code on device 0ms? This does not exist, it will always take
-some- time.

--
buZz
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Raspberry Pi 4 HDMI outputs

2021-11-30 Thread Bastiaan van den Berg
how about you just use xrandr to setup two monitors, and then 2x [gemhead]
with [pix_film]

On Tue, Nov 30, 2021 at 12:45 PM Csaba Láng  wrote:

> Sure, VLC.
> Render into one file next to each other and use the tile option with 2x1
> setup.
> Best,
> Popesz
>
> On Tue, Nov 30, 2021 at 11:23 AM Simon Iten  wrote:
>
>> Hi list,
>>
>> Has somebody used the two HDMI outs from PD to play two videos on two
>> different screens?
>>
>> I am finding infos from people doing it with omxplayer, but I need it
>> synced and looped. Or are there any other Linux video players that can sync
>> two streams on two different monitors?
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> https://lists.puredata.info/listinfo/pd-list
>>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] PD Weekend, Ithaca - 2/21

2020-03-07 Thread Bastiaan van den Berg
Your advertisement lacks a location ;)
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] pix_delay argument

2019-08-26 Thread Bastiaan van den Berg
I think that would require a infinite fast computer ;) There will always be
a delay (at -least- 1 frame of the gem head)

On Mon, Aug 26, 2019 at 11:04 AM Peter P.  wrote:

> Hi list,
>
> can it be that if pix_delay is being sent a "frame delay" into its right
> inlet that is the same as its argument (max delay) it will not delay at
> all?
>
> cheers, P
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] IFTTT (“if this then that”) and connecting puredata to iot device like a wemo or other open source power outlet

2019-01-26 Thread Bastiaan van den Berg
On Mon, Jan 14, 2019 at 7:20 PM RT  wrote:
>
> Looks like they are clamping down on flashing the firmware...
> https://support.itead.cc/support/solutions/articles/1161914-how-can-i-downgrade-the-firmware-flash-3rd-party-through-ota-

nope, thats about the OTA functionality of the preflashed firmware
(which i never cared about in the first place)



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] IFTTT (“if this then that”) and connecting puredata to iot device like a wemo or other open source power outlet

2019-01-14 Thread Bastiaan van den Berg
our hackerspace uses a ton of 'sonoff' products from itead ;
https://www.itead.cc/sonoff-wifi-wireless-switch.html
its a simple and cheap esp8266 based board you can run anything you want
on.  i -think- it comes with some firmware natively, but i've never
bothered to look at it :P

the firmware we flash on them allows them to be controlled over MQTT which
works nice for our domotica setup, but i've also flashed one with art-net
software once.
some manual attempt is at https://nurdspace.nl/SonOff

many ways to apply this ;)
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Network crashes pd

2018-12-05 Thread Bastiaan van den Berg
On Wed, Dec 5, 2018 at 4:26 PM Orm Finnendahl <
orm.finnend...@selma.hfmdk-frankfurt.de> wrote:

> It just disappears and the system keeps working. I can restart pd so I
> assume it segfaults.
>

Start Pd from a terminal so you can see if it segfaults.

--
buZz
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] NDI for Gem

2018-11-13 Thread Bastiaan van den Berg
I'd so much love a faster/better way for video-accross-network-from-PD
(from linux) then pdp_netsend and friends :D
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] high speed usb3 camera can not be found

2018-08-05 Thread Bastiaan van den Berg
>From what i see from that camera, it doesnt use video4linux , and thus, is
-not- supported to use in PureData

On Sun, Aug 5, 2018 at 5:04 PM, Csaba Láng  wrote:

> I guess the producer calls its software pylon.
> Anyway maybe I have to do something with the udev rulers, loos like it can
> not write into it.
>
> On Sun, Aug 5, 2018 at 4:32 PM Bastiaan van den Berg 
> wrote:
>
>> Whats 'the pylon software' ? How does it control the camera without a
>> /dev/video?
>>
>> pix_video requires normal video interfaces
>>
>> On Sun, Aug 5, 2018 at 3:35 PM, Csaba Láng  wrote:
>>
>>> no /dev/video at all. If I connect a usb2 webcam, that works,
>>> /dev/video0 appears.
>>> user has access to the camera as the pylon software from the producer
>>> can see it immediately, could change the parameters such as the device name
>>> or resolution. But I need it in pd :)
>>>
>>> On Sun, Aug 5, 2018 at 3:26 PM Bastiaan van den Berg 
>>> wrote:
>>>
>>>> 1) do you see /dev/video* when you plug it in
>>>> 2) does your user have access to that
>>>>
>>>> just like any other camera?
>>>>
>>>> On Sun, Aug 5, 2018 at 2:59 PM, Csaba Láng  wrote:
>>>>
>>>>> Dear list,
>>>>>
>>>>> I use special 227fps usb cameras.
>>>>> lsusb shows the id and the bus.
>>>>> Bus 006 Device 002: ID 2676:ba02 Basler AG ace
>>>>> How can I find the path to it and use with pix_video?
>>>>> Test software shows device input.
>>>>> device0-7 can not find it as /dev/video* does not exist.
>>>>> Best,
>>>>>
>>>>> Popesz
>>>>>
>>>>> ___
>>>>> Pd-list@lists.iem.at mailing list
>>>>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
>>>>> listinfo/pd-list
>>>>>
>>>>>
>>>> ___
>>>> Pd-list@lists.iem.at mailing list
>>>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
>>>> listinfo/pd-list
>>>>
>>>
>>> ___
>>> Pd-list@lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
>>> listinfo/pd-list
>>>
>>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
>> listinfo/pd-list
>>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] high speed usb3 camera can not be found

2018-08-05 Thread Bastiaan van den Berg
Whats 'the pylon software' ? How does it control the camera without a
/dev/video?

pix_video requires normal video interfaces

On Sun, Aug 5, 2018 at 3:35 PM, Csaba Láng  wrote:

> no /dev/video at all. If I connect a usb2 webcam, that works, /dev/video0
> appears.
> user has access to the camera as the pylon software from the producer can
> see it immediately, could change the parameters such as the device name or
> resolution. But I need it in pd :)
>
> On Sun, Aug 5, 2018 at 3:26 PM Bastiaan van den Berg 
> wrote:
>
>> 1) do you see /dev/video* when you plug it in
>> 2) does your user have access to that
>>
>> just like any other camera?
>>
>> On Sun, Aug 5, 2018 at 2:59 PM, Csaba Láng  wrote:
>>
>>> Dear list,
>>>
>>> I use special 227fps usb cameras.
>>> lsusb shows the id and the bus.
>>> Bus 006 Device 002: ID 2676:ba02 Basler AG ace
>>> How can I find the path to it and use with pix_video?
>>> Test software shows device input.
>>> device0-7 can not find it as /dev/video* does not exist.
>>> Best,
>>>
>>> Popesz
>>>
>>> ___
>>> Pd-list@lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
>>> listinfo/pd-list
>>>
>>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
>> listinfo/pd-list
>>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] high speed usb3 camera can not be found

2018-08-05 Thread Bastiaan van den Berg
1) do you see /dev/video* when you plug it in
2) does your user have access to that

just like any other camera?

On Sun, Aug 5, 2018 at 2:59 PM, Csaba Láng  wrote:

> Dear list,
>
> I use special 227fps usb cameras.
> lsusb shows the id and the bus.
> Bus 006 Device 002: ID 2676:ba02 Basler AG ace
> How can I find the path to it and use with pix_video?
> Test software shows device input.
> device0-7 can not find it as /dev/video* does not exist.
> Best,
>
> Popesz
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp deken

2016-11-20 Thread Bastiaan van den Berg
On Sun, Nov 20, 2016 at 10:33 AM, Jack  wrote:

> What do you mean ?
> Maybe, i don't understand your sentence correctly but if you are talking
> about pixel as sample, Gem is quite excellent to manipulate pixel with
> the current Gem objects or with shaders too :)


vj-ing samples are often snippets of video, at least on our sets :D

meaning sketches usually ended up just being a pile of videoplayers and
mixers , for which PDP was a way better fit than Gem

--
buZz
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp deken

2016-11-19 Thread Bastiaan van den Berg
On Sat, Nov 19, 2016 at 4:04 PM, hi via Pd-list 
wrote:

> point was to answer this question:
> >  i want to do some vj patches with puredata.


ah :)

indeed, gem is quite excellent for the non-sample-based VJ-ing

--
buZz
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] pdp deken

2016-11-19 Thread Bastiaan van den Berg
On Sat, Nov 19, 2016 at 7:44 PM, Johnny Mauser via Pd-list <
pd-list@lists.iem.at> wrote:

> Check out the gem library!
>
>
but Gem is neither PDP nor PiDiP, whats the point?

--
buZz
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-17 Thread Bastiaan van den Berg
On Wed, Nov 16, 2016 at 11:33 PM, IOhannes m zmölnig 
wrote:

> on which Debian version are the default images for C.H.I.P based?
>

It's debian jessie

--
buZz
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] C.H.I.P. & Pd Vanilla 0.47

2016-11-03 Thread Bastiaan van den Berg
You all suck at finding documentation ;)

Check this out!

http://docs.getchip.com/chip.html#building-and-installing-puredata-pd-on-chip

On Thu, Nov 3, 2016 at 5:36 AM, Richie Cyngler  wrote:

> I tried to build it on RPi 2 (also noob here - my first build ever). I
> think I installed all the required build tools. It almost worked on the
> third try but still wouldn't launch. I'd love to hear how your attempt goes
> Alexandre.
>
>
> On Thursday, 3 November 2016, Alexandre Torres Porres 
> wrote:
>
>> Does the CHIP have that same architecture? (armv7) Worth a try.
>>>
>>
>> yes it does :)  armv7!
>>
>>
>>> The standard auto tools method
>>>
>>
>> cool
>>
>>
>>
>
> --
>
> www.glitchpop.com
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] [pd] gui fudi patuti

2016-09-16 Thread Bastiaan van den Berg
a) love include pic

b) GUI performance is highly dependant on setup , OS , window manager ,
moon phase , voodoo rituals

Could you clarify which where in play for b) ?

--
buZz
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Sending audio through net

2016-09-06 Thread Bastiaan van den Berg
On Tue, Sep 6, 2016 at 4:14 PM, William Huston 
wrote:

> Mario--
>
> What is VCN?
>

Just a guess, typo for VNC

--
buZz
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] disis_gpio can only access 10 pins (raspberry pi)

2016-06-07 Thread Bastiaan van den Berg
not 100% if related,

but older raspberrypiss had less GPIO pins than current generation

--
buZz
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] raspberry pi 3 with OpenGL

2016-04-19 Thread Bastiaan van den Berg
You need to enable opengl first, as noted on ;

https://www.raspberrypi.org/forums/viewtopic.php?f=91=128464
​
--
buZz
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Present and future of WebPd

2015-09-07 Thread Bastiaan van den Berg
Exactly the same here

On Mon, Sep 7, 2015 at 5:31 PM, Joe White <white.j...@gmail.com> wrote:

> yeah I had the same issue
>
> The link takes me through facebook and then there isn't actually any
> content (aside from a facebook share button :D )
>
> On 7 September 2015 at 15:36, s p <seb...@gmail.com> wrote:
>
>> didn't get that Bastiaan ... is there something wrong with the link?
>>
>> On Mon, Sep 7, 2015 at 4:32 PM, Bastiaan van den Berg <b...@spacedout.nl>
>> wrote:
>>
>>> Real link without facederp tracking;
>>> http://funktion.fm/#post/present-and-future-of-webpd
>>>
>>> (actually, there is 0 text on page?)
>>>
>>> On Mon, Sep 7, 2015 at 4:14 PM, s p <seb...@gmail.com> wrote:
>>>
>>>> Hello Pd list! After receiving many questions, I decided to write a
>>>> little post to explain about the present and future of WebPd :
>>>> http://funktion.fm/#post/present-and-future-of-webpd
>>>> <http://l.facebook.com/l.php?u=http%3A%2F%2Ffunktion.fm%2F%23post%2Fpresent-and-future-of-webpd=rAQFTSiybAQFx2xobk2DeC2J2wqOfgDUiomA9I41n42NLGQ=AZOXG_i02KfoVIV6XG9vq5xhJdPuL2Mq6Q1YRPu5cy-1rbI4CdJXsXrsbWSuQQe-iuSS2WQJGqJLfPVMvliJW3mh1hlKx1hxSxglu-2i5tPs9l71GFYkQJJPTEyuAvSRJgCMok4BzZSKOWjh_Ol1YFLP0ivhQjxRYm0F3yYH0DNh_Q=1>
>>>>
>>>> Feel free to comment!
>>>>
>>>> --
>>>>
>>>> *Sébastien Piquemal*
>>>>
>>>>  -* @sebpiq*
>>>>  - http://github.com/sebpiq
>>>>  - http://funktion.fm
>>>>
>>>> ___
>>>> Pd-list@lists.iem.at mailing list
>>>> UNSUBSCRIBE and account-management ->
>>>> http://lists.puredata.info/listinfo/pd-list
>>>>
>>>>
>>>
>>> ___
>>> Pd-list@lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>
>>
>> --
>>
>> *Sébastien Piquemal*
>>
>>  -* @sebpiq*
>>  - http://github.com/sebpiq
>>  - http://funktion.fm
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Present and future of WebPd

2015-09-07 Thread Bastiaan van den Berg
Real link without facederp tracking;
http://funktion.fm/#post/present-and-future-of-webpd

(actually, there is 0 text on page?)

On Mon, Sep 7, 2015 at 4:14 PM, s p  wrote:

> Hello Pd list! After receiving many questions, I decided to write a little
> post to explain about the present and future of WebPd :
> http://funktion.fm/#post/present-and-future-of-webpd
> 
>
> Feel free to comment!
>
> --
>
> *Sébastien Piquemal*
>
>  -* @sebpiq*
>  - http://github.com/sebpiq
>  - http://funktion.fm
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list