Re: [PD] Pd 0.46-6 for Debian distro

2015-05-19 Thread IOhannes m zmoelnig
On 2015-05-19 07:36, Chris McCormick wrote:
> By default Debian also adds ~/bin to your $PATH if it exists

didn't know this! always did this manually for no good reason!

gfmsdr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Granular Synthesis for Pd Eurorack Module

2015-05-19 Thread Alexandros Drymonitis
I had issues with a workshop I run in Nantes, with Pi and Arduino with Pd.
A simple tone patch like the one you describe would open fine from the
/etc/rc.local script, but not the patches that use [comport].
The solution to that was to include this line in /etc/rc.local
su -c '/usr/local/bin/pd -nogui -open /home/pi/path/to/patch.pd &' - pi &

This will launch Pd as the pi user and not as root. It seems that [comport]
doesn't like root.
All this, if your problem is launching your patch on boot.

On Tue, May 19, 2015 at 12:31 AM, Pagano, Patrick  wrote:

>  ​i tried a simple patch with a sine tone at 500 to a dac~ with a simple
> delay 100 on the pd dsp 1 message and it works sound plays with no gui
>
> whatthe heck could be preventing audio in the other patch?
>
>
>   *Patrick Pagano B.S, M.F.A*
> Audio and Projection Design Faculty
> Digital Worlds Institute
> University of Florida, USA
> (352)294-2020
>   --
> *From:* Pd-list  on behalf of Pagano,
> Patrick 
> *Sent:* Monday, May 18, 2015 3:03 PM
> *To:* Chris Chronopoulos
> *Cc:* pd-l...@mail.iem.at; IOhannes m zmoelnig
>
> *Subject:* Re: [PD] Granular Synthesis for Pd Eurorack Module
>
>  I am invoking it with -audiodev 3
>
> Sent from my iPhone
>
> On May 18, 2015, at 2:25 PM, Chris Chronopoulos <
> chronopoulos.ch...@gmail.com> wrote:
>
>   How are you invoking the PD command? If you're using an external sound
> card, you need to specify which one with the -audiodev flag. If it's a USB
> interface, then it's probably -audiodev 3 you want, in my experience.
>
> _chris
> On May 18, 2015 1:51 PM, "Pagano, Patrick" 
> wrote:
>
>>  I am having one annoying issue.
>>
>> when i run the code i have with a gui the sound works but when i try to
>> run pd -nogui i do not get any sound
>>
>> with the GUI it polls from the arduino and it makes sound i can adjustthe
>> potentiometers and it sounds okay because the CPU is pegging at 97-100%
>>
>> when i run it with no gui it is listing at about 27%
>>
>> i cannot figure it out
>>
>>
>>  has anyone had this problem before? surely there has got to be someone
>> who has run into this?
>>
>> pd-043.2 on rpi 512 with ardunio Uno
>>
>> creative sound blaster Xfi GO! Pro USB sound card
>>
>>
>>  HELP!!!
>>
>>
>>
>>
>>   *Patrick Pagano B.S, M.F.A*
>> Audio and Projection Design Faculty
>> Digital Worlds Institute
>> University of Florida, USA
>> (352)294-2020
>>   --
>> *From:* Chris Clepper 
>> *Sent:* Monday, May 18, 2015 11:57 AM
>> *To:* Pagano, Patrick
>> *Cc:* IOhannes m zmoelnig; pd-l...@mail.iem.at
>> *Subject:* Re: [PD] Granular Synthesis for Pd Eurorack Module
>>
>>  For messing around the UDOO is fine, but totally unsuitable for
>> incorporating in a manufactured audio product.  The Pd part is easy, the
>> hardware is incredibly difficult.
>>
>> I actually design Eurorack modules with Tiptop Audio as my day job, and
>> can tell you that making a module using an advanced ARM chip is no easy
>> task.  The Nebulae is a quick, dirty hack and it has many issues.  Design
>> from the ground up around an A9 or similar chip requires very advanced
>> tools (we pay a huge annual sum for high end layout software) and about 10
>> years of mixed signal PCB design experience.  Keeping the audio clean would
>> take multiple revisions of a 10-12 layer board and you would need to make a
>> Eurorack power supply that can handle the current of the digital parts.
>>
>>  It would take well into 6 figures to get a fully functional production
>> ready prototype.
>>
>> On Mon, May 18, 2015 at 11:42 AM, Pagano, Patrick <
>> p...@digitalworlds.ufl.edu> wrote:
>>
>>>  Looks great Chris, only thing that is weird is that it's a mic input
>>> not a line in that i get with the creative card currently. Everything else
>>> looks fancy. Would you like my address to send it? :-)
>>>
>>>
>>>  I am going to take the idea to our Innovation Hub at University of
>>> Florida and pitch the idea for the module, if it goes they might give me
>>> some seed funding --then i can explore some different cards/boards. A
>>> friend is lending his BeagleBone Black. Seriously if you want to throw in
>>> with  us i'll give you p0ints later :-)
>>>
>>>
>>>  conspiring for a pd Module,
>>>
>>>
>>>   *Patrick Pagano B.S, M.F.A*
>>> Audio and Projection Design Faculty
>>> Digital Worlds Institute
>>> University of Florida, USA
>>> (352)294-2020
>>>   --
>>> *From:* Chris Clepper 
>>> *Sent:* Monday, May 18, 2015 11:15 AM
>>> *To:* Pagano, Patrick
>>> *Cc:* IOhannes m zmoelnig; pd-l...@mail.iem.at
>>> *Subject:* Re: [PD] Granular Synthesis for Pd Eurorack Module
>>>
>>>Have you seen the UDOO board that have multi-core A9 CPUs, analog
>>> audio I/O and an arduino compatible microcontroller already?
>>>
>>> http://shop.udoo.org/usa/product/udoo-dual.html
>>>
>>>
>>>
>>> On Mon, May 18, 2015 at 11:00 AM, Pagano, Patrick <
>>> p...@digitalworlds.ufl.edu> wrote:
>>>
 Thank You all for

