Search found 27 matches

by FriFlo
17 Mar 2017 03:30
Forum: Troubleshooting
Topic: Cannot change the 'name' attribute on fader ...
Replies: 1
Views: 1106

Cannot change the 'name' attribute on fader ...

And here comes another one I cannot figure out: I just tried to change the actual name of a Fader object upon receiving sysex. I set up a Fader with a script. When I script ... decl FaderName=Fader; setattribute(FaderName,'unit',arraytostring(subarray(MIDI_ARGS,Start2,Start3-Start2-1))); .. the ...
by FriFlo
16 Mar 2017 23:08
Forum: Troubleshooting
Topic: Why does this conditional operation not work?
Replies: 3
Views: 1481

Re: Why does this conditional operation not work?

I think I figured it out: With every Midicommand triggering the Fader.x value via script, the fader automatically sends a Fader.z=1 value. SO, it seems, there is no way to trigger a fader or knob without triggering touch with it, although you actually did not touch the fader ...
Bad news ...
by FriFlo
16 Mar 2017 21:35
Forum: Troubleshooting
Topic: Why does this conditional operation not work?
Replies: 3
Views: 1481

Re: Why does this conditional operation not work?

Thanks for trying! Actually, that line is not necessary with any other conditional expressions.
But I tried it anyway. It didn't help ... I can't figure out why ... it seems so obvious it must work!
by FriFlo
16 Mar 2017 00:12
Forum: Troubleshooting
Topic: Why does this conditional operation not work?
Replies: 3
Views: 1481

Why does this conditional operation not work?

I have a Fader object and its midi input and output are disabled. Then I create a script "On Expression, Fade.x" to get feedback to the fader from a hardware midi controller sending pitchbend: midiout(1,{224,1,Fader.x*127}); This works! Then I create a script"On Midi, Pitchbend, Channel 1" to output ...
by FriFlo
14 Jun 2016 19:45
Forum: General Discussion
Topic: Can this be done with a Switches/Pad Object?
Replies: 5
Views: 4866

Re: Can this be done with a Switches/Pad Object?

Works great! I will try to understand, what you did with that script, as I am new to Lemur scripting ... In the pads object you declare a separate array called s. In the script: decl i, size = sizeof(x); // declare variable i as a counter to go through the array of x and define the size of the array ...
by FriFlo
14 Jun 2016 18:58
Forum: Troubleshooting
Topic: Lemur Daemon crashes when trying to connect ...
Replies: 0
Views: 3001

Lemur Daemon crashes when trying to connect ...

Everything worked without a problem, now, suddenly the Daemon crashes (quits without any notice) every time, I try to connect from itself or via the tablet. I am on a mac pro (OS X 10.11.4) and Lemur is installed on an Android tablet (Xoro Megapad). I have tried WIFI via the Fritz.Box, both ...
by FriFlo
13 Jun 2016 18:43
Forum: General Discussion
Topic: Can this be done with a Switches/Pad Object?
Replies: 5
Views: 4866

Re: Can this be done with a Switches/Pad Object?

Thanks! I will take a look at that, as soon as I have time!
by FriFlo
28 May 2016 13:51
Forum: General Discussion
Topic: Any instructions on USB tethering on Android?
Replies: 2
Views: 2297

Re: Any instructions on USB tethering on Android?

Oh, and one more thing: in the lemur editor, you see the IP address when connecting to the tablet. When you check the IP address of the tethered connection, you can be sure it is connecting via cable. The same goes for the lemur demon, where you can set up the IP address. For try out, you might also ...
by FriFlo
28 May 2016 13:46
Forum: General Discussion
Topic: Any instructions on USB tethering on Android?
Replies: 2
Views: 2297

Re: Any instructions on USB tethering on Android?

Hi there fellow Vi Control member! ;-) I have a Xoro mega pad (big screen, not great build, but cheap). It has a mini USB that can be used to connect a USB to Ethernet adaptor. With this, I simply deactivated WLAN on the tablet, chose a static IP for Ethernet option in the tablet settings (all other ...
by FriFlo
22 May 2016 20:17
Forum: General Discussion
Topic: Can this be done with a Switches/Pad Object?
Replies: 5
Views: 4866

Can this be done with a Switches/Pad Object?

I want to create a multi switches object with basically the function radio (the last active switch goes off, once you tap a new one). However, I want kind of a special version of that radio behavior: When I hold a finger on the pad last enabled while touching another pad, both are selected and on ...