home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / tracker-4.13.lha / tracker / Docs / changes next >
Encoding:
Text File  |  1995-02-08  |  2.3 KB  |  69 lines

  1. Release 4.11 (internal-beta)
  2. * implemented color ansi support
  3. * NeXt status: working with minor patch
  4. * linux status: working
  5.  
  6. Release 4.8:
  7. * NOTE FOR PROGRAMMERS: output_samples size HAS changed to 23 bits,
  8. * to allow for 16 bit samples, oversampling, volume, and so on...
  9. * reorganized machine dependent code to Arch/
  10. * cleaned up Makefile
  11. * implemented buffered files (finally). Faster loading of some files
  12. * clutter of includes moved to defs.h 
  13.  
  14. Internal release 4.7:
  15. * small bugfixes.
  16. * compiling now on other architectures: NeXT, OS9
  17.  
  18. Release 4.3:
  19. * full amiga support. Good playing model.
  20. * rewrote Makefile.
  21. * minor options changes.
  22. * much easier to tinker with than the previous versions. hooks for future
  23. upgrades everywhere.
  24. * tracker 3.xx is no longer supported. I won't answer to bug reports 
  25. concerning it except to redirect you to the newer version.
  26.  
  27. Release 3.19:
  28. from 3.11:
  29. * amiga support ! Finally.
  30. * solaris 2.2 support.
  31.  
  32. Release 3.11:
  33. * general bug-fixes, plays some modules it goofed on (speed check, extended
  34. command loop now works).
  35. * repeat working better.
  36. * should be rather difficult to get cores out of it.
  37. * may fork when loading a new module, though not working satisfactorily yet.
  38. * almost readable scrolling display.
  39. * support for DECstations (thanks to Andrew Leahy (A.Leahy@st.nepean.uws.edu.au)
  40. * support for hpux (thanks to Bjoern Stabell (bjoerns@staff.cs.uit.no)
  41. * partial support for solaris
  42.  
  43. Release 3.10:
  44. * linux: small bug-fix, 16 bit support
  45. * general: bug in finetune fixed
  46.  
  47. Release 3.9:
  48. * background/foreground csh-aware mode, much cleaner termio.
  49. Release 3.7:
  50. * support for linux (thanks to Hannu Savolainen (hsavolai@cs.helsinki.fi)
  51. * small bug fix in termio: restore to a sane tty on exit.
  52. Release 3.6:
  53. * more efficient replay routine, works faster, all glitches finally suppressed
  54. (I hope).
  55. * more options, better integrated.
  56. * much cleaner source code.
  57.  
  58. Internal Release 3.0:
  59. * tracker is aware of the sparcstation 10.
  60. * bug fix for command 5 (portamento slide), that now works like
  61. portamento. Mostly affects apocalypse module.
  62. * support for most protracker extended commands, including finetune.
  63. * dynamic adjustements to the output frequency, fast skip, much better
  64. user-response overall.
  65. * better runtime interface (without those strange signals sequences)
  66. * better screen output
  67. * audio flush on the sparc, don't have to wait 10sec+ to exit.
  68.  
  69.