[PD] error: unpack type mismatch

2015-05-19 Thread Pagano, Patrick
hello


i am working with arduino and raspi with comport spiiting out values from pots 
attached to the arduino board and i keep getting the endless warnings of

error: unpack type mismatch

error: unpack type mismatch

error: unpack type mismatch?


is there a way to remedy this? i looked around and i heard some people talking 
about "atof" which i assume is ascii to float.

But i cannot find it anywhere. I thought it was in zexy but maybe i have the 
wrong name or perhaps i am off the mark entirely


can someone help me out?


pp


Patrick Pagano B.S, M.F.A
Audio and Projection Design Faculty
Digital Worlds Institute
University of Florida, USA
(352)294-2020
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] error: unpack type mismatch

2015-05-19 Thread Alexandros Drymonitis
but ASCII is just bytes, so subtracting 48 should do the ASCII to float
job, right?
How are you sending values from Arduino to Pd? Do you use Serial.write or
Serial.println? use [print] before you send stuff to [unpack] to see what
you get. A type mismatch is when you expect a float but you get a symbol,
for example.

On Tue, May 19, 2015 at 10:08 PM, Pagano, Patrick  wrote:

>  hello
>
>
>  i am working with arduino and raspi with comport spiiting out values
> from pots attached to the arduino board and i keep getting the endless
> warnings of
>
> error: unpack type mismatch
>
> error: unpack type mismatch
>
> error: unpack type mismatch​
>
>
>  is there a way to remedy this? i looked around and i heard some people
> talking about "atof" which i assume is ascii to float.
>
> But i cannot find it anywhere. I thought it was in zexy but maybe i have
> the wrong name or perhaps i am off the mark entirely
>
>
>  can someone help me out?
>
>
>  pp
>
>
>   *Patrick Pagano B.S, M.F.A*
> Audio and Projection Design Faculty
> Digital Worlds Institute
> University of Florida, USA
> (352)294-2020
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd-extended/pd-l2ork not loading pngs

2015-05-19 Thread Antonio Roberts
> please try to trim down the problem to a minimal patch.
> in your case, that would be a patch that loads Gem (if it is not
> automatically loaded by your preferences, startup-scripts,...), and
> contains the objects [gemwin], [gemhead] and [pix_image] (properly
> connected), so that you can start rendering and click on a msgbox to
> (try to) load an image.
Attached is a very simple patch to open an image. The image I tried to
load is from here
http://upload.wikimedia.org/wikipedia/commons/9/9a/PNG_transparency_demonstration_2.png

The error I got in the terminal was:
/home/hellocatfood/Desktop/test2.png: Not a TIFF or MDI file, bad
magic number 20617 (0x5089)

In the pd console: [pix_image]: failed to load image
'/home/hellocatfood/Desktop/test2.png'

I tried lots of other pngs from many different sources and got the
same result each time.

On 18 May 2015 at 10:58, IOhannes m zmölnig  wrote:
> On 05/18/2015 11:22 AM, Antonio Roberts wrote:
>> In the pd console there's a lot of messages.
>
> please try to trim down the problem to a minimal patch.
> in your case, that would be a patch that loads Gem (if it is not
> automatically loaded by your preferences, startup-scripts,...), and
> contains the objects [gemwin], [gemhead] and [pix_image] (properly
> connected), so that you can start rendering and click on a msgbox to
> (try to) load an image.
>
> gfmasdr
> IOhannes
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
>



-- 

anto...@hellocatfood.com
http://www.hellocatfood.com



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


Re: [PD] pd-extended/pd-l2ork not loading pngs

2015-05-19 Thread Antonio Roberts
> are you sure there is no more output generated on the terminal? esp.
> when the (first) [pix_image] object is created you should see output like:
> "dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'"
Nope, nothing

