Page 1 of 1

Capture QLC+ Output

Posted: Mon Nov 13, 2017 7:30 pm
by jdwyatt
Hi All,

I was wondering if there was a way to capture the output of a programmed sequence from QLC+ and store onto a raspi for replay (so the Protobox can run standalone)? I've been playing with the ola_recorder command line tool so I may be onto the right track. Any other better ideas for a robust solution? Eventually, I'd like to set it so that the Protobox will fire off saved sequences when it receives telnet commands.

Diagram of my System:
Diagram.PNG
Image

Re: Capture QLC+ Output

Posted: Tue Nov 14, 2017 8:48 am
by mcallegari
Just use QLC+ on the Raspberry Pi and load the same project programmed on a PC

Re: Capture QLC+ Output

Posted: Tue Nov 14, 2017 11:39 pm
by jdwyatt
Good call, that wasn't too hard! Anyway to get Virtual Console buttons to trigger via telnet commands?

Re: Capture QLC+ Output

Posted: Wed Nov 15, 2017 10:48 am
by mcallegari
You can trigger virtual console widgets using one of the supported input plugins: MIDI, OSC, ArtNet, E1.31, GPIO, etc.
Why do you guys always want something that is not there ? Why telnet anyway... :confounded:

Re: Capture QLC+ Output

Posted: Thu Nov 16, 2017 7:27 am
by jdwyatt
:mrgreen: Sorry, in my neck of woods (digital cinema) most devices communicate via telnet strings and sometimes GPIO. I'll see what I can come up with for a workaround.