home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / goattracker_2.70_stereo.zip / readme.txt < prev    next >
Text File  |  2010-01-31  |  4KB  |  104 lines

  1. GoatTracker v2.70 Stereo
  2. ------------------------
  3.  
  4. Editor by Lasse ╓÷rni (loorni@gmail.com)
  5. HardSID 4U support by TΘli Sßndor.
  6. Uses reSID engine by Dag Lem.
  7. Uses reSID distortion / nonlinearity by Antti Lankila.
  8. Uses 6510 crossassembler from Exomizer2 beta by Magnus Lind.
  9. Uses the SDL library.
  10. GoatTracker icon by Antonio Vera.
  11. Command quick reference by Simon Bennett.
  12.  
  13. Distributed under GNU General Public License
  14. (see the file COPYING for details)
  15.  
  16. Covert BitOps homepage:
  17. http://covertbitops.c64.org
  18.  
  19. GoatTracker 2 SourceForge.net page:
  20. http://sourceforge.net/projects/goattracker2
  21.  
  22.  
  23. Differences to normal version: (refer to normal GT2 for full documentation)
  24.  
  25. - Only buffered write playroutine without zeropage ghostreg support can be used.
  26.  
  27. - To play sound effects on the second SID, use channel indexes 21, 28 and 35 for
  28.   voices 1-3 respectively (in the X register)
  29.  
  30. - Command line differences:
  31.  
  32.   /Lxx (SID address parameter) takes addresses of both sids written one after
  33.        another, right SID in the high word, for example D500D400
  34.   /Hxx (use hardsid) is in hexadecimal format. High nybble specifies right
  35.        hardsid ID and low nybble left hardsid ID. If right hardsid ID is omitted
  36.        it is assumed to be left+1. For example 21 tells to use ID 1 for right &
  37.        ID 0 for left.
  38.  
  39. - Songdata is otherwise same as normally, but there are 6 orderlists for each
  40.   subtune.
  41.  
  42. - Submit a patch if there are bugs in the stereo hardsid output, I have no means
  43.   to test it.
  44.  
  45.  
  46. Changelog so far:
  47.  
  48. v2.59     - Fixed channels 4-6 not setting global tempo.
  49.           - Added missing channel 4-6 playback start checks to the editor
  50.             playroutine.
  51.           - Mono songs can be loaded (detection relies on checking song order-
  52.             list validity and is not 100% certain.)
  53.           - Vertical resolution increased.
  54.  
  55. v2.6      - Fixed channel 4-6 filter commands.
  56.           - Fixed help screen mouse scrolling.
  57.           - Fixed pattern default length selection display when decrementing 
  58.             from a value of 100 or higher.
  59.           - Fixed mouse selection of pattern when adjusting an adjacent channel.
  60.           - Fixed help screen instructions.
  61.           - Changed resolution to 800x600 (pattern display tightened.)
  62.           - Changed speed of page up/page down scrolling to be faster.
  63.           - Optimized text output routines.
  64.  
  65. v2.61     - Fixed SHIFT+channel number in orderlist edit mode (swap orderlists)
  66.             to work with channels 4-6.
  67.           - Fixed muting.
  68.           - Added the backquote key (top-left on keyboard) to select channel
  69.             in pattern edit mode, and to select table in table edit mode. Use
  70.             with SHIFT to go backwards.
  71.           - Added SHIFT+channel number to mute channels in pattern edit mode.
  72.  
  73. v2.62     - Added possibility for realtime calculated note independent (hifi)
  74.             portamento & vibrato. Warning: has potential for huge rastertime
  75.             increase.
  76.                         
  77. v2.63     - Fixed note independent portamento & vibrato to use the last note
  78.             set in wavetable for calculations, instead of the last note in
  79.             patterndata.
  80.             
  81. v2.64     - Fixed paste in table (SHIFT+V) working also without SHIFT pressed.       
  82.  
  83. v2.65     - Fixed raw keycodes over 511 interpreted as some other keys in the
  84.             0-511 range.
  85.             
  86. v2.66     - Permit running without sound.
  87.  
  88. v2.67     - Cycle-exact HardSID playback.
  89.           - Configurable cycle-exact HardSID buffer length (separate for inter-
  90.             active and playback mode, see /T and /U command line options)
  91.             
  92. v2.68     - Fixed sound uninit crash with multicore processors (?)
  93.           - SID register write order tweaked to resemble JCH NewPlayer 21.
  94.           - New reSID-fp engine (with distortion & nonlinearity) from Antti
  95.             Lankila integrated. Activated with /I command line option parameters
  96.             2 & 3.
  97.           - Command quick reference by Simon Bennett included.
  98.  
  99. v2.69     - Fixed click bug in reSID audio output.
  100.           - Newest reSID-fp code integrated.
  101.           - reSID-fp filter parameters adjustable from the configuration file.
  102.           
  103. v2.70     - Fixed possible crash on some versions of the HardSID dll.
  104.