Re: [PD] log function in slider

2014-03-17 Thread Jonathan Wilkes
AFAICT vslider is saving something like a slider position, and your expression above (along with the code I posted) is for getting back the original value from it.  If you send it something between 0.01 and 1 you'll get a curve that's inverted from the one you're after.  If you send it a slider

Re: [PD] friendly reminder that osx pd-extended is still badly flawed

2014-03-17 Thread Dan Wilcox
He's on 10.6, so it's not this: http://puredata.info/docs/faq/help-pd-crashes-on-startup-on-mac-osx-10-7 On Mar 17, 2014, at 1:26 AM, pd-list-requ...@iem.at wrote: From: Alexandre Torres Porres por...@gmail.com Subject: Re: [PD] friendly reminder that osx pd-extended is still badly flawed

Re: [PD] friendly reminder that osx pd-extended is still badly flawed

2014-03-17 Thread Dan Wilcox
He's on 10.6, so it's not this: http://puredata.info/docs/faq/help-pd-crashes-on-startup-on-mac-osx-10-7 From: Alexandre Torres Porres por...@gmail.com it's an OS thing, you can set it somewhere so it doenst open the latest files, someone showed how to do it here, cant remeber though :P

Re: [PD] HD 1920 X 1080 (Mateo De Los R?os)

2014-03-17 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-03-14 12:21, olm-e wrote: (I did a small fork of it on github - https://github.com/Olm-e/pdgst - do a pull-request or open a ticket on my umlaute/pdgst. fgasmdr IOhannes -BEGIN PGP SIGNATURE- Version: GnuPG v1 Comment: Using

Re: [PD] using pd live (sans computer/laptop/raspberry pi)

2014-03-17 Thread Joe White
Hey Aaron, Have you checked out the Owl Pedal - http://hoxtonowl.com/ ? You can run your own C++ and Pd patcheshttp://hoxtonowl.com/2014/03/frankfurt-musikmesse-2014/on the device (it has stereo i/o and 4 parameter knobs). Cheers, Joe On 15 March 2014 11:48, Cyrille Henry c...@chnry.net

[PD] Tannhauser Pure Data compiler

2014-03-17 Thread Ingo
I just found out about the Tannhäuser Pure Data compiler. Does anybody know who makes it or where to get this compiler? Thanks! Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] Hello Problem with [pix_film]

2014-03-17 Thread bobo ginov
Hell everyone, i have problem with rendering video files with gemhead. The particular error is Unable to connect filters -2147220969. I work with windows laptop - intel core i5, geforce 310m with updated video drivers. I have quicktime but still it does not working. I will be thankful for

Re: [PD] Tannhauser Pure Data compiler

2014-03-17 Thread Simon Wise
On 17/03/14 23:26, Ingo wrote: I just found out about the Tannhäuser Pure Data compiler. Does anybody know who makes it or where to get this compiler? Thanks! Ingo google took me here ...

Re: [PD] Tannhauser Pure Data compiler

2014-03-17 Thread Pierre Massat
Not much information on either page... Pierre. 2014-03-17 14:06 GMT+01:00 Simon Wise simonzw...@gmail.com: On 17/03/14 23:26, Ingo wrote: I just found out about the Tannhäuser Pure Data compiler. Does anybody know who makes it or where to get this compiler? Thanks! Ingo google took

Re: [PD] Tannhauser Pure Data compiler

2014-03-17 Thread Ingo
Yeah, I had found that but nothing else except that the OWL, a programmable effects pedal, can use Pd patches after compiling them to C with Tannhauser. Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Pierre Massat Gesendet:

Re: [PD] friendly reminder that osx pd-extended is still badly flawed

2014-03-17 Thread Hans-Christoph Steiner
Bug reports on ancient versions don't really help anyone. You should always first try the most recent release, then report the issue if it still exists. If you want to keep using an old version, then its likely only you who will want to fix those bugs. .hc On 03/13/2014 11:41 AM, i go bananas

Re: [PD] log function in slider

2014-03-17 Thread Alexandre Torres Porres
so you say this is actually the section of the code I'm looking for to make the conversion I want, right? == static void hslider_set(t_hslider *x, t_floatarg f)/* bugfix */ { double g; if(x-x_gui.x_isa.x_reverse)/* bugfix */ { if(f x-x_min) f =

