Home | News | Products | Support | Download | Sales | library | Guests | Contact | WebCam | Links
CDS Logo LanBox-Talk mail archive
 

By date: Prev | Next | Index By thread: Prev | Next | Index

SubjectRe: [LCtalk] fadermaster 8
FromJon Daggett
DateThu, 22 Sep 2005 18:52:28 +0300


Hi Jeremy,

I just found an old fadermaster 8 fader midi controller
I tried to figure it out on my own but I can't seem to get it to work. Can anyone steer me in the right direction?

What type of commands can it send? If you are wanting to control dimmer levels with the faders, you'd need to use Note On commands (hex 9).


If it's capable of sending a Hex string (like the PC1600x), then you could do something like this:

90 06 pr

In the "90", the "9" is the Note On command, "0" is the MIDI channel (0-F = 1-16), the 2nd byte is the dimmer channel (in hex), and then the last byte "pr" would be the value (00-7F), however you set the faders value to input into the string.

If it can only send controller commands, you'll be much more limited in what you can do.


Jon

--
Jon Daggett  http://daggett.tv
Castle Studios Productions  http://castlestudios.com
MidiLite Systems  http://midilite.com
Thomas Road Baptist Church  http://trbc.org


By date: Prev | Next | Index By thread: Prev | Next | Index