Re: [PD] drag and drop tcl plug in not working in Fedora

2020-02-26 Thread José Rafael Subía Valdez
a little update! it seems that I do have a response from PD when I drag the file on top of the window,and the mouse touches the window limits, (not the white part of the "canvas"). Now I do get an "Application Error" pop-up window and the message is: bad window path name "" bad window path name

Re: [PD] drag and drop tcl plug in not working in Fedora

2020-02-26 Thread José Rafael Subía Valdez
>>> what i meant is, start Pd with "-verbose", and then -in the Pd-console- >>> set the "Log-Level" to "4 all". this is what I did, I ment that I was sure tu put 4 all in the pd consoile to see all messages ;) here is my pd window print. I have trashed my preference file and I am only loading

Re: [PD] raw mouse

2020-02-26 Thread michael strohmann
thanks very much for your help iohannes, distro: raspbian GNU/Linux 9.4 (stretch) architecture: armhf this would be the content of the sources.list: deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi deb http://ftp.at.debian.org/debian/ stretch main # Uncomment

[PD] Unity and libpd with more than 2 channels distortion

2020-02-26 Thread ffdd cchh
Hi everyone, We are trying libpd with Unity as suggested here: https://github.com/playdots/UnityPd . We are on Macos Catalina. The problem sounds like sampling rate mismatch, or block size distortion, and only occurs when more than 2 channels (i.e., quad, surround 5.1, 7.1, etc) are set on both

Re: [PD] raw mouse

2020-02-26 Thread Simon Iten
> On 26 Feb 2020, at 21:38, Alexandre Torres Porres wrote: > > yeah, [mousestate] does stop, and I can't see how it wouldn't or shouldn't because the raw values from the mouse don’t stop! the mouse itself knows obviously nothing about the

Re: [PD] raw mouse

2020-02-26 Thread Alexandre Torres Porres
Em qua., 26 de fev. de 2020 às 14:50, michael strohmann < itsnotfa...@gmail.com> escreveu: > MouseState stops to spill out values as soon as one reaches the end of the > screen or window - if i am not missing something. > yeah, [mousestate] does stop, and I can't see how it wouldn't or shouldn't

Re: [PD] raw mouse

2020-02-26 Thread IOhannes m zmölnig
On 2/26/20 6:20 PM, michael strohmann wrote: > if i try > sudo apt-get install pd-hid > i get > E: Unable to locate package pd-hid which distro are you using (and which version)? which architecture are you on? $ dpkg --print-architecture what is the content of your apt-sources? $ find

Re: [PD] raw mouse

2020-02-26 Thread michael strohmann
yep, i need the delta. mouse sits on something like a turntable or jog-wheel and i want direction and turning speed to control the playback position in a file.. MouseState stops to spill out values as soon as one reaches the end of the screen or window - if i am not missing something. if i try

Re: [PD] tcpip binary into pd

