HyperDeck Studio Mini Playlist/Sequence

Ask software engineering and SDK questions for developers working on Mac OS X, Windows or Linux.
  • Author
  • Message
Offline

Matt Dodds

  • Posts: 5
  • Joined: Thu Sep 22, 2016 1:03 pm

HyperDeck Studio Mini Playlist/Sequence

PostTue Nov 06, 2018 2:45 pm

Hi, would it be possible to create an application / code to get the hyperdeck mini to play a specific sequence of clips without removal of the SD Card? If so, are there any applications currently out there that would do this or could anyone provide some guidance?

Fo example if we had Clips 01 through to 10 on the SD Card, I would want to create a clip sequence or number of sequences to playback in different orders.

Sequence1 - Plays Clips 4, 5 8, 9 10
Sequence2 - Plays Clips 3,4, 5,6

Your help or feedback would be much appreciated,

thanks
Matt
Offline

Cameron Nichols

Blackmagic Design

  • Posts: 443
  • Joined: Mon Sep 04, 2017 4:05 am

Re: HyperDeck Studio Mini Playlist/Sequence

PostWed Nov 07, 2018 6:46 am

Hi Matt,

Yes you can create a sequence of clips by adding them to your timeline. Multiple timelines are not supported, so you will need to rebuild your timeline to play out sequence1, sequence2. Assuming your clips are named clip0001.mov, clip0002.mov, ... clip0010.mov on your SD Card, then your session should look like:
Code: Select all
clips clear
200 ok
clips count
214 clips count:
clip count: 0
clips add: name: clip0004.mov
200 ok
clips add: name: clip0005.mov
200 ok
clips add: name: clip0008.mov
200 ok
clips add: name: clip0009.mov
200 ok
clips add: name: clip0010.mov
200 ok
clips count
214 clips count:
clip count: 5
play
200 ok

To get your actual clip names, call "disk list"

Regards
Cameron
Offline

Matt Dodds

  • Posts: 5
  • Joined: Thu Sep 22, 2016 1:03 pm

Re: HyperDeck Studio Mini Playlist/Sequence

PostWed Nov 07, 2018 5:08 pm

Thanks Cameron,

I got this working fine, many thanks for your help.

Regards

Matt

Return to Software Developers

Who is online

Users browsing this forum: No registered users and 11 guests