mindbending midi for lights?

349 views
Skip to first unread message

Elke L

unread,
May 14, 2022, 10:20:36 AM5/14/22
to QLab
Hi,
i'm wanting to control lights live from stage with various midi controllers, as well as some preprogrammed cues.
after looking at this site: https://qlab.app/cookbook/mind-bending-midi-binding, i am quite keen on finding a way to do this - update midi faders and rotary knobs constantly - with lights.
the script to generate the cues is made for audio channels, and i can't for the life of my figure out if it would be adaptable to light channels.

the idea is that i (the programmer and operator) will be on stage along with 3 performers and everybody should visible be operating the show. but i need a way to avoid the dips if a light is at 80% but the controller dial is still at 0, so that in this case nothing would happen until the dial is turned up to 80, after which the light can either be turned up or down.

any takers?

thanks,
Elke

micpool

unread,
May 14, 2022, 12:29:20 PM5/14/22
to QLab
Hi Elke

The techniques described in Mind Bending MIDI are really just intended  for adding MIDI control of a few faders on audio cues. They are not really scalable to a full lighting rig.

However this doesn't matter as unlike audio cues,  the light patch enables you to configure full MIDI control with feedback for 100s of lights (or lighting parameters)

It's set up in settings/MIDIcontrols/light Dashboard.

I'll post some example set ups using TouchOSC, which because it will run on just about any computer, tablet , or phone, is probably a very cost effective method of building  distributed control surfaces for multiple live operators.

Mic

Elke L

unread,
May 15, 2022, 1:43:55 AM5/15/22
to QLab
hi mic,
ideally i’d like to work with physical controllers instead of tablets or phones, hence the request for some sort of midi feedback.
this is mainly because of a visual request from the artistic team.
failing that, i might have to resort to several old style lighting desks and a dmx merger. 
but i prefer the thought of multiple midi controllers.
i’m not taking about many lights - there would be a larger part of the rig that is only controlled by standard cues. ( there will have to be some sort of light design unaffected by what the performers get up to).

thanks,
elke
Message has been deleted

micpool

unread,
May 15, 2022, 6:22:45 AM5/15/22
to QLab
On Saturday, May 14, 2022 at 3:20:36 PM UTC+1 elke.l...@gmail.com wrote:
but i need a way to avoid the dips if a light is at 80% but the controller dial is still at 0, so that in this case nothing would happen until the dial is turned up to 80, after which the light can either be turned up or down.

It’s not going to be possible to adapt the mind bending MIDI techniques to lighting cues to do what you describe above. The reason for this is that for audio cues there are script and OSC methods for both getting and setting levels. For  lighting cues,  the /dashboard/setLight method has no corresponding  /getLight method.

Your best options would probably   be a controller  with continuous encoders. The Behringer X Touch Mini is a very cheap 8 encoder controller that can control 8 QLab lighting channels out of the box. Because it is difficult to get current lighting levels you would probably have to restrict each X touch to a fixed set of 8 channels. Although the X-Touch Mini provides 2 banks which would appear to allow control of 16 channels without complex programming, unfortunately the bank that is not currently selected does not update in the background so when you switch to it if those channels have been updated elsewhere the change won't have registered on that banks display when you switch to it.

Mic

On Saturday, May 14, 2022 at 3:20:36 PM UTC+1 elke.l...@gmail.com wrote:

Elke Laleman

unread,
May 17, 2022, 7:30:36 AM5/17/22
to ql...@googlegroups.com
hi mic,
ideally i’d like to work with physical controllers instead of tablets or phones, hence the request for some sort of midi feedback.
this is mainly because of a visual request from the artistic team.
failing that, i might have to resort to several old style lighting desks and a dmx merger. 
but i prefer the thought of multiple midi controllers.
i’m not taking about many lights - there would be a larger part of the rig that is only controlled by standard cues. ( there will have to be some sort of light design unaffected by what the performers get up to).

thanks,
elke

On 14 May 2022, at 18.29, micpool <m...@micpool.com> wrote:

Hi Elke
--
Contact support anytime: sup...@figure53.com
Follow QLab on Twitter: https://twitter.com/QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/v6DYK7Droi8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/1f151745-ab5c-494c-8918-4bf1f147baa5n%40googlegroups.com.

Richard Williamson

unread,
May 17, 2022, 8:23:32 AM5/17/22
to ql...@googlegroups.com
Depending on your midi controller you might be able to use my app - shift-faders - which you can get from https://www.dropbox.com/sh/ek43vko9r3bff3q/AACJKmHxXnOiO2A79TlrsX22a?dl=0

It lets you map a channel to a fader and will have the behaviour you mention in terms of only capturing the light to the fader when you move the fader through the light’s current level. 

Whether this is useful does depend on whether I’ve made a layout for your specific midi controller. I can make more but I seem to have zero time at the moment so it may be a while before I can. But give it a go anyway

Richard

--
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/D634E88D-E68E-4BD9-8850-79C50A619D22%40gmail.com.

Elke L

unread,
May 26, 2022, 3:51:14 AM5/26/22
to QLab
hi mic,
can you send those touchosc examples you mentioned? i’ll see if i can convince the team to use ipads.
thanks,
elke

On Saturday, May 14, 2022 at 6:29:20 PM UTC+2 micpool wrote:

micpool

unread,
May 26, 2022, 9:10:53 AM5/26/22
to QLab
Sure

Here's a touchOSC file and a matching QLab workspace for 5 dimmers 

Mic

5 Lights.tosc
5 Lights.qlab4

micpool

unread,
May 26, 2022, 9:12:53 AM5/26/22
to QLab
And here's a quick screen recording. Apologies for the quality but its always challenging getting these within the 5MB file limit in this group

Mic

5 Lights.mov

Elke L

unread,
May 26, 2022, 9:33:46 AM5/26/22
to QLab
thanks a lot
Reply all
Reply to author
Forward
0 new messages