> you could simply check whehter the plugin has all the available
> libraries installed by running
>
>$ ldd /usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so \
>| grep "not found"

That returned the follwing:

libMagick++.so.5 => not found
libMagickCore.so.5 => not found

I did a search in the repositories for appropriate packages and found
libmagick++5 . However, when trying to install it:

Package libmagick++5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libmagick++5' has no installation candidate

libmagick++-6.q16-5 and similar packages are installed and I'm presume
these replace previous versions.

If recompiling is the only option can you give me any advice on doing this?

Thanks

Antonio

On 18 May 2015 at 12:39, IOhannes m zmoelnig  wrote:
> On 2015-05-18 11:22, Antonio Roberts wrote:
>> open: /etc/pd/gem.conf: No such file or directory
>> open: /home/hellocatfood/.pd/gem.conf: No such file or directory
>> open: ./gem.conf: No such file or directory
>
> are you sure there is no more output generated on the terminal? esp.
> when the (first) [pix_image] object is created you should see output like:
> "dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'"
>
>
>> tried /usr/lib/pd-extended/extra/Gem/gem_imageTIFF.so and succeeded
>> Image loading support: SGI jpeg tiff
>
> which (together with the fact that it found
> /usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so) means that it failed
> to load the imageMAGICK plugin, which explains why it does not load PNGs.
>
> you could simply check whehter the plugin has all the available
> libraries installed by running
>
>$ ldd /usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so \
>| grep "not found"
>
>
> if it returns *anything*, you will need to install the relevant packages
> (if they are not installed) and/or re-compile the plugin (if the
> libraries provided by vivid are incompatible).
>
> fgamsdr
> IOhannes
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> 
> http://lists.puredata.info/listinfo/pd-list
>



-- 

anto...@hellocatfood.com
http://www.hellocatfood.com


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


Re: [PD] error: unpack type mismatch

2015-05-19 Thread Pagano, Patrick
?I'm using the arduino2pd patch hans created

i understand what the error is i am hunting the object that will do the 
adjustment. I will try your suggestion but i think what is popping out is ascii 
numbers from comport which is reading pot values from 0-1023 the unpack says 
it's unpack floats but the number box which i assume should be able to deal 
with floats seems to only be reading ints maybe if i just multply x 0.01?



Patrick Pagano B.S, M.F.A
Audio and Projection Design Faculty
Digital Worlds Institute
University of Florida, USA
(352)294-2020

From: Alexandros Drymonitis 
Sent: Tuesday, May 19, 2015 3:46 PM
To: Pagano, Patrick
Cc: pd-l...@iem.at
Subject: Re: [PD] error: unpack type mismatch

but ASCII is just bytes, so subtracting 48 should do the ASCII to float job, 
right?
How are you sending values from Arduino to Pd? Do you use Serial.write or 
Serial.println? use [print] before you send stuff to [unpack] to see what you 
get. A type mismatch is when you expect a float but you get a symbol, for 
example.

On Tue, May 19, 2015 at 10:08 PM, Pagano, Patrick 
mailto:p...@digitalworlds.ufl.edu>> wrote:

hello


i am working with arduino and raspi with comport spiiting out values from pots 
attached to the arduino board and i keep getting the endless warnings of

error: unpack type mismatch

error: unpack type mismatch

error: unpack type mismatch?


is there a way to remedy this? i looked around and i heard some people talking 
about "atof" which i assume is ascii to float.

But i cannot find it anywhere. I thought it was in zexy but maybe i have the 
wrong name or perhaps i am off the mark entirely


can someone help me out?


pp


Patrick Pagano B.S, M.F.A
Audio and Projection Design Faculty
Digital Worlds Institute
University of Florida, USA
(352)294-2020

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


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


Re: [PD] error: unpack type mismatch

2015-05-19 Thread Alexandros Drymonitis
If the Arduino code uses Serial.println instead of Serial.write,then yes,
you are receiving ASCII.
If this is the case, try sending one value only and read it with the
attached abstraction, which is made to work with Serial.println.
If you want to transfer many values which are tagged with some string, use
[serial_println2] (it requires [bytes2any] from the moocow library).

On Tue, May 19, 2015 at 11:11 PM, Pagano, Patrick  wrote:

