home *** CD-ROM | disk | FTP | other *** search
/ BURKS 2 / BURKS_AUG97.ISO / BURKS / LINUX / HOWTO / mini / midisb.txt < prev    next >
Text File  |  1997-07-07  |  3KB  |  64 lines

  1.  
  2. MIDI Keyboard on Sound Blaster HOWTO 1.0
  3.  
  4. 1. Copyright
  5. 2. Introduction
  6. 3. Requirements
  7. 4. Adding supports of your kernel
  8. 5. Installing software
  9.  
  10. 1. Copyright
  11. This document is written by Hideki Saito.  Reposting is
  12. allowed, but please do not modify this.  Please ask before
  13. publishing this document.
  14.  
  15. You can contact me via E-mail at hideki@eskimo.com
  16.  
  17. 2. Introduction
  18. Some people may wonder how to use a MIDI keyboard with Sound Blaster.  
  19. Actually, this is not as easy as just connecting the MIDI keyboard to a 
  20. 15-pin MIDI in-out port (the Sound Blaster MIDI in-out port often works 
  21. as a joystick port.)
  22.  
  23. 3. Requirements
  24. Of course you need a MIDI keyboard.  Please take a little time to check 
  25. to see if you have a MIDI in-out port on the back of your sound card.  If 
  26. you see a port that has 15 little holes, you have a MIDI in-out port. 
  27. Some of the Sound Blaster clones may not have a MIDI in-out port.  In
  28. This case, you may want to consider buying a new sound card, or MIDI 
  29. interface card.  You can adopt things in this document if the MIDI 
  30. interface card that you are planning to buy, other-wise this document 
  31. will not help, since it is out of your range.  You will need am 
  32. SB-to-MIDI cable (this will cost about $15-$40, depending on length, and  
  33. quality of the cable).  Remember to connect one end of the MIDI out cable 
  34. into the MIDI-in port on your MIDI keyboard, and other end of the MIDI-in 
  35. cable into the MIDI out port on your MIDI keyboard.  Connect other side 
  36. of keyboard into the 15-pin MIDI in-out board on your sound card.  After 
  37. that, you need to check if your joystick/MIDI is enabled, other-wise this 
  38. will not work.  There are two types of sound cards.  If your sound card 
  39. uses hardware configuration, you need to open your computer and change 
  40. the switchs (this maybe jumpers) to enable.  If you have a sound card 
  41. that is software configurable, you can run a program to change it.  You 
  42. might need to boot DOS if your configure program is on DOS.
  43.  
  44. 4. Adding supports of your kernel
  45. Of course your kernel must support sounds.  Have your sound card manual 
  46. and check each configuration.  Then run a kernel configuring program. You 
  47. need Sound Blaster support (this varies, but most Sound Blaster clones 
  48. will work fine with this setting).  According to my settings, you need to add
  49. MPU-401 support, and MIDI interface support in addition. Make sure 
  50. addresses are correct, otherwise there will be conflicts.  Read your 
  51. manual and check each base address,IRQ (on many sound cards, the default is 330, IRQ 7).  Make
  52. sure that you set so both two MPU-401 I/O correctly (those numbers must 
  53. be same).  Menu configuration of the kernel would help this.  After you 
  54. configured them, you need to rebuild the kernel and image.
  55.  
  56. 5. Installing software
  57. After this, you can install your favorite MIDI sequencing programs.  I 
  58. will not discuss them in here.  If you have no ideas, use the program 
  59. JAZZ!, which is an excellent MIDI sequencing program.  You can find it at 
  60. SunSite and a lot of other sites.  Also installing PlayMidi is 
  61. recommended. After all, everything should work fine.
  62.  
  63.  
  64.