[PD] thoughts on the new deken (was Re: [PD-announce] pd version 0.48-2 test1 released)

2018-08-05 Thread Alexandre Torres Porres
Hi, now that pd 0.48-2 is about to come out with the new deken, I'm checking it out and giving it a deeper look. I wasn't really using it before. So, I have a few questions and considerastions. 1- There's a default change, now it doesn't prompt you no more if you want to add externals to the

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Lucas Cordiviola
Yes the new one finds ASIO. Also nice that you're shipping with 64-bit TK 8.6.8. :) Mensaje telepatico asistido por maquinas. On 8/5/2018 6:01 PM, Miller Puckette wrote: > Oops, you're right, I had compiled it wrong. (Still trying to get a > working compile script here.) Meanwhile, I

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Alexandre Torres Porres
2018-08-05 18:21 GMT-03:00 Miller Puckette : > I'm afraid to even breathe on the 'declare' code in a bug-fix release... > hahaha, ok, cool ;) ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Dan Wilcox
I noticed a possible issue with deken's architecture "re-detection" on macOS: https://github.com/pure-data/deken/issues/199 Dan Wilcox @danomatika danomatika.com robotcowboy.com

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

2018-08-05 Thread Csaba Láng
Iohannes, I tried to compile from Gem/Plugin/videoHALCON folder. This is the output in terminal $ ./configure ./configure --with-pylon=${HOME}/opt/pylon5 configure: WARNING: you should use --build, --host, --target configure: WARNING: invalid host type: ./configure configure: WARNING: unrecognized

Re: [PD] Gem - how to get a concave/convex plane

