event .sound .stream .create  (  Procedure ,  Channel  )  
                                     
Description :

This instruction creates events synchronized to markers placed within a MP3 streaming file.

Parameters :

  • Name of the procedure managing the event.
  • Automatic channels selection :

    CHANNEL_FREE

    Or channel number (you MUST use different channels to play sounds simultaneously) :

    CHANNEL_1
    CHANNEL_2
    CHANNEL_3
    CHANNEL_4
    CHANNEL_5
    CHANNEL_6
    CHANNEL_7
    CHANNEL_8
    CHANNEL_9
    CHANNEL_10
    CHANNEL_11
    CHANNEL_12
    CHANNEL_13
    CHANNEL_14
    CHANNEL_15

Notes :


When creating the procedure, you should always organize its two parameters in the following order: Event ObjectID, Event String

Examples :