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 :

[reset, border 0, menubar 0, dimen 1600 900, offset 0 -51
|
|
[gemwin]

Note : the dimen arguments must be your screen size.

Jerome

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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
  [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 :

 [reset, border 0, menubar 0, dimen 1600 900, offset 0 -51
 |
 |
 [gemwin]

 Note : the dimen arguments must be your screen size.

 Jerome

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 zmoelnig a écrit :

  -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2011-10-19 19:16, stéfan piat wrote:

 or maybe is there another object working on windows (and gem) to collect
 the
 mousewheel data?


 [gemmouse]?

 i think gemmouse does not output mousewheel. (only XY position and right /
 left / middle click)

 c


 fmasdr
 IOhannes
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk6fGsIACgkQkX2Xpv**6ydvSEYQCgmXUizvwKBOxzXGRUQsKw**Jpk1
 RggAn0nym2K91EG70AA5NGqcrL42Q7**1O
 =jmFy
 -END PGP SIGNATURE-




 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -  http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list


 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 will
steal back the focus. If _only_ the mousewheel is used, it may work, not
sure, you'll have to try.
I also vaguely remember an external called wmangler, which had something
to do with handling window positioning etc..., though I don't know if it
would allow you to do exactly what you need, or where you can find it these
days...
gr,
Tim



 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 zmoelnig a écrit :

  -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2011-10-19 19:16, stéfan piat wrote:

 or maybe is there another object working on windows (and gem) to
 collect the
 mousewheel data?


 [gemmouse]?

 i think gemmouse does not output mousewheel. (only XY position and right
 / left / middle click)

 c


 fmasdr
 IOhannes
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk6fGsIACgkQkX2Xpv**6ydvSEYQCgmXUizvwKBOxzXGRUQsKw**Jpk1
 RggAn0nym2K91EG70AA5NGqcrL42Q7**1O
 =jmFy
 -END PGP SIGNATURE-




 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -  http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list


 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list




 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 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 will
 steal back the focus. If _only_ the mousewheel is used, it may work, not
 sure, you'll have to try.
 I also vaguely remember an external called wmangler, which had something
 to do with handling window positioning etc..., though I don't know if it
 would allow you to do exactly what you need, or where you can find it these
 days...
 gr,
 Tim



 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 zmoelnig a écrit :

  -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 2011-10-19 19:16, stéfan piat wrote:

 or maybe is there another object working on windows (and gem) to
 collect the
 mousewheel data?


 [gemmouse]?

 i think gemmouse does not output mousewheel. (only XY position and right
 / left / middle click)

 c


 fmasdr
 IOhannes
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.11 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk6fGsIACgkQkX2Xpv**6ydvSEYQCgmXUizvwKBOxzXGRUQsKw**Jpk1
 RggAn0nym2K91EG70AA5NGqcrL42Q7**1O
 =jmFy
 -END PGP SIGNATURE-




 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -  http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list


 __**_
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list




 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 (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 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 will steal back the focus. If _only_ the mousewheel is used, it  
may work, not sure, you'll have to try.
I also vaguely remember an external called wmangler, which had  
something to do with handling window positioning etc..., though I  
don't know if it would allow you to do exactly what you need, or  
where you can find it these days...

gr,
Tim


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 zmoelnig a écrit :

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-10-19 19:16, stéfan piat wrote:
or maybe is there another object working on windows (and gem) to  
collect the

mousewheel data?


[gemmouse]?
i think gemmouse does not output mousewheel. (only XY position and  
right / left / middle click)


c


fmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6fGsIACgkQkX2Xpv6ydvSEYQCgmXUizvwKBOxzXGRUQsKwJpk1
RggAn0nym2K91EG70AA5NGqcrL42Q71O
=jmFy
-END PGP SIGNATURE-




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -  
http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list






There is no way to peace, peace is the way.   -A.J. Muste


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 will lock the 
focus to that window, because the «fullscreen» Gem window uses the 
override_redirect option (of X11), which tells the window manager to back 
off and not touch the window.


Anyway, what I implemented to replace most uses of override_redirect in 
GridFlow ([#out x11]) is a message named «border» that you specify anytime 
while the window is open, and which toggles the border, using a window 
manager option standard called MWM Hints.


 __
| Mathieu BOUCHARD - téléphone : +1.514.383.3801 - Montréal, QC___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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.


 __
| Mathieu BOUCHARD - téléphone : +1.514.383.3801 - Montréal, QC___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 create a window?
(= to make an invisible window as I already have a gemwin fullscreen)

thanks

2011/10/20 Mathieu Bouchard ma...@artengine.ca

 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.


  __**__**
 __
 | Mathieu BOUCHARD - téléphone : +1.514.383.3801 - Montréal, QC

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 find up-to-date instructions, as well as
important information about deadlines, travel, lodging, and so on. Read
on for more details!

We invite submissions of papers addressing all areas of audio processing
based on Linux and open source software. Papers can focus on technical,
artistic or scientific issues and can target developers or users. We are
also looking for music that has been produced or composed entirely or
mostly using Linux and other Open Source music software.

The Deadline for all submissions is January 11th, 2012

The Linux Audio Conference (LAC) is an international conference that
brings together musicians, sound artists, software developers and
researchers, working with Linux as an open, stable, professional
platform for audio and media research and music production. LAC includes
paper sessions, workshops, and a diverse program of electronic music.

The upcoming 2012 conference will be hosted at CCRMA, Stanford
University, on April 12-15. The Center for Computer Research in Music
and Acoustics (CCRMA) at Stanford University is a multi-disciplinary
facility where composers and researchers work together using
computer-based technology both as an artistic medium and as a research
tool. CCRMA has been using and developing Linux as an audio platform
since 1997.

http://ccrma.stanford.edu

Stanford University is located in the heart of Silicon Valley, about one
hour south of San Francisco, California. This is the first time LAC will
take place in the United States.

http://www.stanford.edu

We look forward to seeing you at Stanford in April!

Sincerely,

The LAC 2012 Organizing Team

___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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~]
|
[dac~]

is it possible in pd?
thanks,
pat

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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
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~]
|
[dac~]

is it possible in pd?
thanks,
pat

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list






[W]e have invented the technology to eliminate scarcity, but we are  
deliberately throwing it away to benefit those who profit from  
scarcity.-John Gilmore




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list