Search found 42 matches
- 07 Apr 2016 17:13
- Forum: Troubleshooting
- Topic: I can send MIDI from Lemur --> Reaper, but not vice versa.
- Replies: 6
- Views: 6147
Re: I can send MIDI from Lemur --> Reaper, but not vice vers
well, reaper just cannot learn both ways yet.
- 07 Apr 2016 17:08
- Forum: Troubleshooting
- Topic: Deleting projects on Android.
- Replies: 10
- Views: 7778
Re: Deleting projects on Android.
When the heck will this be solved?
- 20 Feb 2016 17:38
- Forum: General Discussion
- Topic: Open Interface via Midi Program Change
- Replies: 4
- Views: 1210
Re: Open Interface via Midi Program Change
come on guys is that really not possible? All I wanna do is to assign an incoming Program Change to a specific interface and not just to the third or fourth interface in alphabetical order.
- 18 Feb 2016 02:55
- Forum: General Discussion
- Topic: Open Interface via Midi Program Change
- Replies: 4
- Views: 1210
Re: Open Interface via Midi Program Change
well I thought I got it. One thing: I tried the "selectinterface" command. Is there a chance to select an interface by triggering the NAME of the interface? Let's say we have three interfaces A, B and C. Is it possible to select interface "C" or do I have to select interface "3"? Background of that ...
- 14 Feb 2016 21:59
- Forum: General Discussion
- Topic: Many interfaces, just the current loaded shall send out sth
- Replies: 8
- Views: 1509
Re: Many interfaces, just the current loaded shall send out
As I found out, "current_interface" does not help. It only transmits the number, not the name of the interface. So if you create 2 interfaces named "A" (=0) and "C" (=1 because of alphabetical order) and create a third interface "B" then A=0 B=1 and C=2. So if I call my interfaces after the ...
- 09 Feb 2016 15:44
- Forum: General Discussion
- Topic: Many interfaces, just the current loaded shall send out sth
- Replies: 8
- Views: 1509
Re: Many interfaces, just the current loaded shall send out
Alright. Then: Is there a way to name the interfaces, use the if(current_interface == NAME OF THE INTERFACE) and combine it with "else block all incoming Midi and OSC data"?
- 09 Feb 2016 12:40
- Forum: General Discussion
- Topic: Many interfaces, just the current loaded shall send out sth
- Replies: 8
- Views: 1509
Re: Many interfaces, just the current loaded shall send out
well If this doesn't work that easy, is it possible to load a lemur project by receiving a midi program
- 07 Feb 2016 22:16
- Forum: General Discussion
- Topic: Many interfaces, just the current loaded shall send out sth
- Replies: 8
- Views: 1509
Re: Many interfaces, just the current loaded shall send out
ok thanks. Isn't there a more simple solution to just turn on the current interface? If I understand right I have to put everything that's controlled in the current Interface to the if condition. Can't I just disable all interfaces that are not "on top"/loaded?
- 06 Feb 2016 16:48
- Forum: General Discussion
- Topic: Many interfaces, just the current loaded shall send out sth
- Replies: 8
- Views: 1509
Re: Many interfaces, just the current loaded shall send out
Thanks! How to turn that on? Sorry for my newbie questions
- 05 Feb 2016 10:57
- Forum: General Discussion
- Topic: Many interfaces, just the current loaded shall send out sth
- Replies: 8
- Views: 1509
Many interfaces, just the current loaded shall send out sth
Hey guys, I've got an interface per song. Some controls are remote controlled by a midi device. I use the same device with the same commands for different things depending on the current song thats played. At the moment all Interfaces react to my midi device. So Knob1 (remotecontrolled by MidiCC 1 ...