Hyperdeck Clip Playlist #266
Replies: 4 comments
-
I have been going through the documentation it seems as though if you are polling 'state' and it changes from 'play' to 'idle' that would be the end of the clip and the trigger for the next clip. Not sure though how to set that up. Peter, can you provide an example script for grabbing the state? I understand it's a string but not sure how to script it. Thanks!! |
Beta Was this translation helpful? Give feedback.
-
The state should be sent out as feedback automatically. Are you seeing this in the log when the clip ends? If you see a state change on clip end, that should be sufficient for your purposes. As far as an example script, I have no clue how Max/MSP scripting works. Is it a visual script editor? JavaScript? Python? |
Beta Was this translation helpful? Give feedback.
-
Thanks Peter. I corrected the feedback messaging IP address, so now the state and clip messages are coming in to atemOSC, making it easy to then setup a receiver in Max. I haven't tested yet, but I'll be interested to see how seamlessly I can trigger a new clip after receiving the 'idle' message. I am hoping for clean clip changes without any pausing or glitch, as I plan to sequence the clips at a fairly fast rate, with durations as short as 1/4 second. I'll keep you posted. |
Beta Was this translation helpful? Give feedback.
-
Now that I have the feedback messaging working, I have discovered a couple of things I would like to bring to your attention. I have attached a screenshot of a Max patch for reference:
If anyone is interested, I am would be happy to attach the original Max patch. It's great software for OSC. Max is object-oriented visual programming software for data, music, and video from Cycling '74: https://www.cycling74.com |
Beta Was this translation helpful? Give feedback.
-
Greetings: With the current functionality of atemOSC, is it possible to create Hyperdeck clip playlists? The challenge (for me) is knowing when a clip ends before starting the next. If it's possible to get a message from the endpoint of a clip, it would then be pretty straightforward to trigger the next clip: either as a linear or non-linear sequence. I use Max/MSP so I can easily create a sequence if I can get the timing information, either duration or endpoint.
Perhaps it is possible to do this?
Thanks! Randall
Beta Was this translation helpful? Give feedback.
All reactions