Search found 23 matches
- 17 Apr 2013 18:17
- Forum: General Discussion
- Topic: Lemur with Allen & Heath iDR 32
- Replies: 1
- Views: 955
Re: Lemur with Allen & Heath iDR 32
It's Wednesday, and I've not been able to make progress past what is documented in the official v1.9 MIDI protocol from A&H. Kinda bummed.
- 11 Apr 2013 10:05
- Forum: General Discussion
- Topic: Lemur with Allen & Heath iDR 32
- Replies: 1
- Views: 955
Lemur with Allen & Heath iDR 32
Has anybody tried messing around with using Lemur to control the Allen & Heath iLive series of products? I'm looking at their MIDI protocol sheet, and it looks like you can control Input, Mix, DCA and FX send/return Faders and Mutes, Channel Names + colours, DCA assignments, input to mix assigns ...
- 07 Dec 2012 18:36
- Forum: Troubleshooting
- Topic: log from Lemur 3.2.2 crash during gig
- Replies: 1
- Views: 810
Re: log from Lemur 3.2.2 crash during gig
Thanks, I was not aware of that, since prior to this week I've never had any problems whatsoever with my setup. I saw the Troubleshooting section and blithely assumed that it was the correct place to go. Thanks for fixing it.
- 07 Dec 2012 10:00
- Forum: Troubleshooting
- Topic: log from Lemur 3.2.2 crash during gig
- Replies: 1
- Views: 810
log from Lemur 3.2.2 crash during gig
Here's a crash log .plist from when my Lemur 3.2.2 crashed during a gig the other night. Ipad 3.1, IOS 5.1.1 - waiting to upgrade to 6 until everyone agrees the bugs are out. I was able to restart Lemur, and reload my saved template from the menu and only lost about 30 seconds of connected time, but ...
- 21 May 2012 13:20
- Forum: Troubleshooting
- Topic: Unable Direct 3D
- Replies: 13
- Views: 7946
Re: Unable Direct 3D
I have the exact same issue on every PC I have this installed on. The daemon is set to load on boot. Two 32 bit Win 7 laptops (one Dell, one IBM), also on my 64 bit desktop and desktop with XP install (for compatibility with an older audio card). I have just decided that clicking the stupid error ...
- 14 May 2012 22:07
- Forum: Troubleshooting
- Topic: connection drop?
- Replies: 14
- Views: 4806
Re: connection drop?
I've found that my MIDI ports will turn red if I issue a command that the device being controlled doesn't like, and/or send too many commands too quickly. Typically I find that this happens while I'm trying to figure out how to use a new feature. You might double check that your code isn't ...
- 14 May 2012 12:49
- Forum: General Discussion
- Topic: Yamaha DM1000 odd variable ranges
- Replies: 6
- Views: 3280
Final Followup from me - send and receive scripts
Just realized that a month has gone by and I never got around to posting a follow up on here. Here are the final scripts that work great. Code for the knob to send data to the console. msg_rcvd is set to 0 on load at the object level (Threshold). sys_msg is a global variable, empty until defined ...
- 03 May 2012 23:18
- Forum: General Discussion
- Topic: tabbed container
- Replies: 9
- Views: 2091
Re: tabbed container
An external switch with tabbar turned off. Duh. Then I can script whatever I want into the switch action. Thanks!
- 03 May 2012 01:45
- Forum: General Discussion
- Topic: tabbed container
- Replies: 9
- Views: 2091
Re: tabbed container
That is a good example of addressing an item within various tabs. I believe what the OP is looking for was a way to, for instance, change the On/Off text based on which tab is selected. The only scriptable tab option listed in the manual is selecttab(container,index) for displaying a tab. I was ...
- 28 Apr 2012 17:36
- Forum: General Discussion
- Topic: Efficient way of toggling specific switch?
- Replies: 0
- Views: 594
Efficient way of toggling specific switch?
Is there a more efficient way to determine which switch in a switch element with 8 columns has been pressed most recently, and set it's label to 'On' or 'Off' according to the new value? This works, but seems really clunky. "last_press" is a variable local to the switch. The sysex variables are ...