Page 1 of 1

HyperDeck Studio Mini Playlist/Sequence

PostPosted: Tue Nov 06, 2018 2:45 pm
by Matt Dodds
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

Re: HyperDeck Studio Mini Playlist/Sequence

PostPosted: Wed Nov 07, 2018 6:46 am
by Cameron Nichols
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

Re: HyperDeck Studio Mini Playlist/Sequence

PostPosted: Wed Nov 07, 2018 5:08 pm
by Matt Dodds
Thanks Cameron,

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

Regards

Matt