home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / music / msplacc / readme.txt < prev   
Encoding:
Text File  |  1989-04-16  |  3.3 KB  |  67 lines

  1. ******************************************************
  2. **********         WARNING!!!!!!!!!!!!     ***********
  3. ******************************************************
  4.  
  5. DO NOT INSTALL THIS DESK ACCESSORY ON YOUR HARD DRIVE
  6. untill you are satisfied that it really works.  This
  7. desk accesory has not been fully tested, but if there
  8. is something wrong with it, you may never boot up
  9. your hard drive again.  Run this thing from floppies until
  10. you are totally satisfied with the results.  The source
  11. code is included in this arc file, so if you really want
  12. to, you can see what is going on if you like.
  13.  
  14. To find out how to use this program, you can print "msplacc.prt"
  15. to your printer.  It should work with any epson compatable printer
  16. and is already formated and every thing.
  17.  
  18. This desk accessory messes around with the
  19. Keyboad/Midi interrupt vector as well as the TRAP 3 vector.  If
  20. this desk accessory is installed, other Midi programs will most
  21. likely no longer work.  Because it runs in the background, it needs
  22. to take total control over the Midi port, and won't be too
  23. happy if another programs wants to use it as well.
  24.  
  25. Well, those are the warnings.  More improvements will be on the
  26. way, such as Juke Box mode, etc.  Any comments, write to:
  27.  
  28.     James Patchell
  29.     533 San Blas Pl.
  30.     Santa Barbara, CA 93111
  31.  
  32. ***********************  ADENDUM  ***************************
  33.  
  34.     I have gotten reports back that MULTIDESK does work with the
  35. background player.  Since I don't own MULTIDESK I cannot fully confirm this
  36. but I do beleive my source that said it was true.
  37.  
  38.     In jukebox mode (SONG LIST), the desk accessory loads all of the songs 
  39. into memory where they will be permantly.  The limit on the number of songs is
  40. 24.  This was arbitrary, but if you load that many with a 520 ST, you probably
  41. won't have any memory left to run an application anyway.  In jukebox mode
  42. the player will play all the songs in sequece, and then start over, going on
  43. for ever and ever....   The fact that the songs are resident is probably going
  44. to be no problem for MEGA users and people with with 2 Meg upgrades.
  45.  
  46.     As far as I know all the major bugs are out of the program.  At this
  47. time the code does require a bit of cleaning.  Speaking of code, the C-code
  48. is included in the ARC file containing the accessory.  The code was written
  49. with Megamax LASER C, and will probably only compile with the LASER C compiler
  50. in fact, you can bet on it, since the code includes a sizable amount of
  51. inline assembly code (hey, lets make the code un-portable).
  52.  
  53.     Also, this desk accesory does not like to be used with ill-behaved
  54. software.  I have had trouble with some of the more bizzare peices of software
  55. causing the system to crash on return to the desktop.  I am working on this,
  56. sorta.  But the accessory will keep playing your tunes in the background even
  57. during NON-GEM programs, such as those with .ttp and .tos extensions.
  58.  
  59.     However, don't push your luck.  This desk accessory will definately
  60. not work with other MIDI software running, period.  If you are going to use
  61. other MIDI software, de-install the accessory before you run it.  This is
  62. because I wrote my own midi handler for this to cut down on the overhead,
  63. and the BIOS calls that handle midi opertions may get upset.  Also, besides
  64. that, having two programs talking to the midi out port just would not work
  65. anyway.
  66.  
  67.