| Home | News | Products | Support | Download | Sales | library | Guests | Contact | WebCam | Links | |
| LanBox-Talk mail archive | |
| By date: Prev | Next | Index | By thread: Prev | Next | Index | ||||||
Hi Jeremy, I just found an old fadermaster 8 fader midi controller 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 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 | ||||||