Search found 49 matches

by iPad_User
04 Nov 2015 10:47
Forum: General Discussion
Topic: Convert hex to ascii?
Replies: 2
Views: 1145

Re: Convert hex to ascii?

Has no one an idea how to convert a sysEx string to readable informations? f.e. with this message F0 00 00 66 10 12 00 48 65 6C 6C 6F F7 I'm able to print "Hello" onto a surfaceLCD. But the surfaceLCD is limited in numbers of characters and also the width is fixed. That's why I want to use a text ...
by iPad_User
01 Nov 2015 12:57
Forum: General Discussion
Topic: Convert hex to ascii?
Replies: 2
Views: 1145

Convert hex to ascii?

Hey people, for my actual lemur template I'd like to convert a sysex string to a ascii text. When searching the forum I found two code examples that might help on this: This first one converts a sysex array to hex numbers: decl a, b, c , i; c = sizeof(array)*3-1; if(c>255) return({0x00}); // array ...
by iPad_User
01 Nov 2015 09:04
Forum: General Discussion
Topic: Control Lemur with incremental encoder
Replies: 2
Views: 801

Re: Control Lemur with incremental encoder

Okay... I just realized that I don't even need a MIDI Feedback to lemur because I have a computer screen with me all the time. So I replaced the pots and faders in lemur with endless-pots. This works great. Now another task: I have eight hardware-encoders but I want to put them virtually in banks ...
by iPad_User
31 Oct 2015 18:54
Forum: General Discussion
Topic: Control Lemur with incremental encoder
Replies: 2
Views: 801

Re: Control Lemur with incremental encoder

At least I managed already to get the second step working. But I have a question there too: I have a fader, a monitor object and an OnMidi script. The script is called via target MIDI 1 and CC 65, ch1. The script contains: Monitor.value=MIDI_ARGS; Fader.x=MIDI_ARGS[1]/127; Now I can control with the ...
by iPad_User
31 Oct 2015 13:26
Forum: General Discussion
Topic: Control Lemur with incremental encoder
Replies: 2
Views: 801

Control Lemur with incremental encoder

Hey people, I have an incremental encoder here which is connected via MIDI (iConnectMIDI2+) to the iPad. I'd like to create a controller-surface, that is controlled by this encoder. The encoder transmits CC65 with a value of 65 for one direction and value 1 in the other direction + speed ...
by iPad_User
29 Jul 2015 18:19
Forum: General Discussion
Topic: Run Lemur on mini-pc?
Replies: 2
Views: 1427

Run Lemur on mini-pc?

Hey people,

since Lemur now supports Android (great news!) I wonder if it's also possible to run it on a mini-computer like Odroid, which also runs an Android-system.

Any experience with that?

Thanks,
Chris
by iPad_User
14 May 2015 23:00
Forum: General Discussion
Topic: Switch off radio buttons?
Replies: 9
Views: 1714

Re: Switch off radio buttons?

Awesome! Perfect :-)

Thanks !!
by iPad_User
14 May 2015 21:53
Forum: General Discussion
Topic: Switch off radio buttons?
Replies: 9
Views: 1714

Re: Switch off radio buttons?

Yeyyyyy....

great! That's working!
In my case it would be nicer to have the last one enabling / disabling the container...

Hmmmm..... :-)
by iPad_User
14 May 2015 20:41
Forum: General Discussion
Topic: Switch off radio buttons?
Replies: 9
Views: 1714

Re: Switch off radio buttons?

Phil999 wrote:I would try with Switches.x=0. If that doesn't work try Switches.x=fill(0,0,n). n is the number of switches.
Thanks! I already tried that. It disables all buttons. But the container is still visible and doesn't disappear...
by iPad_User
14 May 2015 19:29
Forum: General Discussion
Topic: Switch off radio buttons?
Replies: 9
Views: 1714

Re: Switch off radio buttons?

Hey!

Thanks for your answer.
It's not necessary, that the lit radio-button is pressed again. I'm cool with a separate "reset"-button.

Do you have any ideas regarding the code?

Thanks,
Chris