Is this Windows or Linux? What version/distribution? What versions of Python and WxWidgets (formerly WxWindows)?
Joe jsarlo@ucsd.edu
ei lista.
More problems. I've resolved the first problem and now my gripd GUI screen is in front of me, launched from PD. OKay. Looks good. But I begin to put objects sending bangs to my original patch objects in edit mode. Okay. From here all ok. But, I change to performance mode and the GUI dissapears. !!! . I can't use my GUI because when I switch from edit mode to performance mode minimizes. Okay. I open it again from my [open] message, now is in performance mode. Ok. I try to push one button and... nothing happens, the button now is selected like if I had gone to edit it... agh.. i'm in a loop again...
Some idea?
Gracias a lot.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-
list
I'm using linux, Ubuntu 5.04, python 2.4.1, and I don't know what version of WxWidgets I have... ¿How can I know it?
jsarlo@UCSD.Edu wrote:
Is this Windows or Linux? What version/distribution? What versions of Python and WxWidgets (formerly WxWindows)?
Joe jsarlo@ucsd.edu
ei lista.
More problems. I've resolved the first problem and now my gripd GUI screen is in front of me, launched from PD. OKay. Looks good. But I begin to put objects sending bangs to my original patch objects in edit mode. Okay. From here all ok. But, I change to performance mode and the GUI dissapears. !!! . I can't use my GUI because when I switch from edit mode to performance mode minimizes. Okay. I open it again from my [open] message, now is in performance mode. Ok. I try to push one button and... nothing happens, the button now is selected like if I had gone to edit it... agh.. i'm in a loop again...
Some idea?
Gracias a lot.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-
list
There are probably some problems with GrIPD and newer versions of python and Wx. You can try the linux pre-compiled binaries I have on the GrIPD download page, but they're linked against an older version of glibc so they probably won't work either. I'm not actively working on GrIPD anymore. Honestly, I didn't think anyone still used it, but I think I have a newer version on one of my machines that you can try. I'll send it to you when I find it.
Joe jsarlo@ucsd.edu
----- Original Message ----- From: "rez" rez@r3dribbon.com To: jsarlo@ucsd.edu Cc: pd-list@iem.at Sent: Thursday, July 28, 2005 1:17 PM Subject: Re: [PD] more problems with gripd
I'm using linux, Ubuntu 5.04, python 2.4.1, and I don't know what version of WxWidgets I have... ¿How can I know it?
jsarlo@UCSD.Edu wrote:
Is this Windows or Linux? What version/distribution? What versions of
Python
and WxWidgets (formerly WxWindows)?
Joe jsarlo@ucsd.edu
ei lista.
More problems. I've resolved the first problem and now my gripd GUI screen is in front of me, launched from PD. OKay. Looks good. But I begin to put objects sending bangs to my original patch objects in edit mode. Okay. From here all ok. But, I change to performance mode and the GUI dissapears. !!! . I can't use my GUI because when I switch from edit mode to performance mode minimizes. Okay. I open it again from my [open] message, now is in performance mode. Ok. I try to push one button and... nothing happens, the button now is selected like if I had gone to edit it... agh.. i'm in a loop again...
Some idea?
Gracias a lot.
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
On Thu, Jul 28, 2005 at 07:10:37PM -0700, Joseph A. Sarlo wrote:
There are probably some problems with GrIPD and newer versions of python and Wx. You can try the linux pre-compiled binaries I have on the GrIPD download page, but they're linked against an older version of glibc so they probably won't work either. I'm not actively working on GrIPD anymore. Honestly, I didn't think anyone still used it, but I think I have a newer version on one of my machines that you can try. I'll send it to you when I find it.
Joe jsarlo@ucsd.edu
I haven't really used gripd yet, but I was pretty stoked to find out about it. When I first learned how to use GOP, I was suprised at how clunky it is, so an alternative way to create UIs for my patches is well appreciated. I'm also currently looking at Frank's tutorial on using datastructs to make GUIs (I just found it a couple minutes ago, though, so we'll see how it goes)
-spencer
Hi, im looking for an object like ggate in max for signal. I cant find it, does it exist? What I want to do is something like this :
[signal] | [ggate~] | | | [filter] \ | \ [ggate~] \ | / | [whatever] | / | / [ dac ]
I have the signal and i want to choose if it goes to a filter or to the dac obejct, if it goes to the filter,im want to be able to choose if it goes after to the dac or to another object. Exists an object for that,or another solution?
Thanks in advance.
demux~ (zexy i think) (mono). patrick
----- Original Message ----- From: "Theorema Binario" theorema.bin@gmail.com To: pd-list@iem.at Sent: Friday, July 29, 2005 4:04 PM Subject: [PD] one input multiple outputs
Hi, im looking for an object like ggate in max for signal. I cant find it, does it exist? What I want to do is something like this :
[signal] | [ggate~] | | | [filter] \ | \ [ggate~] \ | / | [whatever] | / | / [ dac ]
I have the signal and i want to choose if it goes to a filter or to the dac obejct, if it goes to the filter,im want to be able to choose if it goes after to the dac or to another object. Exists an object for that,or another solution?
Thanks in advance.
-- Theorema Binario
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hallo, Theorema Binario hat gesagt: // Theorema Binario wrote:
Hi, im looking for an object like ggate in max for signal. I cant find it, does it exist? What I want to do is something like this :
[signal] | [ggate~] | | | [filter] \ | \ [ggate~] \ | / | [whatever] | / | / [ dac ]
I have the signal and i want to choose if it goes to a filter or to the dac obejct, if it goes to the filter,im want to be able to choose if it goes after to the dac or to another object. Exists an object for that,or another solution?
For simple routings, multiplying the signal with 0-1 is a solution, that is, simple crossfading, maybe using subpatches, which you [switch~] on and off through inlets.
However for more complicated setups I can recommend the [matrix~] object in iemmatrix rsp. the older zexy library versions. A kind of one-dimensional matrix~ also is available in [multiplex~] and [demultiplex~] from zexy.
Frank Barknecht _ ______footils.org__
_ __latest track: "plak" @ http://footils.org/cms/show/44
Thanks buddys, demux~ is what i was lookin for :)
On 7/29/05, Frank Barknecht fbar@footils.org wrote:
Hallo, Theorema Binario hat gesagt: // Theorema Binario wrote:
Hi, im looking for an object like ggate in max for signal. I cant find it, does it exist? What I want to do is something like this :
[signal] | [ggate~] | | | [filter] \ | \ [ggate~] \ | / | [whatever] | / | / [ dac ]
I have the signal and i want to choose if it goes to a filter or to the dac obejct, if it goes to the filter,im want to be able to choose if it goes after to the dac or to another object. Exists an object for that,or another solution?
For simple routings, multiplying the signal with 0-1 is a solution, that is, simple crossfading, maybe using subpatches, which you [switch~] on and off through inlets.
However for more complicated setups I can recommend the [matrix~] object in iemmatrix rsp. the older zexy library versions. A kind of one-dimensional matrix~ also is available in [multiplex~] and [demultiplex~] from zexy.
Ciao
Frank Barknecht _ ______footils.org__
_ __latest track: "plak" @ http://footils.org/cms/show/44
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list