Open twomeyd opened 4 years ago
There is a list of OSC keys here.
You send these using:
/eos/key/
I see 3 options for load, but am not sure which will work best for your situation.
Scott Thanks a million for that. I’ve tried all 3 but none of them work in the same way as the same button on the lxkey keyboard. I might try a macro as a solution. I’m trying to build an alternative to the playback part of the real console so I will be able to load a cue and then use two faders to cross fade manually to the loaded cue. Thanks.
Regards Denis
On 20 May 2020, at 19:31, Scott K. Tusing notifications@github.com wrote:
There is a list of OSC keys here.
You send these using:
/eos/key/
I see 3 options for load, but am not sure which will work best for your situation.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Scott: I found it on the ETC Forum as you suggested. The syntax is actually /eos/fader_ab which is something I would never have guessed or found anywhere else. Thanks for the suggestion.
All I need now is to create two master faders and maybe even an intensity wheel.
Denis
I have managed to get it all working, thanks to help from here and elsewhere. This is the current version of the file. It began as the one posted here by MizPlusplus, Thanks. I have worked mostly on the first page as well as the encoders page and the playback one, which now has master faders and the load button as per the real console. Thanks to all who helped.
Denis
Hi
I have been using the OSC layouts as a basis for creating my own, with some success. I am trying to reproduce a cue playback page with stop/back, go, load and two master faders. The stop and go are fine, but I cannot find the syntax for a button that will load a cue into the pending cue in the list, similar to the load button on the console. Also, I am struggling to get the master faders to work. Any help would be much appreciated. thanks to those who have put up the material here that has allowed me to make a start on this. Denis