0

Copy zone messages from audio files

Dear all,

I've made a playlist with a couple of images of albums and for every song a touch region which sends a zone messages to the audio zone.

I have a 'silent' audio loop in the audio zone as initial state. From here I've connected 50 zone messages to 50 different audio files.

Every audio file needs to have the same zone messages so the user can switch between the songs while the songs are playing. They need to recognise all the zone messages from the different songs, otherwise they won't skip to the next one.

When I copy the initial state audio file, including al the zone messages, it only copies one zone message and the media end event. 

Do I really need to program every zone message for every different audio file?

best regards,

Stefan

 

3 comments

  • 0
    Avatar
    Bright Scripters

     

    You could try the following to simplify the programming.

    List all your image files in an Image Play File.

    The list can be imported as CSV file, so you can save on mouse clicks.

    Next, list all your audio files in an Audio Play File.

    When a Zone Message is sent as a result of a touch, both Image Play File, and Audio Play File, pick a file with a matching key.

    Hopefully, I understood the requirements.

    Please post a download link to your presentation bpf.

    No need for media files.

  • 0
    Avatar
  • 0
    Avatar
    Stefan

    Above you can find the BPF file.

     

    The thing with this approach is that I need to connect all existing touch events, with zone messages, to all existing audio files.

    50 zone messages to 50 audio files, that would be madness! I was happy enough the client wanted to stop the audio when the user exits the cd to the main menu.

Please sign in to leave a comment.