2018-08-05 Thread oliver
Jack wrote: Hello, See the new version attached to use a texture. thanks a bunch, jack ! you're a hero ! (still trying to figure out the shader language magic ...) that's fantastic ! now (with cyrill's method and yours) i got two working solutions for my problem :-) hugs & kisses !

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Miller Puckette
I'm not sure but I think the portaudio folks prefer to leave in 'obsolete' calls as long as possible for backward compatibility... I assume they'll react whenever the calls actually disappear (and then I'll have to update Pd accordingly). I've never been able to understand or circumvent that

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Miller Puckette
Oops... this would happen if you compiled for linux without ALSA support. I think this is now fixed. M On Sun, Aug 05, 2018 at 03:24:23PM +0200, Max wrote: > while trying to compile the github source I get: > > ../portaudio/libportaudio.a -lpthread -ldl -lrt > pd-m_glob.o: In function

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Miller Puckette
I'm afraid to even breathe on the 'declare' code in a bug-fix release... I'm afraid this will have to wait for 0.49. cheers Miller On Sun, Aug 05, 2018 at 05:33:54PM -0300, Alexandre Torres Porres wrote: > Yeah! Yay!!! Pd update season, one of the top best times of the year! > > 2018-08-05 1:21

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Miller Puckette
I found that in recent versions of ALSA, Pd couldn't recover from very bad data late errors (such as when I load a few gigabytes of sound on startup). It never used to recover terribly well, but recently it broke altogether and so I had an easy way to get to the root of the problem. Things still

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

2018-08-05 Thread IOhannes m zmölnig
On 08/05/2018 11:07 PM, Csaba Láng wrote: > PylonViewerApp is in the /opt/pylon5/bin folder and works fine. > But I do not have lib/pylon folder instead /opt/pylon5 and lib folder is > called lib64. > Should I continue with the original PATH? you should use paths that exist on your system. >

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

2018-08-05 Thread Csaba Láng
PylonViewerApp is in the /opt/pylon5/bin folder and works fine. But I do not have lib/pylon folder instead /opt/pylon5 and lib folder is called lib64. Should I continue with the original PATH? Sorry for the newbie question By the way it is not a GigE camera but USB3, but from this point of view I

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Miller Puckette
Oops, you're right, I had compiled it wrong. (Still trying to get a working compile script here.) Meanwhile, I uploaded a new compiled 64-bit version that should find ASIO. cheers Miller On Sun, Aug 05, 2018 at 06:01:19AM +, Lucas Cordiviola wrote: > Hi Milller, > > I've tried the 64bit

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

2018-08-05 Thread IOhannes m zmölnig
On 08/05/2018 10:54 PM, Csaba Láng wrote: > Iohannes, > > the new version of pylon5 is installed in /opt/pylon5 > folders like: bin lib64 > I tried to export instead of > > $ export PYLON_ROOT=${HOME}/lib/pylon > $ export GENICAM_ROOT_V1_1=${PYLON_ROOT} > $ export PATH=${PYLON_ROOT}/bin/:${PATH}

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

2018-08-05 Thread Csaba Láng
Iohannes, the new version of pylon5 is installed in /opt/pylon5 folders like: bin lib64 I tried to export instead of $ export PYLON_ROOT=${HOME}/lib/pylon $ export GENICAM_ROOT_V1_1=${PYLON_ROOT} $ export PATH=${PYLON_ROOT}/bin/:${PATH} $ export LD_LIBRARY_PATH=${PYLON_ROOT}/lib $ PylonViewerApp

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

2018-08-05 Thread Csaba Láng
Thanks Iohannes, just now I found the PYLON backend and this is exactly what I need. I see you already explained how to compile it but not sure if I can manage :) By the way, do I have to compile GEM too or the deken version should be OK On Sun, Aug 5, 2018 at 10:38 PM IOhannes m zmölnig wrote:

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

2018-08-05 Thread IOhannes m zmölnig
On 08/05/2018 10:15 PM, Csaba Láng wrote: > By the way I found out that this camera uses HALCON, and there is a plugin > to pix_video: > https://github.com/rfabbri/Gem/tree/master/plugins/videoHALCON > Should it work? yes, it should work. there's also a PYLON backend, which you should be able to

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Alexandre Torres Porres
Yeah! Yay!!! Pd update season, one of the top best times of the year! 2018-08-05 1:21 GMT-03:00 Miller Puckette : > To Pd-announce: > > Pd version 0.48-2test1 is available on http://msp.ucsd.edu/software.htm On the website, not all explicitly describe it as version "0.48-2test1", and have no

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

2018-08-05 Thread Csaba Láng
By the way I found out that this camera uses HALCON, and there is a plugin to pix_video: https://github.com/rfabbri/Gem/tree/master/plugins/videoHALCON Should it work? On Sun, Aug 5, 2018 at 9:24 PM Csaba Láng wrote: > Bast, > > how did you check it? > do you know any other high speed camera

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

2018-08-05 Thread Csaba Láng
Bast, how did you check it? do you know any other high speed camera around 150fps and above which is puredata compatible? Thanks for your answer anyway. On Sun, Aug 5, 2018 at 6:26 PM Bastiaan van den Berg wrote: > From what i see from that camera, it doesnt use video4linux , and thus, is >

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

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Max
The download from http://msp.ucsd.edu/Software/pd-0.48-2test1.src.tar.gz compiles. there are a couple of warnings though like this one: portaudio/src/hostapi/alsa/pa_linux_alsa.c:463:5: warning: ‘snd_pcm_sw_params_set_xfer_align’ is deprecated [-Wdeprecated-declarations]

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

2018-08-05 Thread Csaba Láng
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? > >

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

2018-08-05 Thread Csaba Láng
I am a step closer to what find the devices. Looks like they appear in /dev/bus/usb/busnumbers and when I click on the [device /dev/bus/usb/006/002( for example, this is what pd prints out: videoctl: device /dev/bus/usb/006/002 Cannot open '/dev/bus/usb/006/002': 25, Inappropriate ioctl for

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

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

2018-08-05 Thread Csaba Láng
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

Re: [PD] Gem - how to get a concave/convex plane

2018-08-05 Thread Jack
Hello, See the new version attached to use a texture. ++ Jack Le 05/08/2018 à 01:28, oliver a écrit : > cyrille henry wrote: >> hello, >> >> you can try [curve3d] > > cyrille, jack: thanks a lot for your kind help. > > i tried both your suggestions with some success , but i'm not quite >

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Max
while trying to compile the github source I get: ../portaudio/libportaudio.a -lpthread -ldl -lrt pd-m_glob.o: In function `glob_foo': /path/to/pure-data/src/m_glob.c:68: undefined reference to `alsa_printstate' m. On 05.08.2018 06:21, Miller Puckette wrote: To Pd-announce: Pd version

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

[PD] high speed usb3 camera can not be found

2018-08-05 Thread Csaba Láng
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

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Peter P.
* Christof Ressi [2018-08-05 12:33]: > thanks, Miller! Thanks Miller! > just quoting the change log: > > * Audio on linux improved; Out of curiosity, what was improved, and how? best, P ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] Gem - how to get a concave/convex plane

2018-08-05 Thread Oliver
>> basically [curve3d] works well, with a minor issue that can be worked >around. though i don't understand why it's there. >Certainlly because I made a mistake with S T coordinate when I code >this object, and you are the 1st one to notice it. >I don't know if it's a bug that should be

Re: [PD] [PD-announce] pd version 0.48-2 test1 released

2018-08-05 Thread Christof Ressi
thanks, Miller! just quoting the change log: * Audio on linux improved; * various improvements to the pd~ object * -no-gui windows patches able to use netsend/netreceive; * loadbang order fix for clone object; * soundfiler no longer limiting size of soundfiles to 4million points by

Re: [PD] Gem - how to get a concave/convex plane

2018-08-05 Thread cyrille henry
Le 05/08/2018 à 01:28, oliver a écrit : cyrille henry wrote: hello, you can try [curve3d] cyrille, jack: thanks a lot for your kind help. i tried both your suggestions with some success , but i'm not quite there yet. i attached an example patch providing both methods and problems.

Re: [PD] distinction Pd lingo: abstraction, subpatch, subwindow

2018-08-05 Thread Max
OK, let me try myself, please correct me: An abstraction is a Pd patch which is used like an object in another Pd patch. A subpatch is saved within the main patch and is constructed with [pd {name}]. Multiple subpatches with the same name may coexist. Subwindow is the umbrella term for