>  ​I'm using the arduino2pd patch hans created
>
> i understand what the error is i am hunting the object that will do the
> adjustment. I will try your suggestion but i think what is popping out is
> ascii numbers from comport which is reading pot values from 0-1023 the
> unpack says it's unpack floats but the number box which i assume should be
> able to deal with floats seems to only be reading ints maybe if i just
> multply x 0.01?
>
>
>
>   *Patrick Pagano B.S, M.F.A*
> Audio and Projection Design Faculty
> Digital Worlds Institute
> University of Florida, USA
> (352)294-2020
>   --
> *From:* Alexandros Drymonitis 
> *Sent:* Tuesday, May 19, 2015 3:46 PM
> *To:* Pagano, Patrick
> *Cc:* pd-l...@iem.at
> *Subject:* Re: [PD] error: unpack type mismatch
>
>   but ASCII is just bytes, so subtracting 48 should do the ASCII to float
> job, right?
>  How are you sending values from Arduino to Pd? Do you use Serial.write or
> Serial.println? use [print] before you send stuff to [unpack] to see what
> you get. A type mismatch is when you expect a float but you get a symbol,
> for example.
>
> On Tue, May 19, 2015 at 10:08 PM, Pagano, Patrick <
> p...@digitalworlds.ufl.edu> wrote:
>
>>  hello
>>
>>
>>  i am working with arduino and raspi with comport spiiting out values
>> from pots attached to the arduino board and i keep getting the endless
>> warnings of
>>
>> error: unpack type mismatch
>>
>> error: unpack type mismatch
>>
>> error: unpack type mismatch​
>>
>>
>>  is there a way to remedy this? i looked around and i heard some people
>> talking about "atof" which i assume is ascii to float.
>>
>> But i cannot find it anywhere. I thought it was in zexy but maybe i have
>> the wrong name or perhaps i am off the mark entirely
>>
>>
>>  can someone help me out?
>>
>>
>>  pp
>>
>>
>>   *Patrick Pagano B.S, M.F.A*
>> Audio and Projection Design Faculty
>> Digital Worlds Institute
>> University of Florida, USA
>> (352)294-2020
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>
#N canvas 390 157 570 389 10;
#X obj 50 15 inlet;
#X obj 146 135 t f b;
#X obj 146 199 +;
#X obj 173 160 f;
#X obj 173 182 * 10;
#X msg 188 129 0;
#X obj 146 221 t f f;
#X obj 50 238 f;
#X obj 50 112 t b b;
#X obj 50 260 outlet;
#X obj 50 37 sel 10 13;
#X text 142 7 to be used with [comport] for utilising Arduino's Serial.println()
function;
#X obj 146 106 - 48;
#X text 176 201 this is taken from the code often used in the Arduino:
;
#X text 198 219 while(Serial.available));
#X text 206 234 byte inByte = Serial.read() \;;
#X text 206 247 if((inByte >= '0') && (inByte <= '9'));
#X text 198 285 (curly brackets are not available in Pd's comments)
;
#X text 225 263 int temp = temp * 10 + inByte - '0' \;;
#X text 204 335 written by Alexandros Drymonitis;
#X obj 101 63 moses 48;
#X obj 146 85 moses 58;
#X text 162 62 let only digits through;
#X connect 0 0 10 0;
#X connect 1 0 2 0;
#X connect 1 1 3 0;
#X connect 2 0 6 0;
#X connect 3 0 4 0;
#X connect 4 0 2 1;
#X connect 5 0 3 1;
#X connect 6 0 7 1;
#X connect 6 1 3 1;
#X connect 7 0 9 0;
#X connect 8 0 7 0;
#X connect 8 1 5 0;
#X connect 10 0 8 0;
#X connect 10 2 20 0;
#X connect 12 0 1 0;
#X connect 20 1 21 0;
#X connect 21 0 12 0;
#N canvas 93 82 1049 470 10;
#X msg 76 182 583 54 909 223 4;
#X obj 76 244 serial_parseInt;
#X obj 76 376 comport 6 9600;
#X obj 76 398 serial_println;
#X obj 76 420 print;
#X msg 100 205 7829 87 5672 981;
#X msg 103 349 close;
#X msg 103 273 devices;
#X floatatom 103 303 5 0 0 0 - - -, f 5;
#X msg 103 322 open \$1;
#X text 218 181 send any number list to Arduino \, using the Serial.parseInt()
function;
#X obj 63 21 cnv 15 400 60 empty empty empty 20 12 0 14 -200075 -66577
0;
#X text 651 391 Made by Alexandros Drymonitis;
#X text 634 57 [serial_parseInt];
#X text 636 75 Arguments: none;
#X text 636 91 Inlet: number list;
#X text 636 107 Outlet: provided list encoded so that Arduino's 
Serial.parseInt()
function can understand it;
#X text 634 177 [serial_println];
#X text 636 194 Arguments: none;
#X text 636 208 Inlet: raw data received from Arduino (through [comport])
\, using the Serial.println() function;
#X text 74 28 [serial_parseInt] and [serial_println]: absrtactions
to work with the Serial.parseInt() and Serial.println() functions of
Arduino \, respectively*;
#X text 74 85 *[serial_println] won't work with Serial.print() \, but
only with Serial.println();
#X text 74 125 T

Re: [PD] error: unpack type mismatch

