Hi there, I am having the hardest of times getting the [openpanel] to work here.
It is not the first time I see it unstable, sometimes it crashed here or there in one or another patch, but usually working most of the time.
Now it just about never works. Not in Pd-Extended, and not in Pd-Vanila.
Sending the message to [soundfiler] directly works anyway...
here is the patch I am working on... the big red bang is conected to the [openpanel] http://sites.google.com/site/porres/PVoc.pd
am I the one ever having such a hard time with it?
THANKS
well, when I try to use openpanel to give me any other file than the sound files I want, it does work. But it does not make sense anyway... as the files work and open without openpanel, and openpanel crashes even if it does not send the message to anything...
so, anyway, it seems the bug is related to some .wav files. Oh, it is important to know that there are no weird characters or weird and long path names...
thanks cheers
alex
On Thu, Jan 21, 2010 at 1:50 AM, Alexandre Porres porres@gmail.com wrote:
Hi there, I am having the hardest of times getting the [openpanel] to work here.
It is not the first time I see it unstable, sometimes it crashed here or there in one or another patch, but usually working most of the time.
Now it just about never works. Not in Pd-Extended, and not in Pd-Vanila.
Sending the message to [soundfiler] directly works anyway...
here is the patch I am working on... the big red bang is conected to the [openpanel] http://sites.google.com/site/porres/PVoc.pd
am I the one ever having such a hard time with it?
THANKS
Alexandre Porres wrote:
Hi there, I am having the hardest of times getting the [openpanel] to work here.
It is not the first time I see it unstable, sometimes it crashed here or there in one or another patch, but usually working most of the time.
Now it just about never works. Not in Pd-Extended, and not in Pd-Vanila.
iirc, you are using freebsd. probably you should upgrade.
fgmadsr IOhannes
you are using freebsd
Gee, how come, what is that? I am using the MAC OS 10.6.2 Snow Leopard actually.
thanks alex
On Thu, Jan 21, 2010 at 7:01 AM, IOhannes m zmoelnig zmoelnig@iem.atwrote:
Alexandre Porres wrote:
Hi there, I am having the hardest of times getting the [openpanel] to
work
here.
It is not the first time I see it unstable, sometimes it crashed here or there in one or another patch, but usually working most of the time.
Now it just about never works. Not in Pd-Extended, and not in Pd-Vanila.
iirc, you are using freebsd. probably you should upgrade.
fgmadsr IOhannes
indeed you patch crashes in osx10.6.2, but the following patch doesn't, so perhaps its not openpanel, but something else. haven't really scrutinized your patch, just tested it...
#N canvas 0 22 814 381 10; #N canvas 0 22 450 300 (subpatch) 0; #X array table23 44103 float 0; #X coords 0 1.02 44100 -1.02 200 130 1; #X restore 176 152 graph; #X obj 41 202 soundfiler; #X obj 50 145 openpanel; #X obj 52 112 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 50 168 read $1 table23; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 4 0 1 0;
On Thu, Jan 21, 2010 at 6:43 AM, Alexandre Porres porres@gmail.com wrote:
you are using freebsd
Gee, how come, what is that? I am using the MAC OS 10.6.2 Snow Leopard actually. thanks alex On Thu, Jan 21, 2010 at 7:01 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Alexandre Porres wrote:
Hi there, I am having the hardest of times getting the [openpanel] to work here.
It is not the first time I see it unstable, sometimes it crashed here or there in one or another patch, but usually working most of the time.
Now it just about never works. Not in Pd-Extended, and not in Pd-Vanila.
iirc, you are using freebsd. probably you should upgrade.
fgmadsr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
ok, so i think it is definitely your patch... the routing after openpanel doesn't make sense to me:
read -resize $1
is getting the filename...
J
On Thu, Jan 21, 2010 at 1:20 PM, Jaime Oliver jaime.oliver2@gmail.com wrote:
indeed you patch crashes in osx10.6.2, but the following patch doesn't, so perhaps its not openpanel, but something else. haven't really scrutinized your patch, just tested it...
#N canvas 0 22 814 381 10; #N canvas 0 22 450 300 (subpatch) 0; #X array table23 44103 float 0; #X coords 0 1.02 44100 -1.02 200 130 1; #X restore 176 152 graph; #X obj 41 202 soundfiler; #X obj 50 145 openpanel; #X obj 52 112 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 50 168 read $1 table23; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 4 0 1 0;
On Thu, Jan 21, 2010 at 6:43 AM, Alexandre Porres porres@gmail.com wrote:
you are using freebsd
Gee, how come, what is that? I am using the MAC OS 10.6.2 Snow Leopard actually. thanks alex On Thu, Jan 21, 2010 at 7:01 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Alexandre Porres wrote:
Hi there, I am having the hardest of times getting the [openpanel] to work here.
It is not the first time I see it unstable, sometimes it crashed here or there in one or another patch, but usually working most of the time.
Now it just about never works. Not in Pd-Extended, and not in Pd-Vanila.
iirc, you are using freebsd. probably you should upgrade.
fgmadsr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Jaime E Oliver LR
joliverl@ucsd.edu www.realidadvisual.org/jaimeoliver www-crca.ucsd.edu/ www.realidadvisual.org
858 750 0924 (cel) 858 202 1522 (home) 9168 Regents Rd. Apt. G La Jolla, CA 92037 USA
routing after openpanel doesn't make sense
yep, and then I prepend it to a list with the tables name... it is not wrong and was working not using [openpanel]. The weirdest of all is that [openpanel] was crashing even if not conected to anything.
Anyway, I don't know what happened, but it is now working... I also made some minor changes and kept working on it and it seems stable now.
Well, I guess my main concern here is to raise this [openpanel] issue up. As I said, it is not the first time it behave unstably... I also got some bad stability with [playlist], which is kinda similar. So I wanted to know if you guys were aware or anything.
If I can better put my finger on it I will get back to you people.
Thanks a lot Alex
On Thu, Jan 21, 2010 at 7:25 PM, Jaime Oliver jaime.oliver2@gmail.comwrote:
ok, so i think it is definitely your patch... the routing after openpanel doesn't make sense to me:
read -resize $1
is getting the filename...
J
On Thu, Jan 21, 2010 at 1:20 PM, Jaime Oliver jaime.oliver2@gmail.com wrote:
indeed you patch crashes in osx10.6.2, but the following patch doesn't, so perhaps its not openpanel, but something else. haven't really scrutinized your patch, just tested it...
#N canvas 0 22 814 381 10; #N canvas 0 22 450 300 (subpatch) 0; #X array table23 44103 float 0; #X coords 0 1.02 44100 -1.02 200 130 1; #X restore 176 152 graph; #X obj 41 202 soundfiler; #X obj 50 145 openpanel; #X obj 52 112 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 50 168 read $1 table23; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 4 0 1 0;
On Thu, Jan 21, 2010 at 6:43 AM, Alexandre Porres porres@gmail.com
wrote:
you are using freebsd
Gee, how come, what is that? I am using the MAC OS 10.6.2 Snow Leopard actually. thanks alex On Thu, Jan 21, 2010 at 7:01 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Alexandre Porres wrote:
Hi there, I am having the hardest of times getting the [openpanel] to work here.
It is not the first time I see it unstable, sometimes it crashed here
or
there in one or another patch, but usually working most of the time.
Now it just about never works. Not in Pd-Extended, and not in
Pd-Vanila.
iirc, you are using freebsd. probably you should upgrade.
fgmadsr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Jaime E Oliver LR
joliverl@ucsd.edu www.realidadvisual.org/jaimeoliver www-crca.ucsd.edu/ www.realidadvisual.org
858 750 0924 (cel) 858 202 1522 (home) 9168 Regents Rd. Apt. G La Jolla, CA 92037 USA
-- Jaime E Oliver LR
joliverl@ucsd.edu www.realidadvisual.org/jaimeoliver www-crca.ucsd.edu/ www.realidadvisual.org
858 750 0924 (cel) 858 202 1522 (home) 9168 Regents Rd. Apt. G La Jolla, CA 92037 USA
paradoxically, after a lot of time not being able to get the crash alex mentioned i got it today. unpredictable crashes with openpanel on osx 10.6.2....
On Thu, Jan 21, 2010 at 1:44 PM, Alexandre Porres porres@gmail.com wrote:
routing after openpanel doesn't make sense
yep, and then I prepend it to a list with the tables name... it is not wrong and was working not using [openpanel]. The weirdest of all is that [openpanel] was crashing even if not conected to anything. Anyway, I don't know what happened, but it is now working... I also made some minor changes and kept working on it and it seems stable now. Well, I guess my main concern here is to raise this [openpanel] issue up. As I said, it is not the first time it behave unstably... I also got some bad stability with [playlist], which is kinda similar. So I wanted to know if you guys were aware or anything. If I can better put my finger on it I will get back to you people. Thanks a lot Alex
On Thu, Jan 21, 2010 at 7:25 PM, Jaime Oliver jaime.oliver2@gmail.com wrote:
ok, so i think it is definitely your patch... the routing after openpanel doesn't make sense to me:
read -resize $1
is getting the filename...
J
On Thu, Jan 21, 2010 at 1:20 PM, Jaime Oliver jaime.oliver2@gmail.com wrote:
indeed you patch crashes in osx10.6.2, but the following patch doesn't, so perhaps its not openpanel, but something else. haven't really scrutinized your patch, just tested it...
#N canvas 0 22 814 381 10; #N canvas 0 22 450 300 (subpatch) 0; #X array table23 44103 float 0; #X coords 0 1.02 44100 -1.02 200 130 1; #X restore 176 152 graph; #X obj 41 202 soundfiler; #X obj 50 145 openpanel; #X obj 52 112 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1 -1; #X msg 50 168 read $1 table23; #X connect 2 0 4 0; #X connect 3 0 2 0; #X connect 4 0 1 0;
On Thu, Jan 21, 2010 at 6:43 AM, Alexandre Porres porres@gmail.com wrote:
you are using freebsd
Gee, how come, what is that? I am using the MAC OS 10.6.2 Snow Leopard actually. thanks alex On Thu, Jan 21, 2010 at 7:01 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Alexandre Porres wrote:
Hi there, I am having the hardest of times getting the [openpanel] to work here.
It is not the first time I see it unstable, sometimes it crashed here or there in one or another patch, but usually working most of the time.
Now it just about never works. Not in Pd-Extended, and not in Pd-Vanila.
iirc, you are using freebsd. probably you should upgrade.
fgmadsr IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Jaime E Oliver LR
joliverl@ucsd.edu www.realidadvisual.org/jaimeoliver www-crca.ucsd.edu/ www.realidadvisual.org
858 750 0924 (cel) 858 202 1522 (home) 9168 Regents Rd. Apt. G La Jolla, CA 92037 USA
-- Jaime E Oliver LR
joliverl@ucsd.edu www.realidadvisual.org/jaimeoliver www-crca.ucsd.edu/ www.realidadvisual.org
858 750 0924 (cel) 858 202 1522 (home) 9168 Regents Rd. Apt. G La Jolla, CA 92037 USA