Search found 8323 matches

by radio42
27 Feb 2014 13:21
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 23035

Re: Midi Control Help

Try leaving the 'Status' to 0!

EXEC_SEND_MIDI_SHORTMSG 0xB0|0|${outputmixer1volume}

Note, that ${outputmixer1volume} references your 1st output mixer.
by radio42
26 Feb 2014 20:55
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 23035

Re: Midi Control Help

To send a MIDI message from ProppFrexx to your MIDI controller you use the EXEC_SEND_MIDI_SHORTMSG resp. EXEC_SEND_MIDI2_SHORTMSG or if the MIDI device supports the Mackie Control Universal protocol you might also use the EXEC_SEND_MIDI_MCU resp. EXEC_SEND_MIDI2_MCU commands. Example: EXEC_SEND_MIDI...
by radio42
26 Feb 2014 20:48
Forum: Questions & Answers
Topic: A few questions about advert management
Replies: 8
Views: 9462

Re: A few questions about advert management

Many questions...many answers... a) "copy of the audio file needed": This is simply the concept! Advert Audio Files must reside inside a special folder of a partner-campaign. This for the program to 'know' which audio files are assigned to which partner-campaign. Note, that each campaign c...
by radio42
26 Feb 2014 19:51
Forum: Questions & Answers
Topic: A few questions about advert management
Replies: 8
Views: 9462

Re: A few questions about advert management

Yes, as both schedulers are running in parallel they should be aligned to each other.
by radio42
26 Feb 2014 19:49
Forum: Bug Reports
Topic: First overlay plays but no sound
Replies: 4
Views: 5351

Re: First overlay plays but no sound

Not sure what you are doing exactly. What do you mean by "Later I schedule for example 2 ads to play"? Did you reload the advert lib in PF after adding files? If not, that's the mistake.

Or Maybe you set some funky cue points or ACPD? Or some other Gain TAGs?
by radio42
26 Feb 2014 17:54
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 23035

Re: Midi Control Help

Code (Jackson) - sorry, but google also doesn't sperak goof French ;-) So your FADER (mixer-channel) command (if that is what you are looking for) is probably something like this (e.g. with the 'OnFader' event of the 1st mixer output channel): EXEC_SEND_MIDI_SHORTMSG status|channel|${outputmixer1vol...
by radio42
26 Feb 2014 16:27
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 23035

Re: Midi Control Help

That was just a stupid command example not related to YOUR Behringer mixer! You would have to know your MIDI commands yourself of course! The general syntax of the EXEC_SEND_MIDI_SHORTMSG command is given in the User Manual, which is either: EXEC_SEND_MIDI_SHORTMSG status|channel|data1|data2 or EXEC...
by radio42
25 Feb 2014 22:51
Forum: Bug Reports
Topic: Media Libraries Dead
Replies: 10
Views: 11130

Re: Media Libraries Dead

That must be a machine related issue as I can not reproduce that here, nor have I heard that other user have such issue.

Please describe a bit more in detail where your folder is located?
What version you are using?
And what OS it is?
by radio42
25 Feb 2014 22:14
Forum: Bug Reports
Topic: Media Libraries Dead
Replies: 10
Views: 11130

Re: Media Libraries Dead

Again:
- Where are your folders located? (local hard disk, server folder, etc.)
- What version are you running?

However, yes, I have TeamViewer, PM me your details...
by radio42
25 Feb 2014 15:08
Forum: Wish List
Topic: Limit the search time in find track
Replies: 3
Views: 6563

Re: Limit the search time in find track

Not sure yet - but I'll take a look if that is possible!