2015-05-19 Thread Alexandros Drymonitis
Including the list.
The only thing I can find is that [pd make_my_list] uses [sprintf
%c%c%c...] instead of [sprintf %c %c ... ] (with spaces), which will create
a long concatenated series of numbers which will probably be output from
the left-most outlet of [unpack] (at least this is what happened when I
played with [sprintf] a bit). Try to replace [sprintf] by placing a [- 48]
just before [zl group] and see if that works.

On Tue, May 19, 2015 at 11:46 PM, Pagano, Patrick  wrote:

>  ​​Alexandros
>
> I just want to fix the mismatch. Is there an object i can place between
> the unpack fff and the integer number box?
>
> What i am trying to avoid is the messages being constantly printed to the
> shell and taking any resources from the raspi
>
>
>  i am attaching the patch there will be some stuff missing but this is
> the main
>
>
>
>  TY for your help
>
>
>
>
>   *Patrick Pagano B.S, M.F.A*
> Audio and Projection Design Faculty
> Digital Worlds Institute
> University of Florida, USA
> (352)294-2020
>   --
> *From:* Alexandros Drymonitis 
> *Sent:* Tuesday, May 19, 2015 4:29 PM
>
> *To:* Pagano, Patrick
> *Cc:* pd-l...@iem.at
> *Subject:* Re: [PD] error: unpack type mismatch
>
>   If the Arduino code uses Serial.println instead of Serial.write,then
> yes, you are receiving ASCII.
>  If this is the case, try sending one value only and read it with the
> attached abstraction, which is made to work with Serial.println.
>  If you want to transfer many values which are tagged with some string,
> use [serial_println2] (it requires [bytes2any] from the moocow library).
>
> On Tue, May 19, 2015 at 11:11 PM, Pagano, Patrick <
> p...@digitalworlds.ufl.edu> wrote:
>
>>  ​I'm using the arduino2pd patch hans created
>>
>> i understand what the error is i am hunting the object that will do the
>> adjustment. I will try your suggestion but i think what is popping out is
>> ascii numbers from comport which is reading pot values from 0-1023 the
>> unpack says it's unpack floats but the number box which i assume should be
>> able to deal with floats seems to only be reading ints maybe if i just
>> multply x 0.01?
>>
>>
>>
>>   *Patrick Pagano B.S, M.F.A*
>> Audio and Projection Design Faculty
>> Digital Worlds Institute
>> University of Florida, USA
>> (352)294-2020
>>   --
>> *From:* Alexandros Drymonitis 
>> *Sent:* Tuesday, May 19, 2015 3:46 PM
>> *To:* Pagano, Patrick
>> *Cc:* pd-l...@iem.at
>> *Subject:* Re: [PD] error: unpack type mismatch
>>
>>but ASCII is just bytes, so subtracting 48 should do the ASCII to
>> float job, right?
>>  How are you sending values from Arduino to Pd? Do you use Serial.write
>> or Serial.println? use [print] before you send stuff to [unpack] to see
>> what you get. A type mismatch is when you expect a float but you get a
>> symbol, for example.
>>
>> On Tue, May 19, 2015 at 10:08 PM, Pagano, Patrick <
>> p...@digitalworlds.ufl.edu> wrote:
>>
>>>  hello
>>>
>>>
>>>  i am working with arduino and raspi with comport spiiting out values
>>> from pots attached to the arduino board and i keep getting the endless
>>> warnings of
>>>
>>> error: unpack type mismatch
>>>
>>> error: unpack type mismatch
>>>
>>> error: unpack type mismatch​
>>>
>>>
>>>  is there a way to remedy this? i looked around and i heard some people
>>> talking about "atof" which i assume is ascii to float.
>>>
>>> But i cannot find it anywhere. I thought it was in zexy but maybe i have
>>> the wrong name or perhaps i am off the mark entirely
>>>
>>>
>>>  can someone help me out?
>>>
>>>
>>>  pp
>>>
>>>
>>>   *Patrick Pagano B.S, M.F.A*
>>> Audio and Projection Design Faculty
>>> Digital Worlds Institute
>>> University of Florida, USA
>>> (352)294-2020
>>>
>>> ___
>>> Pd-list@lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
>>> http://lists.puredata.info/listinfo/pd-list
>>>
>>>
>>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] GUI lock ups

2015-05-19 Thread William Huston
Yes, just happened:

(Tcl) INVALID COMMAND NAME: invalid command name ".x3cc9380.c"
while executing
"$tkcanvas itemconfig $tag -text $text"
(procedure "pdtk_text_set" line 2)
invoked from within
"pdtk_text_set .x3cc9380.c .x3cc9380.t43bfcc0 {4.326}"
("uplevel" body line 1)
invoked from within
"uplevel #0 $cmds_from_pd"

0.43.4-extended, Windows 7

Thanks



On Mon, May 18, 2015 at 3:16 PM, William Huston 
wrote:

