Re: Text labels through SYSEX
Posted: 17 Mar 2012 01:25
Hi
Within the sysex message you would use ascii values to represent the characters, this is what is usually done for text,
Then in Lemur you can use subarray and arraytostring to convert what you need back to characters
This would all be done in a Script executing OnMIDI in your Lemur -
It sounds like you should be able to work this out
There have been discussion on the forum about this sort of thing and a number of projects extract patch names via sysex.
Have a bit of look and do a bit of reading and i will see if there are any excellent examples around to point your towards . . .
Cheers
MM
Within the sysex message you would use ascii values to represent the characters, this is what is usually done for text,
Then in Lemur you can use subarray and arraytostring to convert what you need back to characters
This would all be done in a Script executing OnMIDI in your Lemur -
It sounds like you should be able to work this out
There have been discussion on the forum about this sort of thing and a number of projects extract patch names via sysex.
Have a bit of look and do a bit of reading and i will see if there are any excellent examples around to point your towards . . .
Cheers
MM