Re: [PD] Tannhauser Pure Data compiler

2014-03-17 Thread Joe White
Hey guys, I'm working on this at the moment with Martin. It's basically a way of compiling a Pd patch to an optimised C library for embedding in devices or applications. We're looking to release this very soon, we'll keep everyone posted when it happens. Cheers, Joe On 17 March 2014 13:37,

Re: [PD] Tannhauser Pure Data compiler

2014-03-17 Thread Scott R. Looney
hi Ingo and everybody, sounds very interesting indeed. i have the github page for Martin, but it does appear that Tannhäuser compiler is not on it. be interesting to see how usable the code is currently...anyway, here it is and it has an email contact on it if you need to find him.

[PD] Interface bug switching to edit mode with sub patches

2014-03-17 Thread Jaime E Oliver
Hi, In os x 10.8.5 with Pd 0.45-4, when I save a patch that has a sub patch and this sub patch is open, the next time that I open it I have the following behavior: + Both the parent patch and sub patch are loaded, but the parent patch shows up in front. + Although the parent patch shows in

Re: [PD] HD 1920 X 1080 (Mateo De Los R?os)

2014-03-17 Thread Mateo De Los Ríos
Thanks! I'll check this out and I'll let you know. M On Mon, Mar 17, 2014 at 5:08 AM, IOhannes m zmoelnig zmoel...@iem.atwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-03-14 12:21, olm-e wrote: (I did a small fork of it on github - https://github.com/Olm-e/pdgst - do

Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-17 Thread Simon Iten
hey dan, do you have to tell pd to use it’s own core on udoo, or does it so automagically? has this something to do with the cpu group from your script (it did not exist on my system) cheers On 13 Mar 2014, at 15:46, Dan Wilcox danomat...@gmail.com wrote: I don't know the latency. I can try

Re: [PD] Interface bug switching to edit mode with sub patches

2014-03-17 Thread Roman Haefeli
On Mon, 2014-03-17 at 14:12 -0400, Jaime E Oliver wrote: Hi, In os x 10.8.5 with Pd 0.45-4, I'm just curious: Is the observed behavior specific to this new version or do older Pd's also exhibit this problem? when I save a patch that has a sub patch and this sub patch is open, the next

Re: [PD] Interface bug switching to edit mode with sub patches

2014-03-17 Thread Jaime E Oliver
Good point. It doesn't happen in version 0.42-5 in the same OS. J On Mar 17, 2014, at 3:41 PM, Roman Haefeli reduz...@gmail.com wrote: On Mon, 2014-03-17 at 14:12 -0400, Jaime E Oliver wrote: Hi, In os x 10.8.5 with Pd 0.45-4, I'm just curious: Is the observed behavior specific to

Re: [PD] Tannhauser Pure Data compiler

2014-03-17 Thread Chris Clepper
Joe Does it just compile the DSP graph into a loop with function calls or does it do all of the control, file system and UI in the patch too? OWL looks interesting but obviously it cannot run a lot of Pd patches that need more than 1mb of RAM or a file system. Chris On Monday, March 17, 2014,

Re: [PD] log function in slider

2014-03-17 Thread Roman Haefeli
On Mon, 2014-03-17 at 02:21 -0300, Alexandre Torres Porres wrote: Hi Roman. This is turning out trickier than I thought. I think I understand now what you are trying to achieve (sorry, took me a long time). But I don't really have a clue how to do it. The abstraction I posted emulates the output

Re: [PD] [OT] Raspberry Pi Wolfson Audio Card

2014-03-17 Thread Dan Wilcox
Mm well the kernel does it as far as I could tell by watching htop. I think the latently is mainly due to the Linaro image not being hard float ... enohp ym morf tnes -- Dan Wilcox danomatika.com robotcowboy.com On Mar 17, 2014, at 12:41 PM, Simon Iten itensi...@gmail.com wrote:

Re: [PD] log function in slider

2014-03-17 Thread Jonathan Wilkes
On 03/17/2014 04:34 PM, Roman Haefeli wrote: On Mon, 2014-03-17 at 02:21 -0300, Alexandre Torres Porres wrote: Hi Roman. This is turning out trickier than I thought. I think I understand now what you are trying to achieve (sorry, took me a long time). But I don't really have a clue how to do