> Hmm. Not sure. Will check console next time it happens.
> Thanks.
>
>
> On Mon, May 18, 2015 at 5:52 AM,  wrote:
>
>>
>> do you also get TCL errors ?
>>
>> rolf
>>
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> http://lists.puredata.info/listinfo/pd-list
>>
>
>
>
> --
> --
> May you, and all beings
> be happy and free from suffering :)
> -- ancient Buddhist Prayer (Metta)
>
> Don't forget to sign the
>
> *Pledge to Resist*
>
> *the Constitution Pipeline:*
>
>- *The Pledge: TinyURL.com/Pledge2ResistCP
>*
>- *More info: TinyURL.com/Pledge2ResistCP1
>*
>
>


-- 
--
May you, and all beings
be happy and free from suffering :)
-- ancient Buddhist Prayer (Metta)

Don't forget to sign the

*Pledge to Resist*

*the Constitution Pipeline:*

   - *The Pledge: TinyURL.com/Pledge2ResistCP
   *
   - *More info: TinyURL.com/Pledge2ResistCP1
   *
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] GUI lock ups

2015-05-19 Thread Pagano, Patrick
?add the -stderr flag to your boot



Patrick Pagano B.S, M.F.A
Audio and Projection Design Faculty
Digital Worlds Institute
University of Florida, USA
(352)294-2020

From: Pd-list  on behalf of William Huston 

Sent: Tuesday, May 19, 2015 9:29 PM
To: rolfmeesters
Cc: pd-l...@iem.at
Subject: Re: [PD] GUI lock ups

Yes, just happened:

(Tcl) INVALID COMMAND NAME: invalid command name ".x3cc9380.c"
while executing
"$tkcanvas itemconfig $tag -text $text"
(procedure "pdtk_text_set" line 2)
invoked from within
"pdtk_text_set .x3cc9380.c .x3cc9380.t43bfcc0 {4.326}"
("uplevel" body line 1)
invoked from within
"uplevel #0 $cmds_from_pd"

0.43.4-extended, Windows 7

Thanks



On Mon, May 18, 2015 at 3:16 PM, William Huston 
mailto:williamahus...@gmail.com>> wrote:
Hmm. Not sure. Will check console next time it happens.
Thanks.


On Mon, May 18, 2015 at 5:52 AM, mailto:ro...@dds.nl>> wrote:

do you also get TCL errors ?

rolf


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



--
--
May you, and all beings
be happy and free from suffering :)
-- ancient Buddhist Prayer (Metta)

Don't forget to sign the
Pledge to Resist
the Constitution Pipeline:

  *   The Pledge: 
TinyURL.com/Pledge2ResistCP
  *   More info: 
TinyURL.com/Pledge2ResistCP1



--
--
May you, and all beings
be happy and free from suffering :)
-- ancient Buddhist Prayer (Metta)

Don't forget to sign the
Pledge to Resist
the Constitution Pipeline:

  *   The Pledge: 
TinyURL.com/Pledge2ResistCP
  *   More info: 
TinyURL.com/Pledge2ResistCP1
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] GUI lock ups

2015-05-19 Thread William Huston
Thanks Patrick. Can you explain how this will help?

I'm using Windows 7, so there is normally no parent shell.

So -stderr flag (if I am understanding correctly) would take the errors
which I can presently see in the GUI console, and send them to the "bit
bucket" (invisible to me).

I can start pd -stderr from a shell, no problem, if there is some benefit.

Do you think there will be additional diagnostics generated above what I
have already provided?

Thanks,

On Tuesday, May 19, 2015, Pagano, Patrick  wrote:
> add the -stderr flag to your boot
>
>
> Patrick Pagano B.S, M.F.A
> Audio and Projection Design Faculty
> Digital Worlds Institute
> University of Florida, USA
> (352)294-2020
> 
> From: Pd-list  on behalf of William Huston <
williamahus...@gmail.com>
> Sent: Tuesday, May 19, 2015 9:29 PM
> To: rolfmeesters
> Cc: pd-l...@iem.at
> Subject: Re: [PD] GUI lock ups
>
> Yes, just happened:
>
> (Tcl) INVALID COMMAND NAME: invalid command name ".x3cc9380.c"
> while executing
> "$tkcanvas itemconfig $tag -text $text"
> (procedure "pdtk_text_set" line 2)
> invoked from within
> "pdtk_text_set .x3cc9380.c .x3cc9380.t43bfcc0 {4.326}"
> ("uplevel" body line 1)
> invoked from within
> "uplevel #0 $cmds_from_pd"
>
> 0.43.4-extended, Windows 7
>
> Thanks
>
>
>
> On Mon, May 18, 2015 at 3:16 PM, William Huston 
wrote:
>>
>> Hmm. Not sure. Will check console next time it happens.
>> Thanks.
>>
>>
>> On Mon, May 18, 2015 at 5:52 AM,  wrote:
>>>
>>> do you also get TCL errors ?
>>>
>>> rolf
>>>
>>>
>>> ___
>>> Pd-list@lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
>>
>>
>>
>> --
>> --
>> May you, and all beings
>> be happy and free from suffering :)
>> -- ancient Buddhist Prayer (Metta)
>>
>> Don't forget to sign the
>> Pledge to Resist
>> the Constitution Pipeline:
>>
>> The Pledge: TinyURL.com/Pledge2ResistCP
>> More info: TinyURL.com/Pledge2ResistCP1
>
>
> --
> --
> May you, and all beings
> be happy and free from suffering :)
> -- ancient Buddhist Prayer (Metta)
>
> Don't forget to sign the
> Pledge to Resist
> the Constitution Pipeline:
>
> The Pledge: TinyURL.com/Pledge2ResistCP
> More info: TinyURL.com/Pledge2ResistCP1

