Search found 14 matches

by Yvetiboom
28 Feb 2014 08:39
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 22934

Re: Midi Control Help

Haaa it's great works
Thank you very much for your help!
by Yvetiboom
27 Feb 2014 15:10
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 22934

Re: Midi Control Help

Yes I discover :geek:

I just want my BCF fader move when the fader ProppFrexx (Mixer output) and touch the software.

Because the problem is that I put an autostart on faders and if it is not down to his problem arises after the song.
by Yvetiboom
27 Feb 2014 13:34
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 22934

Re: Midi Control Help

If I summary :

EXEC_SEND_MIDI_SHORTMSG 0xB0|0|${CONDA}
(In Eventcommand / on fader for player 1)

(I'm sorry to disturb you as I really try to understand your system.)
by Yvetiboom
27 Feb 2014 12:40
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 22934

Re: Midi Control Help

And what status?
It is not Status = 0xB0?


EXEC_SEND_MIDI_SHORTMSG 0xB0|1|${outputmixer1volume}

outputmixer1volume is what?
by Yvetiboom
27 Feb 2014 09:26
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 22934

Re: Midi Control Help

I can not find the information we seek in the manual ?
by Yvetiboom
27 Feb 2014 08:58
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 22934

Re: Midi Control Help

Sorry for jackson Google is very bad :lol: I search everywhere but could not find the information requested in manual behringer. Can be compared with that of my fader you can guide me ? MSG: 0xB0 0x51 0x01 [Channel 0 ControlChange Controller=GeneralPurposeButton2, Value=1] CMD: Status = 0xB0, Data1 ...
by Yvetiboom
26 Feb 2014 17:01
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 22934

Re: Midi Control Help

If I summary:

Data = Code (jackson)
Data1 = 0x00
Data2 = 0x7F

The information has to be in the Event / Command?
by Yvetiboom
26 Feb 2014 17:00
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 22934

Re: Midi Control Help

Si je resume :

Data = (Code behringer)
Data1 = 0x00
Data2 = 0x7F

Les renseignement sont a mettre dans le Event/Command ?
by Yvetiboom
26 Feb 2014 16:13
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 22934

Re: Midi Control Help

Thank you for your reply !!

I d'ont understand
Faders my BCF2000 range from 0 to 127 (0 = 0x00) (127 = 0x7F)

What does the numbers ?

EXEC_SEND_MIDI_SHORTMSG 0x90|0|0x19|0x00
by Yvetiboom
26 Feb 2014 09:19
Forum: General OnAir Discussion
Topic: Midi Control Help
Replies: 17
Views: 22934

Midi Control Help

Hello, I arrived at send in my BCF 2000 the information and control the faders. With code "OUT1 MIXER_OUTPUT_VOLUME_SET | $ {} mididata2asvol) " But I read your documents and I can not find how send at my BCF2000 midi messages. "MIDI Devices: Allows receiving send (>>>> and sending <<...