Search found 8348 matches

by radio42
24 Apr 2024 08:05
Forum: Questions & Answers
Topic: Remote presenter
Replies: 10
Views: 108

Re: Remote presenter

Yes. This is exactly what the ‚Remote Voice Tracking‘ (RVT) is doing - see the Tutorial Video as well as the link in the first post. This does not need any virtual cable or device. The way it works: A script or ready made playlist is first generated on the server (this even happens automatically whe...
by radio42
23 Apr 2024 23:21
Forum: Questions & Answers
Topic: Remote presenter
Replies: 10
Views: 108

Re: Remote presenter

Any virtual device/cable acts as a regular sound device, except it sends the audio of that mixer output channel to a remote (distant) location. It doesn't connect or recognize 'tracks'. I am no sure, what you want to achieve and what exact use case you like to realize? Before you just talked about s...
by radio42
23 Apr 2024 23:15
Forum: Questions & Answers
Topic: Questions about script
Replies: 5
Views: 33

Re: Questions about script

2/ This time, I have missunderstood you. Yes, you can set the script-line option "SuppressOverlay" with your promo. SuppressOverlay: When this flag is set and an Overlay or MODStream is about to start with the 'Soft' start type, this track will not be considered and the overlay will be del...
by radio42
23 Apr 2024 22:57
Forum: Bug Reports
Topic: Writing cue points results in crash
Replies: 7
Views: 39

Re: Writing cue points results in crash

I tried your track, and here it is working just fine. E.g. I load the track to a playlist, double-click on it to invoke the PFL Player, change some cue-points and then close the PFL Player - nothing is crashing. This is really strange. Can you maybe try the following - just to make sure, that the is...
by radio42
23 Apr 2024 21:56
Forum: Questions & Answers
Topic: Questions about script
Replies: 5
Views: 33

Re: Questions about script

1/ you defined the script as followed: LoopLine=2 1. LoadTrack, yourrecordedshow.mp3, Count=1 2. LeastRecentlyPlayed, AnyMediaLib, Count=1 So it is important, that you set the script LoopLine=2, which means, that the 1st script-line is excluded from the looping. I.e it will only be executed once. If...
by radio42
23 Apr 2024 19:32
Forum: Bug Reports
Topic: Writing cue points results in crash
Replies: 7
Views: 39

Re: Writing cue points results in crash

That is very strange, as the mentioned module (BassMix) is not involved in any TAG writing. Can you maybe PM me the audio file in question and tell me what TAGs you modify… maybe I can somehow reproduce your issue. The error however seems to sit somewhere in the audio library I am using, that’s why ...
by radio42
23 Apr 2024 17:50
Forum: Bug Reports
Topic: Writing cue points results in crash
Replies: 7
Views: 39

Re: Writing cue points results in crash

Please take a look to the ProppFrexx Error.log file (also available from the Tools ribbon tab). Are there any entries in it related to this crash? If not, it must be a system issue and a log entry must be recorded in the Windows Event Log. Please post this as well. If non of the above is available -...
by radio42
22 Apr 2024 17:19
Forum: General OnAir Discussion
Topic: Using result from PLS_CURRENT_GET_ENTRY
Replies: 3
Views: 33

Re: Using result from PLS_CURRENT_GET_ENTRY

I am afraid, that this is currently not possible.
by radio42
22 Apr 2024 15:24
Forum: General OnAir Discussion
Topic: Using result from PLS_CURRENT_GET_ENTRY
Replies: 3
Views: 33

Re: Using result from PLS_CURRENT_GET_ENTRY

First note, that a script-line is executed when the line is executed and NOT when the track is played. I.e. when a new track is requested from the playlist to be schedled to a playlist - this is sometimes timing wise 3 tracks ahead of its play time. Regardless, the _GET commands are typically design...
by radio42
21 Apr 2024 23:33
Forum: Questions & Answers
Topic: Questions about script
Replies: 5
Views: 33

Re: Questions about script

1/ A script always loops. But it only loops, if it is short in items. This of course depends on your script-lines. But why do you want to prevent this? Use for example the LoopLine option to exclude certain script-lines from the looping. 2/ I am not sure what you mean. But you can use a script-line ...