2020-02-26 Thread IOhannes m zmoelnig
On 26.02.20 17:25, Christof Ressi wrote: > Probably some other application is already listening to this port. > Either stop this application or configure the imotions software to send > to another port (if possible). that other "application" might be [netclient] or some other Pd-object (that

Re: [PD] tcpip binary into pd

2020-02-26 Thread Christof Ressi
I assume you're running Windows. You can ignore the SO_BROADCAST error (it will be gone in Pd 0.51). Pd 0.51 will also show better error messages on Windows, but for now you can just google the WSA error code:

Re: [PD] drag and drop tcl plug in not working in Fedora

2020-02-26 Thread IOhannes m zmölnig
On 2/26/20 3:56 PM, José Rafael Subía Valdez wrote: > Thanks IOhannes, > > I have started PD with -verbose "4 all" there are no messages regarding that's not what i meant, as this is not a valid cmdline (it enables verbose mode and attempts to load a file "4 all" (which most likely does not

Re: [PD] raw mouse

2020-02-26 Thread Alexandre Torres Porres
I tried hid and it seems it only gives the delta... and so does mousestate Em qua., 26 de fev. de 2020 às 12:02, Alexandre Torres Porres < por...@gmail.com> escreveu: > so, what do you mean, what is the range of these continuous values? > > Em qua., 26 de fev. de 2020 às 11:29, Simon Iten >

Re: [PD] raw mouse

2020-02-26 Thread Alexandre Torres Porres
so, what do you mean, what is the range of these continuous values? Em qua., 26 de fev. de 2020 às 11:29, Simon Iten escreveu: > output continuous values, and not screen position... a mouse just puts out > values when moved in any directions (x-y combo) the OS displays the cursor > and updates

Re: [PD] drag and drop tcl plug in not working in Fedora

2020-02-26 Thread José Rafael Subía Valdez
Thanks IOhannes, I have started PD with -verbose "4 all" there are no messages regarding the plugin, my terminal gives this: (nothing that I could find) pd -verbose input channels = 2, output channels = 2 Pd-0.50.2 ("") compiled 11:48:15 Nov 23 2019 port 5400

Re: [PD] raw mouse

2020-02-26 Thread Simon Iten
output continuous values, and not screen position... a mouse just puts out values when moved in any directions (x-y combo) the OS displays the cursor and updates the position on the screen based on those values. he wants the values directly from the mouse, not relative to the screen, resolution

Re: [PD] raw mouse

2020-02-26 Thread Alexandre Torres Porres
Em qua., 26 de fev. de 2020 às 11:02, michael strohmann < itsnotfa...@gmail.com> escreveu: > thanks for the fast reply! > > [cyclone/mousestate] and [else/mouse] output mouse position relative to > the patcher window, or screen….i would need an endless stream of readouts. > what do you mean by

Re: [PD] raw mouse

2020-02-26 Thread IOhannes m zmölnig
On 2/26/20 2:59 PM, michael strohmann wrote: > > pd-hid > https://packages.debian.org/jessie/pd-hid > > this is the one i am looking for. > looks like i have to build this on my own… ??? since your target platform is raspberry, i guess you are on a

Re: [PD] raw mouse

2020-02-26 Thread michael strohmann
thanks for the fast reply! [cyclone/mousestate] and [else/mouse] output mouse position relative to the patcher window, or screen….i would need an endless stream of readouts. the “Find externals…” menu yields greyed out libraries only, eg.

Re: [PD] raw mouse

2020-02-26 Thread Peter P.
* michael strohmann [2020-02-26 13:54]: > hi, > > i am stuck, trying to get raw mouse data in to pd. > > was succesfull in pd-extended with hans steiners HID objects, but i cant make > them work in vanilla (preferrably on a raspberry...) Have you tried "hid" via the "Find externals..." menu

Re: [PD] raw mouse

2020-02-26 Thread IOhannes m zmoelnig
On 26.02.20 13:47, michael strohmann wrote: > hi, > > i am stuck, trying to get raw mouse data in to pd. > > was succesfull in pd-extended with hans steiners HID objects, but i cant make > them work in vanilla (preferrably on a raspberry...) what's wrong with "pd-hid"? fvmasdr IOhannes

Re: [PD] raw mouse

2020-02-26 Thread Alexandre Torres Porres
Em qua., 26 de fev. de 2020 às 09:56, michael strohmann < itsnotfa...@gmail.com> escreveu: > hi, > > i am stuck, trying to get raw mouse data in to pd. > Hi, there's no way to do this with vanilla yet, so you need externals. > was succesfull in pd-extended with hans steiners HID objects, but i

[PD] raw mouse

2020-02-26 Thread michael strohmann
hi, i am stuck, trying to get raw mouse data in to pd. was succesfull in pd-extended with hans steiners HID objects, but i cant make them work in vanilla (preferrably on a raspberry...) or is there a different method nowadays, to get mouse-speed and direction unconstrained by screen size ?