--
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 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/d426bad1-0c09-4bfe-a4d4-9a9e19c292c3n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/c8a98426-d609-4fdd-9802-136b3f02707bn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/3c08a846-fa45-4953-b1b6-6b977e4a09a4n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/09ea4476-a57c-4041-8220-d0a4e0024287n%40googlegroups.com.
MicsBigInfoOSCout b0.1
Displays name, elapsed and remaining times, for either the first or last active audio cue in a QLab workspace active Cue List.
Also sends OSC as follows:
/displayName {string}
/displayElapsed
/displayRemaining
/displayClock
to a network destination, which is set by sending an OSC message:
/IP {String containiing IP address:port}
to Port 9000 of this app e.g
/IP "192.168.1.46:8000"
On a simple network changing the last part of the IP address to 255 will broadcast the OSC. e.g
Hi Christian
It’s an interesting philosophical question, as if you count down off the actual QLab remaining timers or Big info, in tenths mode, you still have the same problem of having to add 1 to the seconds display when you count down, in order to hit 0.
My app is not running it’s own timers it’s just reading QLab’s timers at either 10Hz or 2Hz and truncating the display in seconds mode so the seconds match the seconds on the QLab timer.
The primary purpose of the whole seconds count is to reduce the CPU load and Number of OSC messages by a factor of 5, when a high degree of accuracy is not required. It also stops the display updating the elapsed and remaining timers separately, which is desirable when a high degree of accuracy isn’t required. So seconds mode is only accurate to around 1/2 sec anyway.
You can download a special beta version of the app which adds a second to the elapsed so it’s probably late rather than early. See if you prefer it.
This is a new version for QLab 5 Only
Displays name, elapsed and remaining times for either the first or last active audio cue in a QLab workspace active Cue List.
Switching to Whole seconds mode allows last few seconds to 0 to be counted accurately
Also sends OSC as follows:
/displayName
/displayElapsed
/displayRemaining
/displayClock
to a network destination which is set by sending an OSC message:
/IP {String containiing IP address:port}to Port 9000 of this app e.g
/IP "192.168.1.46:8000"
On a simple network changing the last part of the IP address to 255 will broadcast the OSC. e.g
QLAB is a trademark of Figure 53, LLC.. This app is not a figure53 product and has not been reviewed by them.
This composition may be distributed under the terms of the Creative Commons: Attribution + No Derivatives (CC BY-ND) License.
/displayName
/displayElapsed
/displayRemaining
and display them.
Screen recording attached showing it working.