
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/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/YmXHo1e_euI/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/a718689d-76e9-4dfd-9901-337e848f57d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
This sounds like a job for Max/MSP, or even a simple python script. Are you comfortable with the command line? It would only require installing the OSC python library. I’ll run some tests on GoButton here and write some instructions for you.
Bruno
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/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/YmXHo1e_euI/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/bf059128-c851-4172-a43d-f363d428891c%40googlegroups.com.

Hmm, using Hits seems to make this more complicated. If I send /hit/2/isRunning then the reply includes a "data" element that is defined as true or false according to whether the Hit is running or not (see screenshot).Can I make an Osculator mapping dependent on the value of the "data" element in the reply?Matt
On Wed, Apr 10, 2019 at 6:08 PM Matt Padden <matt.p...@gmail.com> wrote:
Brilliant; that bridges the missing link I was trying to achieve by nesting OSC queries. In the show I'm using Go Button hits instead of cues, so expect I can achieve a similar result by using /hit/{number}/isRunning as the long-duration network cue. I'll test this later.Thanks Mic,Matt
On Wed, Apr 10, 2019 at 5:51 PM micpool <m...@micpool.com> wrote:
This is easy to do to do with OSCULATOR--From QLab send a network cue with duration for as long as you are likely to want to standby to receive a GO from Go Button/cue/playhead/goButtonTextOSCULATOR will then capture a new unique OSC message each time goButton advances through the QList and the Go Button message changes.You can then map the message that indicated the relevant cue has started to send an OSC /cue/{number} start cue to QLablike this:
Mic
On Tuesday, April 9, 2019 at 4:23:20 PM UTC+1, Matt Padden wrote:Hi,I'm building a show in which a small number of Go Button-equipped ipods (each with its own minirig speaker) are the only sound playback sources. For one of the Go Button audio cues, I want to achieve a sound-level-to-light-intensity mapping (ie a sound-to-light effect) for a particular lighting fixture, via an ETC lighting desk, while that cue is playing.QLab provides the LiveAverageLevel OSC method which can do this sort of thing (as wonderfully described by Mic Pool in his cookbook and on this group), but obviously that's not an option in Go Button. But I wonder if there is a way to have that particular Go Button cue trigger the identical piece of audio on a QLab laptop, which can then do the LiveAverageLevel magic to send OSC intensity information to the lighting desk while that audio cue is running?Go Button's OSC implementation seems to be very much for it being controlled, rather than being the controller. I looked at ways to use OSC query replies from Go Button to check the running state ( /cue/{number}/isRunning etc), but I don't see a way of using that OSC query reply as a variable in another OSC message, as the destination addresses for each would be different; the nested query would be for the iPod, while the main message would be for the ETC desk.Has anyone tried anything like this?Matt
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/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/YmXHo1e_euI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ql...@googlegroups.com.

Workspace and Osculator file attached
Mic
There is zero touring knowledge of scripts, command lines or anything computer-based beyond QLab on this extremely tiny show I'm afraid. So any solution needs to be simple enough that I can provide the SM with a startup checklist. If I can coerce OSCulator into making conditional mappings based on JSON string values then that would suffice as I can simply run a predefined OSC mapping document. Anything more complex than that, in this scenario, isn't viable sadly.Matt
On Wed, Apr 10, 2019 at 10:44 PM Bruno Carneiro <bcun...@gmail.com> wrote:
This sounds like a job for Max/MSP, or even a simple python script. Are you comfortable with the command line? It would only require installing the OSC python library. I’ll run some tests on GoButton here and write some instructions for you.
Bruno
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/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/YmXHo1e_euI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ql...@googlegroups.com.
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/34e5cfa7-d1a6-4e8b-96de-728f6c2da0c3%40googlegroups.com.
Excellent; that works a treat. Mic, thank you so much. I'm pretty new to OSCulator but this is a great way in (and keeps things simple for the tour).