-- 
--
May you, and all beings
be happy and free from suffering :)
-- ancient Buddhist Prayer (Metta)

Don't forget to sign the

*Pledge to Resist*

*the Constitution Pipeline:*

   - *The Pledge: TinyURL.com/Pledge2ResistCP
   *
   - *More info: TinyURL.com/Pledge2ResistCP1
   *
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] GUI lock ups

2015-05-19 Thread Pagano, Patrick
it sends the error to the shell instead of locking up the GUI


Patrick Pagano B.S, M.F.A
Audio and Projection Design Faculty
Digital Worlds Institute
University of Florida, USA
(352)294-2020

From: William Huston 
Sent: Tuesday, May 19, 2015 10:20 PM
To: Pagano, Patrick
Cc: rolfmeesters; pd-l...@iem.at
Subject: Re: [PD] GUI lock ups

Thanks Patrick. Can you explain how this will help?

I'm using Windows 7, so there is normally no parent shell.

So -stderr flag (if I am understanding correctly) would take the errors which I 
can presently see in the GUI console, and send them to the "bit bucket" 
(invisible to me).

I can start pd -stderr from a shell, no problem, if there is some benefit.

Do you think there will be additional diagnostics generated above what I have 
already provided?

Thanks,

On Tuesday, May 19, 2015, Pagano, Patrick 
mailto:p...@digitalworlds.ufl.edu>> wrote:
> add the -stderr flag to your boot
>
>
> Patrick Pagano B.S, M.F.A
> Audio and Projection Design Faculty
> Digital Worlds Institute
> University of Florida, USA
> (352)294-2020
> 
> From: Pd-list 
> mailto:pd-list-boun...@mail.iem.at>> on behalf 
> of William Huston mailto:williamahus...@gmail.com>>
> Sent: Tuesday, May 19, 2015 9:29 PM
> To: rolfmeesters
> Cc: pd-l...@iem.at
> Subject: Re: [PD] GUI lock ups
>
> Yes, just happened:
>
> (Tcl) INVALID COMMAND NAME: invalid command name ".x3cc9380.c"
> while executing
> "$tkcanvas itemconfig $tag -text $text"
> (procedure "pdtk_text_set" line 2)
> invoked from within
> "pdtk_text_set .x3cc9380.c .x3cc9380.t43bfcc0 {4.326}"
> ("uplevel" body line 1)
> invoked from within
> "uplevel #0 $cmds_from_pd"
>
> 0.43.4-extended, Windows 7
>
> Thanks
>
>
>
> On Mon, May 18, 2015 at 3:16 PM, William Huston 
> mailto:williamahus...@gmail.com>> wrote:
>>
>> Hmm. Not sure. Will check console next time it happens.
>> Thanks.
>>
>>
>> On Mon, May 18, 2015 at 5:52 AM, mailto:ro...@dds.nl>> wrote:
>>>
>>> do you also get TCL errors ?
>>>
>>> rolf
>>>
>>>
>>> ___
>>> Pd-list@lists.iem.at mailing list
>>> UNSUBSCRIBE and account-management -> 
>>> http://lists.puredata.info/listinfo/pd-list
>>
>>
>>
>> --
>> --
>> May you, and all beings
>> be happy and free from suffering :)
>> -- ancient Buddhist Prayer (Metta)
>>
>> Don't forget to sign the
>> Pledge to Resist
>> the Constitution Pipeline:
>>
>> The Pledge: TinyURL.com/Pledge2ResistCP
>> More info: TinyURL.com/Pledge2ResistCP1
>
>
> --
> --
> May you, and all beings
> be happy and free from suffering :)
> -- ancient Buddhist Prayer (Metta)
>
> Don't forget to sign the
> Pledge to Resist
> the Constitution Pipeline:
>
> The Pledge: TinyURL.com/Pledge2ResistCP
> More info: TinyURL.com/Pledge2ResistCP1

--
--
May you, and all beings
be happy and free from suffering :)
-- ancient Buddhist Prayer (Metta)

