home *** CD-ROM | disk | FTP | other *** search
/ Audio Version 4.94 / audioversion4.94knowledgemediaresourcelibraryoctober1994.iso / mac / midi / mac-midi.txt < prev    next >
Internet Message Format  |  1994-02-15  |  4KB

  1. From ucsd!nosc!helios.ee.lbl.gov!pasteur!ames!mailrus!csd4.milw.wisc.edu!leah!itsgw!steinmetz!uunet!ingr!henges Sat Dec 31 04:52:40 PST 1988
  2. Article 3701 of rec.music.synth:
  3. Path: ucsd!nosc!helios.ee.lbl.gov!pasteur!ames!mailrus!csd4.milw.wisc.edu!leah!itsgw!steinmetz!uunet!ingr!henges
  4. >From: henges@ingr.com. (John Hengesbach)
  5. Newsgroups: comp.sys.mac,rec.music.synth
  6. Subject: Re: DIY MIDI interface?
  7. Keywords: MIDI
  8. Message-ID: <3318@ingr.com.>
  9. Date: 30 Dec 88 16:05:21 GMT
  10. References: <817@ttrdf.UUCP>
  11. Reply-To: henges@ingr.UUCP (John Hengesbach)
  12. Organization: Intergraph Corp. Huntsville, Al
  13. Lines: 99
  14. Xref: ucsd comp.sys.mac:14949 rec.music.synth:3701
  15.  
  16. In article <817@ttrdf.UUCP> fjo@ttrdf.UUCP (Frank Owen ) writes:
  17. >
  18. >  Has anyone figured out how to kludge up a Do-It-Yourself MIDI interface
  19. >for the Macintosh? It seems that the one Apple sells has practically no 
  20. A reply...
  21.  
  22.  
  23.             MINIMAL MAC--MIDI INTERFACE
  24.             ===========================
  25.  
  26.  
  27.  
  28.     Well, here it is all you MIDI fans.  THE ultimate in
  29.     simplicity!!  This is a simple schematic for a serial
  30.     to MIDI converter.
  31.  
  32.         There are two functions performed here.  One is the
  33.     conversion from current loop to RS-422.  The second function
  34.     is supplying the 1 MHz signal for the serial chip to sync
  35.     up with the 31.5K baud rate of MIDI.
  36.  
  37.  
  38.          >>>>>>> DATA FLOW >>> (MAC TO MIDI INSTRUMENT) >>>>>>>>>
  39.                +-------+     +------+
  40. To MAC   4   10|26LS32 |     |7407  |
  41. Serial  >------+       |11  1|      |2    +------+    5
  42. Port     5    9|       +-----+      +-----+R=220 +-----<  \
  43. DB9 pin >-------       |     |      |     +------+         \  (5 pin DIN socket)
  44. Numbers        |       |     |      |                       | MIDI OUT
  45.                +-------+     +------+                      / (to instrument)
  46.                 +------+                  +------+    4   /
  47.       +5 volts -+R=390 +--+     +5 volts -+R=220 +-----<
  48.                 +------+  |               +------+
  49.                +-------+  |  +------+1    +------+    4
  50.          8    6|26LS31 |  |  |MCT2  +-----+R=220 +-----< \
  51.         >------+       |11| 5|      |     +------+        \  (5 pin DIN socket)
  52.          9    5|       +--+--+      |                      | MIDI IN
  53.         >-------       |    4|      |2                5   / (from instrument)
  54.                |       |   +-+      +------------------< /
  55.                +-------+   | +------+
  56.                            |
  57.                            v
  58.                            Ground
  59.          <<<<<<<<<<<<< DATA FLOW << (MIDI INSTRUMENT TO MAC ) <<<
  60.  
  61.                +-------+     +------+
  62.          7   10|26LS31 |     |1 MHZ |
  63.         >------+       |9   8| OSC  |
  64.          3   11|       +-----+      |
  65.         >-------       |     |      |
  66.                |       |     +      |
  67.                +-------+     +------+
  68.  
  69.     Power connections:
  70.  
  71.               GROUND    +5
  72.             -----    --
  73.       7407        7    14
  74.       26LS31    8,12    4,16
  75.       26LS32    8,12    4,16
  76.       OSCILLATOR    7    14
  77.  
  78. Notes:
  79.  
  80.     The optical isolator MCT-2 above can probably be any relatively
  81. fast optical coupler.  Note that the 390 ohm resistormay need to be
  82. adjusted to make sure the output does not saturate.  Using a scope
  83. while feeding a MIDI signal in should show you whether the signal
  84. looks clean.
  85.  
  86.     The diagram has been drawn to show MAC signals on the left
  87. and MIDI signals on the right.  There have also been allowances made
  88. for the fact that 80 column ascii displays are not **exactly**
  89. graphics terminals. Also note that the MAC pin numbers are for the
  90. DB9 connector **NOT** the 8 pin mini-DIN connector!!
  91.  
  92.     The age old question of where to get power for this always
  93. remains.  On the pre-MAC-PLUSs, there was power available from the
  94. serial port connector.  I solved this problem by finding a 7 VDC
  95. AC adapter at a parts store and using a 5 volt voltage regulator
  96. IC to bring it down to 5 volts.  This is left as an exercise for
  97. the student.....
  98.  
  99.     The 26LS31 and 26LS32 are the same type of chips which are
  100. used in the MAC for RS-42? conversion.  I got them from a store in
  101. Santa Clara California (Anchor Electronics  (408) 727-3693).  They
  102. also have 1 Mhz Oscillators as well.
  103.  
  104.     I have built several variations of this over the last two
  105. years and have had good success using a variety of music software
  106. with them.
  107.  
  108.  
  109. John Hengesbach
  110. (205)772-1669
  111.  
  112. uunet!ingr!henges
  113. Intergraph Corporation
  114. Huntsville, AL 35807
  115.  
  116.  
  117.