< Back to IRCAM Forum

Another very simple question, sorry,

How do I make a letter correspond to a number, like a simple store of information.
P.e: C = 80 and c = 88
Cc = (80 88)
cC = (88 80)

Thank you again

Hi there again :slight_smile:
You have already these features in the omLempelText lib here:

using these two functions:
Screenshot_2022-11-29_18-09-18

However, Cc is not 80 88 according to ascii.

Best
K

So, how do I define Cc like I wanted?

Best regards

I see there’s not so much about the library

Another way to do this is to use the lambda patch to set your own custom values like so:

Here is the folder (to be imported in om’s workspace):
set_alpha.zip (2.5 KB)

Best
K