Don't forget to sign the
Pledge to Resist
the Constitution Pipeline:

  *   The Pledge: 
TinyURL.com/Pledge2ResistCP
  *   More info: 
TinyURL.com/Pledge2ResistCP1

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


Re: [PD] GUI lock ups

2015-05-19 Thread William Huston
My understanding is the error either goes to the GUI
or to the shell.

I can see the error in the GUI
which a pasted into a prior email.

Thus, I see no benefit sending the same error
to stderr.



On Tue, May 19, 2015 at 10:21 PM, Pagano, Patrick  wrote:

>  it sends the error to the shell instead of locking up the GUI
>
>
>   *Patrick Pagano B.S, M.F.A*
> Audio and Projection Design Faculty
> Digital Worlds Institute
> University of Florida, USA
> (352)294-2020
>   --
> *From:* William Huston 
> *Sent:* Tuesday, May 19, 2015 10:20 PM
> *To:* Pagano, Patrick
> *Cc:* rolfmeesters; pd-l...@iem.at
>
> *Subject:* Re: [PD] GUI lock ups
>
>  Thanks Patrick. Can you explain how this will help?
>
> I'm using Windows 7, so there is normally no parent shell.
>
> So -stderr flag (if I am understanding correctly) would take the errors
> which I can presently see in the GUI console, and send them to the "bit
> bucket" (invisible to me).
>
> I can start pd -stderr from a shell, no problem, if there is some benefit.
>
> Do you think there will be additional diagnostics generated above what I
> have already provided?
>
> Thanks,
>
> On Tuesday, May 19, 2015, Pagano, Patrick 
> wrote:
> > add the -stderr flag to your boot
> >
> >
> > Patrick Pagano B.S, M.F.A
> > Audio and Projection Design Faculty
> > Digital Worlds Institute
> > University of Florida, USA
> > (352)294-2020
> > 
> > From: Pd-list  on behalf of William Huston
> 
> > Sent: Tuesday, May 19, 2015 9:29 PM
> > To: rolfmeesters
> > Cc: pd-l...@iem.at
> > Subject: Re: [PD] GUI lock ups
> >
> > Yes, just happened:
> >
> > (Tcl) INVALID COMMAND NAME: invalid command name ".x3cc9380.c"
> > while executing
> > "$tkcanvas itemconfig $tag -text $text"
> > (procedure "pdtk_text_set" line 2)
> > invoked from within
> > "pdtk_text_set .x3cc9380.c .x3cc9380.t43bfcc0 {4.326}"
> > ("uplevel" body line 1)
> > invoked from within
> > "uplevel #0 $cmds_from_pd"
> >
> > 0.43.4-extended, Windows 7
> >
> > Thanks
> >
> >
> >
> > On Mon, May 18, 2015 at 3:16 PM, William Huston <
> williamahus...@gmail.com> wrote:
> >>
> >> Hmm. Not sure. Will check console next time it happens.
> >> Thanks.
> >>
> >>
> >> On Mon, May 18, 2015 at 5:52 AM,  wrote:
> >>>
> >>> do you also get TCL errors ?
> >>>
> >>> rolf
> >>>
> >>>
> >>> ___
> >>> Pd-list@lists.iem.at mailing list
> >>> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
> >>
> >>
> >>
> >> --
> >> --
> >> May you, and all beings
> >> be happy and free from suffering :)
> >> -- ancient Buddhist Prayer (Metta)
> >>
> >> Don't forget to sign the
> >> Pledge to Resist
> >> the Constitution Pipeline:
> >>
> >> The Pledge: TinyURL.com/Pledge2ResistCP
> >> More info: TinyURL.com/Pledge2ResistCP1
> >
> >
> > --
> > --
> > May you, and all beings
> > be happy and free from suffering :)
> > -- ancient Buddhist Prayer (Metta)
> >
> > Don't forget to sign the
> > Pledge to Resist
> > the Constitution Pipeline:
> >
> > The Pledge: TinyURL.com/Pledge2ResistCP
> > More info: TinyURL.com/Pledge2ResistCP1
>
> --
> --
> May you, and all beings
> be happy and free from suffering :)
> -- ancient Buddhist Prayer (Metta)
>
> Don't forget to sign the
>
> *Pledge to Resist *
>
> *the Constitution Pipeline: *
>
>- *The Pledge: TinyURL.com/Pledge2ResistCP
>*
>- *More info: TinyURL.com/Pledge2ResistCP1
>*
>
>
>


-- 
--
May you, and all beings
be happy and free from suffering :)
-- ancient Buddhist Prayer (Metta)

Don't forget to sign the

*Pledge to Resist*

*the Constitution Pipeline:*

   - *The Pledge: TinyURL.com/Pledge2ResistCP
   *
   - *More info: TinyURL.com/Pledge2ResistCP1
   *
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list