Re: [PD] Help with pdstring~ for Windows 10

2019-11-20 Thread IOhannes m zmölnig
Am 21. November 2019 02:08:12 MEZ schrieb pat pagano : >Hello > >In my quest for a full fledged awesome pure data i am going over many >patches that i wrote that make use of a menu item from pd-mtl that lets >you >populate a list of filenames and then sequentially step through them. >unfortunately

Re: [PD] Help with pdstring~ for Windows 10

2019-11-20 Thread Lucas Cordiviola
Hi again :) I have uploaded to Deken "moocow[v0.0.extended-not-all-objects](Windows-amd64-32)(Sources).dek" - it will be up on 24hs. Some objects are missing (locale, uselocale) but these are working: sprinkler wchars2bytes weightmap any2bytes bytes2any bytes2wchars deque pdstring printbytes

[PD] Help with pdstring~ for Windows 10

2019-11-20 Thread pat pagano
Hello In my quest for a full fledged awesome pure data i am going over many patches that i wrote that make use of a menu item from pd-mtl that lets you populate a list of filenames and then sequentially step through them. unfortunately they are dependent upon pdstring [any2bytes and bytes2any i

[PD] [gem] pix_record: setting properties for x264 codec

2019-11-20 Thread Jaime Oliver
Hi, I am using ubuntu 18.04, gem .94 and pd .52 When I specify "codec x264" to pix_record I get a printout of a bunch of properties such as: print: property framerate Float 0 I've tried to send messages to control this framerate for example, with no success. Does anyone have any sense of how

Re: [PD] hid, hidio, hidin Windows 10 and game controllers

2019-11-20 Thread Lucas Cordiviola
On 11/20/2019 2:10 PM, Samuel Burt wrote: > Among the non-functional objects is a usbhid object The [usbhid] in the deken package is just in the sources folder. This object was only for Linux and Mac. Line 26 on "usbhid.c" : -- /* libhid hasn't been ported to Win32 yet */

[PD] hid, hidio, hidin Windows 10 and game controllers

2019-11-20 Thread Samuel Burt
Has anyone compiled an hid object for 64-bit Windows, yet? There is an hcs download on deken, but only some of the objects work. Among the non-functional objects is a usbhid object. Does anyone have experience with that? Sam ___ Pd-list@lists.iem.at

Re: [PD] checking [readsf~]'s current position in wav-file

2019-11-20 Thread Miller Puckette
Just a reminder - send the "open" message at least a tenth of a second in advance of the "start" message to avoid glitches in the output. If you want to loop a soundfile, use two readsf~ objects in turn (and then, for bonus points, you can cross-fade them to avoid clicks at the loop point). If

Re: [PD] buildroot / externals

2019-11-20 Thread iftah gabbai
im running it on a rpi3(32bit) kernel v4.19, i got the file from the cyclone git, its version 0.3 for pd 0.49 which im also running, the same file worked fine on raspbian buster lite, im not on my computer now but ill check the file method later, thanks again! On Wed 20. Nov 2019 at 16:14,

Re: [PD] buildroot / externals

2019-11-20 Thread IOhannes m zmoelnig
On 20.11.19 15:58, iftah gabbai wrote: > /usr/bin/pd: ´/usr/lib/pd/extra/cyclone/svf~.pd_linux is not an ELF file *that* seems to be the issue you are having. what is this "/usr/lib/pd/extra/cyclone/svf~.pd_linux" file, if it is not an ELF file? hint: start with running `file

Re: [PD] buildroot / externals

2019-11-20 Thread iftah gabbai
hi there, here is an example error: "svf~ error: ... couldn't create verbose(4): ... you might be able to track this down from the find menu /usr/bin/pd: ´/usr/lib/pd/extra/cyclone/svf~.pd_linux is not an ELF file error: /usr/lib/pd/extra/cyclone/svf~.pd_linux: File not found im adding things to

Re: [PD] buildroot / externals

2019-11-20 Thread IOhannes m zmoelnig
On 20.11.19 15:34, iftah gabbai wrote: > hi there, im having troubles getting pd to locate externals on a buildroot > image i did, > ive added pd to the image via buildroot and it works fine and installed in > /usr/lib/pd > however adding externals to the /extra directory does not work and setting