home *** CD-ROM | disk | FTP | other *** search
/ Multimédia la Compil' 2 / Sybex_Multimedia_La_Compil_2.iso / mrouter / readme.txt < prev    next >
Text File  |  1994-11-14  |  2KB  |  53 lines

  1. MIDI Router is a simple Windows MIDI device driver which redirects the
  2. output of a MIDI program to the input of another MIDI program.
  3.  
  4. I needed this driver for my own work, so I wrote it. I hope you will find it
  5. useful too.
  6.  
  7.  
  8. Features:
  9.  
  10. * Supports short MIDI messages.
  11. * Supports both callback and window message client notification.
  12.  
  13. Installation:
  14.  
  15. 1. Open the Drivers applet in the Control Panel.
  16. 2. Press the "Add" button.
  17. 3. Select the "Unlisted or updated driver" entry.
  18. 4. Enter the path for the driver.
  19. 5. Select the "MIDI Router" entry.
  20. 6. Press "OK".
  21. 7. Restart Windows.
  22.  
  23. Disclaimer:
  24.  
  25. This piece of software is donated to the public domain. You can use it for
  26. whatever purpose you like. However it is provided as it is, use it at your own
  27. risk. I won't take any responsibility for anything.
  28.  
  29. I provide the source code as well. The code was written in Borland C++ 3.1.
  30.  
  31. You can modify the source code as long as you give credit to me in your source.
  32. Please let me know if you add new features, I'd like to have them too.
  33. Bugs can be reported to Zoltan Janosy <janosy@tsys.hit.bme.hu>.
  34.  
  35. Known limitations:
  36.  
  37. * SysExs are not supported.
  38. * Only one client per input and per output is allowed.
  39. * Task callbacks are not supported (are they used at all?)
  40.  
  41. Known bugs:
  42.  
  43. * None so far.
  44.  
  45. Suggested enhancements:
  46.  
  47. * Support for System Exclusive messages
  48. * Allow multiple clients
  49. * Graphical router (Control Panel applet)
  50.  
  51. Enjoy!
  52.  
  53. Zoltan Janosy <janosy@tsys.hit.bme.hu>