Solved via script. Easy enough I guess but here's another vote for rotating objects. The trick was to invert the colors as well as invert the midi signal. Basically (I'm not in front of the computer ATM)
setattribute(getobject(),'value', 1- MIDI_ARGS[1]/127);
Search found 15 matches
- 27 Jul 2014 14:00
- Forum: Troubleshooting
- Topic: Why are my LEDs upside down?
- Replies: 1
- Views: 533
- 26 Jul 2014 23:40
- Forum: Troubleshooting
- Topic: Why are my LEDs upside down?
- Replies: 1
- Views: 533
Why are my LEDs upside down?
I'm working on a mapping for traktor's remix decks. One of the outputs from traktor is the pre-fader volume of a remix deck slot. As best as I can tell, it ranges from 0 (no volume) to 127 (full volume). But when I wire this up to an led object with 1 column and 16 rows, the meter goes from the top ...
- 07 Jun 2013 15:22
- Forum: General Discussion
- Topic: Seemingly simple toggle button
- Replies: 7
- Views: 3341
Re: Seemingly simple toggle button
I think I've found the solution, and it is indeed doable without scripting. The trick is to do two things: In the Lemur editor, you need to have your custom button's capture behavior UN-checked, and mode set to 'switch'. In Traktor, you need to have the mode set to 'hold' for that particular button ...
- 27 Jan 2012 14:50
- Forum: General Discussion
- Topic: Undocumented functions
- Replies: 12
- Views: 6788
Re: Undocumented functions
Createobject does sounds very useful. Especially for something like a live clip launcher. You could dynamically create a bunch of buttons and faders for instance to match the number of tracks you have live.
- 20 Jan 2012 21:47
- Forum: General Discussion
- Topic: iPad stage stands / tripods
- Replies: 4
- Views: 1180
Re: iPad stage stands / tripods
Ugh. Die spammer! (in response to the post above mine)
I'm using the crane stand. It's probably a bit of overkill but it works great. I have it so the iPad is directly above my Dj mixer.
I'm using the crane stand. It's probably a bit of overkill but it works great. I have it so the iPad is directly above my Dj mixer.
- 18 Jan 2012 14:44
- Forum: General Discussion
- Topic: Seemingly simple toggle button
- Replies: 7
- Views: 3341
Re: Seemingly simple toggle button
So the general concensus then is that in order to do this, scripting is required? I'll dig into some of the existing templates if I get some free time today.
- 18 Jan 2012 02:23
- Forum: General Discussion
- Topic: Seemingly simple toggle button
- Replies: 7
- Views: 3341
Seemingly simple toggle button
I've run into this over and over and have never quite figured out how I'm supposed to handle it. I'm working with traktor. Alot of traktor's buttons are toggles. What I want is the custom button in lemur to toggle a given traktor button, and have the button accurately reflect the traktor button's ...
- 18 Jan 2012 02:13
- Forum: General Discussion
- Topic: template.. invisible container
- Replies: 3
- Views: 1012
Re: template.. invisible container
I'll give the run mode a try. It happened again on a different template and different container but I think the cause is similar. In the second template, I have a button with a script that shows/hides the problem container. Seems like after I use it once, the hidden container is permanently hidden ...
- 14 Jan 2012 18:39
- Forum: General Discussion
- Topic: template.. invisible container
- Replies: 3
- Views: 1012
template.. invisible container
I have a template I've been working on for a week or so, on and off. My template has a handful of containers all on one page, and a menu to select which ones are visible (I wanted to try a modular layout instead of using pages). I have about 6 containers. One of them is tabbed. The tabbed container ...
- 14 Jan 2012 18:32
- Forum: General Discussion
- Topic: talking to other apps?
- Replies: 2
- Views: 1236
Re: talking to other apps?
Yeah I knew about the learn buttons but didn't try them. I connected a midi keyboard to the ipad via midi mobilizer and was able to trigger samples in the drum machine instrument just fine. I tried sending the same note values from Lemur though and nothing happens. I've selected the beat maker in ...