Re: [PD] menubar os x

2011-10-20 Thread abel . jerome
using negative coordinates doesn't change the fact that menubar is over the gemwin [menubar 0( remove the dock, but not the menu bar (on the top...) I don't know if someone tell you a solution. On a Mac mini Intel/Pd.0.42.5.extended, I did it with this message, connected to gemwin :

Re: [PD] menubar os x

2011-10-20 Thread stéfan piat
hello, apologies I was wrong somewhere (maybe the order in the message?) anyway, I rewrote my patch from the beginning and it's working now... thanks for your help *stéfan* 2011/10/20 abel.jer...@free.fr using negative coordinates doesn't change the fact that menubar is over the gemwin

Re: [PD] (focus) out of gemwin

2011-10-20 Thread stéfan piat
is there a way to change the window in focus from puredata ? 2011/10/19 stéfan piat stefanp...@gmail.com yes, [gemmouse] does not output mousewheel (i think too) [hid] does it but it's not cross-platform 2011/10/19 cyrille henry c...@chnry.net Le 19/10/2011 20:45, IOhannes m

Re: [PD] (focus) out of gemwin

2011-10-20 Thread tim vets
2011/10/20 stéfan piat stefanp...@gmail.com is there a way to change the window in focus from puredata ? which operatingsystem? On Linux you could use xdotool via [shell] ( http://www.semicomplete.com/projects/xdotool/ ) I think however that as soon as you click the mouse in the Gemwin, it

Re: [PD] (focus) out of gemwin

2011-10-20 Thread stéfan piat
the patch has to be cross-platform and plug-and-play with pd-extended (0.42.5 actually) so maybe this is a bit too complex to set-up an easy solution would be a version of [hid] for windows.. maybe there is a beta version somewhere ? 2011/10/20 tim vets timv...@gmail.com 2011/10/20 stéfan

Re: [PD] (focus) out of gemwin

2011-10-20 Thread Hans-Christoph Steiner
Is there is a rough alpha in pure-data svn, externals/io/hidio. It works on GNU/Linux and Mac OS X 32-bit, it just needs someone to get the Windows code working. .hc On Oct 20, 2011, at 10:08 AM, stéfan piat wrote: the patch has to be cross-platform and plug-and-play with pd- extended

Re: [PD] (focus) out of gemwin

2011-10-20 Thread Mathieu Bouchard
Le 2011-10-20 à 15:27:00, stéfan piat a écrit : is there a way to change the window in focus from puredata ? I don't think so. But it wouldn't be hard to switch the focus in an external using the XSetInputFocus command from libX11. However, I have never tried it, and I wonder whether it

Re: [PD] (focus) out of gemwin

2011-10-20 Thread Mathieu Bouchard
Le 2011-10-20 à 12:56:00, Mathieu Bouchard a écrit : But it wouldn't be hard to switch the focus in an external using the XSetInputFocus command from libX11. Sorry, what I said applies only to X11 (Linux and such). Somehow, when I read the problem, it sounded more like X11.

Re: [PD] (focus) out of gemwin

2011-10-20 Thread stéfan piat
ah, I see there is a possibility to collect the mousewheel data with * gridflow*, (to collect the mouswheel on windows is my real problem in fact) but I never use gridflow, is there a good tutorial (video oriented) to start with gridflow ? or a little trick to use [#mouse] without having to

[PD] [PD-announce] LAC 2012: the Linux Audio Conference - Call for Participation

2011-10-20 Thread Robin Gareus
LAC 2012: the Linux Audio Conference - Call for Participation April 12-15, 2012 @ CCRMA, Stanford University http://lac.linuxaudio.org/2012/ [Apologies for cross-postings] [Please distribute] Online submission of papers, music, installations and workshops is now open! On the website you will

[PD] fx chaining without glitch

2011-10-20 Thread patrick
hi everyone, i would like to make a patch with multiple fx~ _but_ is it possible to chain the fx~ and change the order without a single glitch in the dsp. as an example: [adc~] | [reverb~] | [distortion~] | [dac~] now pressing a bang and automagically: [adc~] | [distortion~] | [reverb~] |

Re: [PD] fx chaining without glitch

2011-10-20 Thread Hans-Christoph Steiner
I think the way you'd do it to prevent glitches is to have them in subpatches, always attached, and then turn them on and off with a [*~] and a [switch~]. .hc On Oct 20, 2011, at 9:44 PM, patrick wrote: hi everyone, i would like to make a patch with multiple fx~ _but_ is it possible to