working with strings

Discuss Lemur and share techniques.
Post Reply
greenpix
Newbie
Posts:8
Joined:08 Feb 2013 20:19
working with strings

Post by greenpix » 01 Apr 2016 12:27

I am currently working with the monitor object and would like to do 2 things:
- Display an incoming OSC string without quotation marks
- change color if first five letters contain a word
so far I only found a lot of operators for working with numbers, but not with strings. Is there a possibility to convert to array in order to use those? Any ideas and pointers are much appreciated!

greenpix
Newbie
Posts:8
Joined:08 Feb 2013 20:19

Re: working with strings

Post by greenpix » 01 Apr 2016 16:51

Solved the first issue by replacing the monitor object with a text object and using the suggestion from here:
https://forum.liine.net/viewtopic.php?f ... ent#p18323

solved the other issue by work-around.
Still it would be helpful to unparse certain messages that come via string..

jbgeluid
Regular
Posts:60
Joined:16 Jan 2012 14:03

Re: working with strings

Post by jbgeluid » 28 May 2016 02:19

May I ask what the workaround was?
I'm looking for a way to execute a script (select another tab of a container) by specific text content of an OSC message, exactly like your "- change color if first five letters contain a word";
Cubase 11, Windows 10/
Intel I7 4930K @3.4Ghz/
multiple RME hammerfall cards
Controllers: Ipad2/16gb, Lemur, BCR2000
http://www.jbgeluid.nl

kakmanu
Newbie
Posts:9
Joined:11 Jun 2016 04:00

Re: working with strings

Post by kakmanu » 15 Jun 2016 19:54


Post Reply