Help - Search - Members - Calendar
Full Version: Playlist Volume
Omnivex Forums > Software > Moxie
Simon Casey
Hello all, have been trying to control the volume of a playlist through a data-binded value (for example - background music mutes when a safety message layout is played). The data-bind option only seems to be available on media in a layout, not on files in a playlist.

Anyone have any thoughts on a solution?

Many thanks, Simon
Sase Narayan
QUOTE (Simon Casey @ May 22 2012, 11:34 AM) *
Hello all, have been trying to control the volume of a playlist through a data-binded value (for example - background music mutes when a safety message layout is played). The data-bind option only seems to be available on media in a layout, not on files in a playlist.

Anyone have any thoughts on a solution?

Many thanks, Simon


Hello Simon,

Currently, Moxie does not have the feature to data-bind playlists directly, this feature request has been submitted. However there are two workarounds that you can utilize, however they will require a bit of development in terms of content:


Playlists:

Basically in order to achieve a dynamic MP3 playlist, you would have to create a playlist full of layouts, each layout containing one media zone with an MP3 in it. When creating the MP3 layouts, each of those Media Zones would have the Audio value data-bound to a cell. You could then drop those layouts into a time-driven playlist and then put that playlist in your main layout off the screen.

Once you have created that playlist, then you can configure each item in your main Playlist using started and ended events (on each layout, media item, etc within the main playlist) that update the value of the cell to which your audio values are data-bound. If you wanted to create fade in and outs, you would then have to create events in which the value of the cell is animated when changing its value.


Layering:

This solution is a less complicated but still would require a lot of work. You would have just one layout in which you would import all your MP3 files and all your content and basically layer them all together. Having the MP3 media zones off the screen and then changing those volumes as the timeline progresses.

I hope these workarounds could help you. Feel free to email us or post in the forums if you have any other questions or require clarification.

Thanks,

Sase
Simon Casey
QUOTE (Sase Narayan @ May 23 2012, 02:35 PM) *
Hello Simon,

Currently, Moxie does not have the feature to data-bind playlists directly, this feature request has been submitted. However there are two workarounds that you can utilize, however they will require a bit of development in terms of content:


Playlists:

Basically in order to achieve a dynamic MP3 playlist, you would have to create a playlist full of layouts, each layout containing one media zone with an MP3 in it. When creating the MP3 layouts, each of those Media Zones would have the Audio value data-bound to a cell. You could then drop those layouts into a time-driven playlist and then put that playlist in your main layout off the screen.

Once you have created that playlist, then you can configure each item in your main Playlist using started and ended events (on each layout, media item, etc within the main playlist) that update the value of the cell to which your audio values are data-bound. If you wanted to create fade in and outs, you would then have to create events in which the value of the cell is animated when changing its value.


Layering:

This solution is a less complicated but still would require a lot of work. You would have just one layout in which you would import all your MP3 files and all your content and basically layer them all together. Having the MP3 media zones off the screen and then changing those volumes as the timeline progresses.

I hope these workarounds could help you. Feel free to email us or post in the forums if you have any other questions or require clarification.

Thanks,

Sase


Hi Sase

Many thanks for your reply. We actually did it using the layout per media file method. Just wondered if there was a less time consuming way. We'll keep an eye out for any updates! biggrin.gif

Regards,

Simon
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.