home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 August / PCWorld_1999-08_cd.bin / doc / HOWTO / unmaintained / mini / MIDI+SB < prev    next >
Text File  |  1998-01-05  |  3KB  |  68 lines

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