Hello,
I hope anyone can help me with my first PD-project.
My goal is to program a patch, which would make it possible to write a text which is triggered by an analog input. A part of my patch looks like this:
[40\
|
[sel 40]
|
[symbol a(
|
[add2 $1(
|
[text a (
|
[text3d]
So for example if my input is 40 the letter a is written, if the input is 41 it would be b, 42 would be c, and so on... My problem is now that the letters are always seperated by a spacebar. Does anyone know how to avoid the [add2 $1( number box, because it is always creating a symbol+spacebar?
Thanks for any help!