home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Classic / MultimediaClassic.mdf / app_midi / kbd-midi / kbmidiin.txt < prev    next >
Encoding:
Text File  |  1993-02-20  |  1.5 KB  |  33 lines

  1. ======  KBMIDIIN
  2.  
  3. This is another 30 minute hack of KBMIDI by Chales Petzold.
  4. This version allows MIDI Keyboard controller owners to use Ultrasound
  5. ( or any other MIDI synth under Windows ) with their keyboard for
  6. whatever reason ( test patches, play songs ). I've heard that
  7. new patchman *WILL* have support for this, but since I did not
  8. want to wait for another few weeks, I just added few more lines
  9. to get it to work with external MIDI controller device rather than
  10. a computer keyboard. Hopefully someone will make a use of this program.
  11.  
  12. ====== How it works
  13.  
  14. I've chose to use my modified KBMIDI because it already allows you to
  15. choose different instruments and it does patch caching. Choosing channel
  16. 10 will make your keyboard a UltraDrum no matter which program you choose
  17. ( General MIDI ). Modified code passes any MIDI message received from
  18. first MIDI IN port ( you cannot choose different MIDI IN port even if
  19. you have more than 1 MIDI IN port ) to selected MIDI OUT synthesizer.
  20. When you open a MIDI device, KBMIDIIN opens both MIDI IN & OUT device
  21. and closes both upon exiting from KBMIDI. The computer keyboard input
  22. routine is not disabled so you can use both computer keyboard and your
  23. MIDI keyboard at the same time.
  24.  
  25. I've tested this program on my CASIO CT-680 keyboard and everything seemed
  26. to work ( note on/off, pitch bending ). Any comments or suggestions,
  27. please send it to :
  28.  
  29. LEE_YURI/HP2000_80@idacom.hp.com
  30. - or -
  31. ylee@sunee.uwaterloo.ca
  32.  
  33.