Search found 16 matches

by Perun
15 Nov 2017 16:38
Forum: General Discussion
Topic: Daemon Port via ARGS (ON MIDI) ?
Replies: 3
Views: 3132

Re: Daemon Port via ARGS (ON MIDI) ?

Thanks, ARGS is out of the party. Is there another way to do that via script?
by Perun
13 Nov 2017 19:18
Forum: General Discussion
Topic: Daemon Port via ARGS (ON MIDI) ?
Replies: 3
Views: 3132

Daemon Port via ARGS (ON MIDI) ?

Hello guys,

Is there a way to condition which is the incoming Daemon Port # via MIDI_ARGS[?] ???
I tried MIDI_ARGS[3]==1 to condition Daemon 1 input for example but it does not work...
by Perun
11 May 2017 19:50
Forum: General Discussion
Topic: How to connect iPad Lemur via USB sinc cable in Windows?
Replies: 4
Views: 2450

Re: How to connect iPad Lemur via USB sinc cable in Windows?

RichG,
Thanks for the reply!
I'm familiar with all you say. I posted that topic to be sure I'm not missing anything.
It seems that Mac OS X is better than Windows regarding a direct USB sync cable direct connection.
by Perun
10 May 2017 07:50
Forum: General Discussion
Topic: How to connect iPad Lemur via USB sinc cable in Windows?
Replies: 4
Views: 2450

Re: How to connect iPad Lemur via USB sinc cable in Windows?

Thanks for your time RichG! I use LoopMIDI and it works with only WiFi. I wonder why on Mac OS X I can use a direct USB sinc cable and the Daemon can display that. In Windows the iPad MIDI Target settings give an option for example: John Smiths - iPad(Local) ; Network Session 1 Unfortunately when I ...
by Perun
09 May 2017 19:35
Forum: General Discussion
Topic: Scrip loop: for (i=0; i<128;i++) does not bang enoght?
Replies: 1
Views: 786

Scrip loop: for (i=0; i<128;i++) does not bang enoght?

Hello, I noted that sometimes the Script code (OnLoad) does not bang the loop completely. In my case I do have not too long code. There are several short loops which load some data I need for the final purpose. For example I want to set "label_off" and "label_on" or more tasks within a loop of 128 ...
by Perun
09 May 2017 17:56
Forum: General Discussion
Topic: How to connect iPad Lemur via USB sinc cable in Windows?
Replies: 4
Views: 2450

How to connect iPad Lemur via USB sinc cable in Windows?

Hi, I own Mac & PC machines: 1. When I connect the iPad (Lemur) with the USB sync cable on Mac (OS X) the Daemon utility displays the Daemon i/o ports and I can connect iPad to any DAW. 2. If I connect the iPad (Lemur) with the USB sync cable on PC (Windows 7) the Daemon utility does not display the ...
by Perun
18 May 2016 21:37
Forum: General Discussion
Topic: Custom MIDI - Problem
Replies: 0
Views: 1323

Custom MIDI - Problem

Hi all, I have created several CC Faders in the Lemur editor as well as a MIDI Channel Global fader. It is well known that this simple CC Mixer is not bidirectional, so here is my problem... I use a "Custom MIDI" to be able to get rid of a Global MIDI Channel Fader. Everything works perfect, however ...
by Perun
25 Mar 2016 17:53
Forum: General Discussion
Topic: How to get the object index in a Container?
Replies: 10
Views: 5633

Re: How to get the object index in a Container?

THANKS A LOT!

I tried the examples and I could get the ideas. Example #1 is most closed to my project.
Great community - hugs!
by Perun
22 Mar 2016 18:31
Forum: General Discussion
Topic: How to get the object index in a Container?
Replies: 10
Views: 5633

Re: How to get the object index in a Container?

Here is an simple image of my scenario shown below. I have several buttons in a Container (in this example 4 in one row) but in my actual setup there are about 80 buttons placed in rows and columns. One of them can be switched ON at a time. I have a simple script which switches OFF the last selected ...
by Perun
22 Mar 2016 16:14
Forum: General Discussion
Topic: How to get the object index in a Container?
Replies: 10
Views: 5633

Re: How to get the object index in a Container?

I use ONE switch object with multiple rows/columns. All switches are packed into a container. The switches name hierarchy is:
Btn_0; Btn_1; Btn_2 etc.