SteffeyDev / atemOSC

Control ATEM video switchers over the network with OSC messages
http://www.atemosc.com
202 stars 32 forks source link

Play Control on Hyperdeck #214

Closed randallpacker closed 3 years ago

randallpacker commented 3 years ago

I just realized that the Hyperdeck play command (hyperdeck/1/play) is now triggering "continuous play" rather than "single play," meaning it plays through all the clips loaded in the deck. PlayLoop does the same thing, loops all the clips, not just one. Continuous play is visible on the play button by a circle around the play icon.

Now there is no way (I believe) to just play or loop a clip in "single play,."

Maybe I am missing something, but I believe there needs to be commands for both play modes, or is there already a way to do this?

Thanks!

Randall

SteffeyDev commented 3 years ago

I think you are looking for this:

Turn on/off single-clip playback mode on HyperDeck $i: /atem/hyperdeck/$i/single-clip <true|false>

randallpacker commented 3 years ago

Thanks Peter! I completely overlooked that command.