def final_fade(a,b)
sequence([fade.final(duration=2.,a),b])
end
def out_fade(a,b)
sequence([a,fade.initial(duration=2.,b)])
end
timed_promotions = switch([
({08h00m},delay(60.,single("/my/jingle.mp3")),
({09h00m},delay(60.,single("/my/jingle.mp3")),
({10h00m},delay(60.,single("/my/jingle.mp3")),
({11h00m},delay(60.,single("/my/jingle.mp3")),
({12h00m},delay(60.,single("/my/jingle.mp3")),
...
])
radio = fallback(track_sensitive=false,[timed_promotions,radio],transitions=[final_fade,out_fade])
Rick Munday said:Is there a minimum time length for tracks? i.e. Station ID's? We could always add in a couple promos or something to fill voids.
It looks like you're new here. If you want to get involved, click one of these buttons!