Re: [PD] how to type more than one space in GEM with [text2d] - [textfile] output?

2010-04-20 Thread Ingo Scherzinger
Thank you! [mrpeach/binfile] works perfectly for what I need. I was already using the string message with [text2d]. The problem was only to read the spaces with [textfile] which seems to be impossible. Reading it with [mrpeach/binfile] and changing it to a string message does the trick. Ingo

Re: [PD] how to type more than one space in GEM with [text2d] - [textfile] output?

2010-04-20 Thread Ingo Scherzinger
Sorry, but I still can't get multiple spaces with this. [mrpeach/binfile] is working for what I need. Ingo Betreff: Re: [PD] how to type more than one space in GEM with [text2d] - [textfile] output? hello, I didn't have any problem with spaces over Gem text objects using any2string. Try

Re: [PD] how to type more than one space in GEM with [text2d] - [textfile] output?

2010-04-20 Thread colet . patrice
I don't understand, the test text files contained in the archive has multiple spaces that appears right over the gem scene when we load them, it's even possible to do many typo tricks with using list and string objects. but I'm glad you've found out what is suited for you. - Mail Original

Re: [PD] how to type more than one space in GEM with [text2d] - [textfile] output?

2010-04-19 Thread IOhannes m zmoelnig
On 2010-04-18 16:16, Martin Peach wrote: Ingo Scherzinger wrote: Is there an object that can read textfiles (or any other file type) that includes spaces and can output these spaces (as something) so I can convert them to ascii 32 or ascii 160? [mrpeach/binfile] will output raw bytes from

Re: [PD] how to type more than one space in GEM with [text2d] - [textfile] output?

2010-04-18 Thread Ingo Scherzinger
Ok, I managed to enter several ascii 160 (nonbereakable) and even ascii 32 (normal spaces) in a row into [text2d] with [prepend_ascii]. So it shouldn't be a big deal to put a line of text together from ascii. However, the real problem is that [textfile] or [zexy/msgfile] cannot even output regular

Re: [PD] how to type more than one space in GEM with [text2d] - [textfile] output?

2010-04-18 Thread colet . patrice
hello, I didn't have any problem with spaces over Gem text objects using any2string. Try this archive, with moocow this external we should find in pd extended flatspace. http://megalego.free.fr/pd/Gem/gemtextstring.zip - Mail Original - De: Ingo Scherzinger i...@miamiwave.com À:

Re: [PD] how to type more than one space in GEM with [text2d] - [textfile] output?

2010-04-18 Thread Martin Peach
Ingo Scherzinger wrote: Is there an object that can read textfiles (or any other file type) that includes spaces and can output these spaces (as something) so I can convert them to ascii 32 or ascii 160? [mrpeach/binfile] will output raw bytes from any file, so spaces in a text file will

[PD] how to type more than one space in GEM with [text2d]

2010-04-17 Thread Ingo Scherzinger
Is it possible to type more than one consecutive space with GEM [text2d] ? I need to print some type of karaoke lyrics with chord changes on the line above. Obviously the chord symbols need to be right where the changes are in the lyrics. Maybe there is another solution or object to do this -

Re: [PD] how to type more than one space in GEM with [text2d]

2010-04-17 Thread Mathieu Bouchard
On Sat, 17 Apr 2010, Ingo Scherzinger wrote: Is it possible to type more than one consecutive „space“ with GEM [text2d] ? Use non-breaking space unicode characters. They always count as non-spaces, so you can put them in symbols at will. That's what I use to put spaces in IEMGUI labels.

Re: [PD] how to type more than one space in GEM with [text2d]

2010-04-17 Thread Ingo Scherzinger
Thank you, Mathieu! I tried to input them with [ALT+CTL+space] but pd doesn't accept that. What's a proper method of typing non-breaking spaces inside of pd or typing them into a standard textfile so pd can read them? Ingo -Ursprüngliche Nachricht- Von: Mathieu Bouchard

Re: [PD] how to type more than one space in GEM with [text2d]

2010-04-17 Thread Mathieu Bouchard
On Sat, 17 Apr 2010, Ingo Scherzinger wrote: I tried to input them with [ALT+CTL+space] but pd doesn't accept that. What's a proper method of typing non-breaking spaces inside of pd or typing them into a standard textfile so pd can read them? There are several ways. This is OS-dependent and

Re: [PD] how to type more than one space in GEM with [text2d]

2010-04-17 Thread Mathieu Bouchard
On Sat, 17 Apr 2010, Ingo Scherzinger wrote: I'll give it a try. I was testing on Windows so far but I actually need it on Linux. So it looks like a good idea to figure it out on the OS I'll need it to use on since it seems to be different on every platform. Well, if you only need to send

Re: [PD] how to type more than one space in GEM with [text2d]

2010-04-17 Thread Ingo Scherzinger
Thank you again, Mathieu! I'll give it a try. I was testing on Windows so far but I actually need it on Linux. So it looks like a good idea to figure it out on the OS I'll need it to use on since it seems to be different on every platform. Ingo -Ursprüngliche Nachricht- Von: Mathieu