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

2019-11-19 Thread Federico Camara Halac
Hi Jakob, > In a former version of my patch, I did this successfully when I was using > [tabread4~] as my file-playing-object, but I needed to switch to [readsf~] > in order to implement dynamic loading of wav-files. > I would recommend you reconsider using [tabread4~] (or even tabplay~, see

Re: [PD] declare not posting library loading message while object creation does?

2019-10-07 Thread Federico Camara Halac
Well, I think the best behavior is what Gem does. When one does [declare -lib Gem], the path is automatically added to search paths, so one can access all abstractions and help files without doing [declare -path Gem]. I know that it is still recommended to do [libname/libabstraction] when using

Re: [PD] 8 channel circle panner, how?

2019-09-11 Thread Federico Camara Halac
Wow! This is a great library and should be available with deken! Thanks for sharing this! On Wed, Sep 11, 2019 at 3:41 PM Alexandre Torres Porres wrote: > > Em qua, 11 de set de 2019 às 16:30, Max > escreveu: > >> I think you want to look at >> pp.spat8~.pd >> from

Re: [PD] Save patch with internal message

2019-03-11 Thread Federico Camara Halac
(unless you are talking about the 'first' save) it should be simply [menusave( | [s pd-mypatch.pd] I've never found a way of saving the patch to the current file, but if you >> want to save it to a new file, you can do this: >> > Did not how 'savetofile' worked until you mentioned it! Thanks!! I

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread Federico Camara Halac
... It does create it if I call the abstraction as [Gem/gemwin] *It also happens without the -path flag, above...* Thanks!!1!!1 f On Wed, Mar 6, 2019 at 10:27 PM IOhannes m zmölnig wrote: > On 3/6/19 10:03 PM, Federico Camara Halac wrote: > > objc[22972]: Class GemCocoaView is implemented

Re: [PD] Gem 0.94 on Mac OS X

2019-03-06 Thread Federico Camara Halac
macos Mojave 10.14.2 (18C54) re: the macoswindow: error: [gemmacoswindow]: failed to init GLEW: your system only supports openGL-1.0 verbose(4): ... you might be able to track this down from the Find menu. error: [gemmacoswindow]: unable to switch to current window (do you have one?), cannot

Re: [PD] help loading pix_opencv

2019-03-01 Thread Federico Camara Halac
Ok, just to halt this thread, I have a fix for the current pix_opencv build situation with this script that I added to my pr Afaic,

Re: [PD] help loading pix_opencv

2019-02-28 Thread Federico Camara Halac
/federicocamarahalac/Documents/Pd/externals/pix_opencv/pix_opencv_hough_circles.pd_darwin: mach-o, but wrong architecture On Thu, Feb 28, 2019 at 11:50 PM Federico Camara Halac wrote: > Thanks! > > To follow up, I *think* I am linking all I can, this is from console.log: > ... > LI

Re: [PD] help loading pix_opencv

2019-02-28 Thread Federico Camara Halac
? There are no complains when it's compiling. On Thu, Feb 28, 2019 at 11:14 PM IOhannes m zmölnig wrote: > On 2/28/19 9:30 PM, Federico Camara Halac wrote: > > 10): Symbol not found: _cvCalcGlobalOrientation > > Referenced from: > > so you are underlinking, that is, not linking agai

[PD] Fwd: help loading pix_opencv

2019-02-28 Thread Federico Camara Halac
back again to the list -- Forwarded message - From: Federico Camara Halac Date: Thu, Feb 28, 2019 at 10:59 PM Subject: Re: [PD] help loading pix_opencv To: Hi ub, thanks for checking Yes, you are indeed correct that opencv is now in version 4, where pix_opencv was built

[PD] help loading pix_opencv

2019-02-28 Thread Federico Camara Halac
Hi, I compiled latest pix_opencv from my github fork, but I have linking problems. I am on macos 10.14.2, mojave Using `lipo -info`, all of pd, Gem.pd_darwin, pix_opencv.pd_darwin and libopencv_*.dylib show as: "Non-fat file ... architecture: x86_64" This is the error on the console: GEM:

Re: [PD] batch processing and event execution

2019-01-29 Thread Federico Camara Halac
This is, certainly, very helpful! Thanks a lot, Roman On Tue, Jan 29, 2019 at 3:27 PM Roman Haefeli wrote: > On Tue, 2019-01-29 at 14:50 +0100, Federico Camara Halac wrote: > > So, 'deterministic' here would mean that, no matter what, it does > > what it is asked for in the given

Re: [PD] batch processing and event execution

2019-01-29 Thread Federico Camara Halac
Thanks! So, 'deterministic' here would mean that, no matter what, it does what it is asked for in the given order, waiting every time until each step is done? I guess that if I ask for a 'list' of all events, I mean the fully determined sequence of commands that happen throughout the execution

Re: [PD] No current Gem for OS X?

2018-11-13 Thread Federico Camara Halac
Hi all, I updated from el Capitan to macOS Mojave 10.14.1 a few weeks ago and I have been using Gem without any issues: -`gemvertexbuffer`-ing stuff, -`pix_record`-ing stuff... -no `pix_image`, as before, but -yay `pix_multiimage` (up to 3.9 Gb of RAM or crash :) I guess the big

[PD] incorrect checksum for freed object - object was probably modified after being freed.

2018-08-20 Thread Federico Camara Halac
Hi all, I'm working on a patch for batch analysis using timbreID and it "sometimes" crashes. I say sometimes, because every one or two attempts it does what it's supposed to do, but it's unpredictable. I'm on OSX el capitan,10.11.6, and I'm using timbreID from deken. The same crash occurs with

Re: [PD] netsend/netreceive with -nogui

2018-02-23 Thread Federico Camara Halac
> So you should first run "killall pd" (and even killall -9 pd when it's > stuck), before running you command. > Thanks! You are correct that a pd process with the netreceive is still running. (fun fact, for me at least: When running it from a new terminal, the new netsend started printing on the

Re: [PD] GEM on Raspberry Pi

2017-12-09 Thread Federico Camara Halac
Hello, I have tried Gem on the Pi3 and it works. I did not try Gem *completely* because I had no time, but did not encounter major issues other than video capture. I could not use video capture since it overworked the CPU. However, accessing the video feed with openCV (not through Gem) gave

Re: [PD] which pix_opencv to select in Deken?

2017-11-05 Thread Federico Camara Halac
Hello, and eventually add --with-pd if pkg-config can't find pd headers > automatically. > Oh good to know! Concerning make step, if you speed up with -j x then build might fail > because of unfinish job when linking but iirc, you can then run it once > again without -j option. > then it takes

Re: [PD] which pix_opencv to select in Deken?

2017-11-05 Thread Federico Camara Halac
Hi all, OK, I also could compile successfully on Debian stretch 1. I had to build opencv 2.4.13.4 myself, adapting this useful script [ https://github.com/milq/milq/blob/master/scripts/bash/install-opencv.sh] to the mentioned version. Also, I compared Benjamin's opencv search and I had the same

Re: [PD] snd

2017-10-10 Thread Federico Camara Halac
Hi, Jack's suggestions are a pretty good way to go. You can also try using [gemvertexbuffer]. feed it huge arrays with fft stuff On Tue, Oct 10, 2017 at 2:46 PM, Kelly Hirai wrote: > i used to use snd a lot. it is scriptable but i never got that far with it. >

Re: [PD] how to change the cursor icon (tcl)

2017-09-26 Thread Federico Camara Halac
omething to do with the "pdsend > finished" message I mentioned previously). > > Is there any way around these problems, or is this a lost cause? > ------ > *From:* Federico Camara Halac <camaraf...@gmail.com> > *Sent:* 26 September 2017 19:46 >

Re: [PD] Capture Gem output: best practices?

2017-09-17 Thread Federico Camara Halac
Very interesting question, indeed. I have only used Max's option A (pix_snap, pix_record) and they work fine. If CPU is at the limit, what I have done is just go via ethernet to a second computer, and do all video rendering and recording there, leaving the main one for audio only. I have some

Re: [PD] How to build a Pd project like an application ?

2017-09-14 Thread Federico Camara Halac
Also, might be useful to link to this thread. There was some mention of a build feature in extended, and a more simple way of approaching this via a shell script. https://lists.puredata.info/pipermail/pd-list/2017-07/119741.html On Thu, Sep 14, 2017 at 1:07 PM, Christof Ressi

[PD] More than one gem_state outlet

2017-08-19 Thread Federico Camara Halac
Hello, I made a pix_fft2 object that calculates the magnitude of the spectrum [1] based on [2] and [3]. So far, it works pretty much the same as pix_opencv_dft but I want to expand this further: I'm making a different one, and I have problems because I want to output real an imaginary values as

Re: [PD] Pd documents path proposal

2017-08-04 Thread Federico Camara Halac
> > I'm not seeing that behavior, unless you mean under the audio or midi > dialogs which are always on top of other windows when open. > You're right. That's what I was encountering. > I can change the naming of Libraries to Externals, but I am not changing > the listing behavior for now.

Re: [PD] Pd documents path proposal

2017-08-04 Thread Federico Camara Halac
Hi Dan, I tried Pd-0.48.0-test6-docspath3.app.zip on osx 10.11.6 Paths Documents/Pd, and the sub dir 'externals' were all created It also gets added, after about one second delay, with message (log 4), which is puzzling, but i guess needed: " Pd documents directory:

Re: [PD] Easy way to list used abstractions in patch?

2017-07-27 Thread Federico Camara Halac
Well I don't know about how extended worked, since I really never used it. I only mean to 'export' into a pd distrib that is only intended to use with a particular patch that only has the requirements of that patch > if you could do that, then you could just autogenerate pd-extended, no? > --

[PD] pix_image crashes. Was: "Damaged Error" with 0.48 Test 2 compiled for mac

2017-07-19 Thread Federico Camara Halac
I guess this is relates to a bigger issue on osx but still (10.11.6, deken gem, pd.48.0test2 github built) pix_film loads with Quicktime support and Darwin support, but as in Pd-0.47-1, it doesn't work well and cpu launches like apollo 13. Same as pix_movie Pix_multiimage and pix_imageInPlace

Re: [PD] [PD-dev] preferences GUI behavior proposal

2017-07-19 Thread Federico Camara Halac
I guess that 'Save all preferences' can be left out if Pd remembers the last loaded preferences. I just tried, for example: 1-Forget all... 2-CMD+Q and reopen 3-Load from... (file) 4-CMD+Q and reopen Pd starts as if no preferences were loaded, which I think is the case unless save all

Re: [PD] testing some 0.48.0 GUI updates

2017-07-19 Thread Federico Camara Halac
Hi Dan, thanks! the browser now works really great, and it is much more intuitive in my opinion. I noticed that opening a file is now only with Enter/Return, which helps a lot. -- http://fdch.github.io/tv ___ Pd-list@lists.iem.at mailing list

[PD] Gem and Pd.0.48.0

2017-07-17 Thread Federico Camara Halac
Hi everyone, I just compiled Pd like this: ./configure --enable-jack --with-wish=/usr/bin/wish8.4 --enable-universal=i386 --enable-fftw=/usr/local/bin/fftw and I can work fine with [declare -lib timbreID/timbreIDLib -lib zexy -lib iemmatrix] but when it comes to [declare lib Gem] I get:

Re: [PD] testing some 0.48.0 GUI updates

2017-07-17 Thread Federico Camara Halac
Hi everyone, I've been following the list on the latest updates/builds/etc, and I have to say WOW. Thank you for all these improvements. They contribute greatly to making Pd even more amazing every day. Thanks for the INSTALL.txt, btw, which made the build pretty straightforward on OSX 10.11.6

Re: [PD] bang to numbox via trigger anything causes pd to crash

2017-06-12 Thread Federico Camara Halac
indeed! On Mon, Jun 12, 2017 at 2:57 PM, Antoine Rousseau wrote: > great ! > > > Antoine Rousseau > http://www.metalu.net __ htt > p://www.metaluachahuter.com/ > > > > 2017-06-12 10:57 GMT+02:00

Re: [PD] open array window by message

2017-06-03 Thread Federico Camara Halac
One more thing, i just found that this [menuclose( | [array define foo] will close it, so you *can* actually open and close with [click 0 0 0 0 0( and [menuclose( On Sat, Jun 3, 2017 at 8:22 PM, Federico Camara Halac <camaraf...@gmail.com> wrote: > Hi all, > > Thanks Christ

Re: [PD] open array window by message

2017-06-03 Thread Federico Camara Halac
Hi all, Thanks Christof for the long answer! I looked into this a bit and it appears that every time you create an [array define myname] object there is a canvas named pd-graphX (created by array_define_new). If you know the order of creation of the array, you can send [; pd-graph1 vis 1(, and

Re: [PD] Tcl error on closing subpatch with array

2017-03-30 Thread Federico Camara Halac
Hi Christof, > Has anyone experienced the frozen GUI issue? > Well, yes, the elements of the array, atom and symbol boxes do freeze after that error. Also, the error appears similarly when drawing arrays inside data structures and closing the 'data' patch. The freezing doesn't allow to modify

Re: [PD] Tcl error on closing subpatch with array

2017-03-29 Thread Federico Camara Halac
Hi Christof, tried it on OSX El Capitan 10.11.6 Pd 0.47.1 I got a similar error: (Tcl) INVALID COMMAND NAME: invalid command name ".x711990.c" while executing ".x711990.c delete plot711bdc" ("uplevel" body line 1) invoked from within "uplevel #0 $docmds" I then saved the patch

Re: [PD] Gem install with Deken in OSX

2016-11-30 Thread Federico Camara Halac
Hi Jurgen, > I installed the 32 bit version of Pd 0.47.1 > gem/0.93.3 (deken installable file doe OSX PowerPC+i386/32bit) 1. You also need to add the path where Gem is to Startup (path will look like this: “wherever_pd_is_/Pd-0.47-1.app/Contents/Resources/extra/Gem”) 2. Then, you need to add

[PD] Problem running GEM on pd vanilla version

2015-02-12 Thread Federico Camara Halac
Hi, I am having a problem running GEM (version 0.93.3) on Miller Pucket's latest version for Windows (version 0.46-5). 1) I unzipped PD to C:/.../Documents/pd, 2) and GEM to C:/.../Documents/Gem-0.93.3, 3) and then I add the Path C:/.../Documents/Gem-0.93.3/Gem on FilePreferencesStartup 4)