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] Program change
FromFokko van Duin
DateWed, 26 May 2004 10:25:31 +0200


At 09:59 +0200 26-05-2004, Jean-Pierre Potvliege wrote:
How could i sent program change from my landbox LCX to a Yamaha 03d ?


Create the following step:

write C0 0B to midi

Where the C is for program changes
the following 0 is MIDI channel 0

and 0B is program 11


Most of the time it's a good idea to prepend it with bank select:


write B0 00 00 C0 0B to midi

B0 00 00 = bankselect; e.g. B0 00 0F = bankselect 15



A good overview of the MIDI protocol is at:

http://crystal.apana.org.au/ghansper/midi_introduction/contents.html

It should be helpful for constructing the hexadecimal strings that correspond to specific MIDI messages.


I hope this helps


Fokko van Duin,                     Creators of the LanBox-LC
CDS advanced technology bv,         DMX lighting controller.
http://www.cds.nl/                  http://www.lanbox.com/

Member of MIDI Manufacturers Association, MMA

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