Re: [PD] keycode dropped/use of curly braces

2012-09-04 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-09-03 20:10, Thomas Grill wrote: Am 03.09.2012 um 17:44 schrieb IOhannes m zmoelnig: curly braces are reserved in tcl (the language pd-gui is written in). displaying a { will make pd-gui wait for a matching }, and while it does so,

[PD] keycode dropped/use of curly braces

2012-09-03 Thread Paul Gruendorfer
Hi, is there any chance to use curly braces (ASCII characters 123, 125) in pd? I initially wanted to use them in a message which I would like to send via OSC, but maybe there is another possibility to generate these? would be great to know, if so.. thanks! Paul

Re: [PD] keycode dropped/use of curly braces

2012-09-03 Thread tim vets
you can try: [123( | [makefilename %c] gr, Tim 2012/9/3 Paul Gruendorfer p...@lefant.net Hi, is there any chance to use curly braces (ASCII characters 123, 125) in pd? I initially wanted to use them in a message which I would like to send via OSC, but maybe there is another possibility to

Re: [PD] keycode dropped/use of curly braces

2012-09-03 Thread Paul Gruendorfer
hi, thanks for your reply - but that locks up pd. seems that there are reserved characters pd uses itself (got this from the makefilename help) anyhow I can live with that:) was just wondering what is happening thx On 3 Sep 2012, at 16:45, tim vets wrote: you can try: [123( |

Re: [PD] keycode dropped/use of curly braces

2012-09-03 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-09-03 16:59, Paul Gruendorfer wrote: hi, thanks for your reply - but that locks up pd. it only locks Pd if you are printing the character via pd-gui (either print to console or via a symbolbox) that's also the reason why it is prohibited to

Re: [PD] keycode dropped/use of curly braces

2012-09-03 Thread Paul Gruendorfer
great! thanks for the explanation what's going on - right, before I was choosing to print after [makefilename] and it did hang up again so I will try how I could make the trick useable! On 3 Sep 2012, at 17:44, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On

Re: [PD] keycode dropped/use of curly braces

2012-09-03 Thread Thomas Grill
Am 03.09.2012 um 17:44 schrieb IOhannes m zmoelnig: curly braces are reserved in tcl (the language pd-gui is written in). displaying a { will make pd-gui wait for a matching }, and while it does so, it will hang. I have always thought (and still do) that this is a really bad excuse. As