bitfocus / companion-module-bmd-hyperdeck

MIT License
10 stars 13 forks source link

[Enhancement] Add support for play range commands #87

Open LikeThisReview opened 1 year ago

LikeThisReview commented 1 year ago

Please add Actions to hyperdeck module for:

playrange set: in: {inT} out: {outT} set play range to play between:

playrange clear clear/reset play range setting

These Actions should support variables for the input of TC. An offset like -7 seconds (in TC format) will be nice.

The Play Range Set Action will allow

  1. Instant PlayPack of a Clip (Create a Button with STOP; Set Playrange "-7s and end of clip"; PLAY).
  2. Cue Clips with an In Point and Out Point (Create a Button Set with Save TC to custom variable In Point / Out Point. Create a Button CueClip1 which sets the play range based on the custom variables) and plays the Clip (based on stored name)

Thanks, Nico Wasmus @LikeThisReview