Automatich top of the hour
- Soulmaster
- Posts: 70
- Joined: 06 Apr 2013 07:44
- Contact:
Automatich top of the hour
Hey
At the start of a new hour with new soms i would be nice if Proppfrexx could make some kind of a Top of The Hour samples from 3 of 4 songs that will be played in that hour..
A radiostation near by works with Jazler and they came with this.. would by great if Proppfrexx could do this .
https://www.youtube.com/watch?v=Q5Hq_U_X9jI

At the start of a new hour with new soms i would be nice if Proppfrexx could make some kind of a Top of The Hour samples from 3 of 4 songs that will be played in that hour..
A radiostation near by works with Jazler and they came with this.. would by great if Proppfrexx could do this .
https://www.youtube.com/watch?v=Q5Hq_U_X9jI
Re: Automatich top of the hour
Yes, this is also possible in ProppFexx.
See here: viewtopic.php?p=16854
The way it works is, that you first create in a script-line with the 'UseHookCuePoints' or the 'AsEmbeddedHookContainer' option, eg. Count=3, ie. selecting 3 tracks in that script-line. Those hook tracks (your teasers) are internally placed into a queue. Later in you script you can now access this queue via the new HookQueue script-line mode. This mode now accesses the queue and picks the effective tracks you have teased before.
As a result you create a HookContainer (eg as your first script-line) and have a single playlist entry, which plays as a hook sequence (plus the Hook-Seperators around it, if defined).
So this could sound like this:
- "In this hour you will hear..." (Hook-Opener)
- "...Track1 between the Hook-CuePoints is played..."
- "...FX sound..." (Hook-Seperator)
- "...Track2 between the Hook-CuePoints is played..."
- "...FX sound..." (Hook-Seperator)
- "...Track3 between the Hook-CuePoints is played..."
- "...so stay tuned!" (Hook-Closer)
Note: to make it work properly, all your tracks you select in this first script-line must have hook cue-points defined!
See here: viewtopic.php?p=16854
The way it works is, that you first create in a script-line with the 'UseHookCuePoints' or the 'AsEmbeddedHookContainer' option, eg. Count=3, ie. selecting 3 tracks in that script-line. Those hook tracks (your teasers) are internally placed into a queue. Later in you script you can now access this queue via the new HookQueue script-line mode. This mode now accesses the queue and picks the effective tracks you have teased before.
As a result you create a HookContainer (eg as your first script-line) and have a single playlist entry, which plays as a hook sequence (plus the Hook-Seperators around it, if defined).
So this could sound like this:
- "In this hour you will hear..." (Hook-Opener)
- "...Track1 between the Hook-CuePoints is played..."
- "...FX sound..." (Hook-Seperator)
- "...Track2 between the Hook-CuePoints is played..."
- "...FX sound..." (Hook-Seperator)
- "...Track3 between the Hook-CuePoints is played..."
- "...so stay tuned!" (Hook-Closer)
Note: to make it work properly, all your tracks you select in this first script-line must have hook cue-points defined!
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
- Soulmaster
- Posts: 70
- Joined: 06 Apr 2013 07:44
- Contact:
Re: Automatich top of the hour
GREAT!!!!!