home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / SOUNDUTILS / mm1_tracker.lzh / TRACKER4.6 / Amiga / Docs / amiga.readme < prev    next >
Text File  |  1994-11-24  |  2KB  |  41 lines

  1. Update for release 4.5:
  2.  
  3. Actually tracker 4.0 was not really useable... it did have some SERIOUS bugs.
  4.  
  5. Fixe up a stupid bug: the Quit menu item didn't work, but hanged the machine instead !
  6. Another stupid bug in the main.c code: I forgot to check for UI_QUIT returns, so clicking
  7. on the close window button from the gui startup `select song' requester was a sure way
  8. to lock tracker.
  9.  
  10. added v39 newlook menus for those not using MagicMenus. More tricky than I thought: you
  11. need to use GTMN_FrontPen in the CreateMenus() call !
  12.  
  13. added v39 code to set the busy pointer while the machine is not responding...
  14.  
  15. added wb2cli code, so workbench tracker actually works now.
  16.  
  17. --
  18.    March, the 2nd 1994
  19. --------------------------
  20.  
  21. Well, this version of tracker works on the amiga too.
  22. I happened to have the source of tracker with me and my amiga
  23. less than the usual 300 km far from me.
  24.  
  25. Astoundingly enough, it took me only 5 hours to bring tracker up to speed and
  26. running, except for some trivial bugs, and only about twenty lines to change
  27. in the usual tracker source. Of course, I cheated. Some people may remember
  28. a quite old project of mine on the amiga... I already had some code for the
  29. audio.device.
  30.  
  31. Then I came back home and I implemented the two-tasks model described in
  32. amiga.tech. The end result runs much more satisfactorily and in the end,
  33. it depends even less on the main program being optimized.
  34.  
  35. By the way, it should be a bit more difficult to port this tracker release
  36. to a version of amiga-unix, or you'll have to retrofit the whole user interface.
  37. I hope somebody will do it and send it back to me anyway. Thanks !
  38.  
  39.     Marc Espie, december the 26th 1993
  40.  
  41.