home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / mp3 / nad / whatsnew.txt < prev   
Text File  |  1998-01-16  |  4KB  |  100 lines

  1. Whats new in NAD 0.80?
  2. ----------------------
  3.  
  4.  * Command Line options (see Below)
  5.  
  6.  * In-Window visualisation
  7.    * Oscilliscope - This is s filled Oscilliscope, which I personally think
  8.      looks nicer than a 'line' oscilliscope. There is also the option of high
  9.      persistence, which makes it look just like one of those cool ones you see
  10.      on TV.
  11.  
  12.    * Spectrum Analyser - an average spectrum analyser, it uses the colour of
  13.      the oscilliscope to draw, eventually I'll work on it more to make it all
  14.      nice colours.
  15.  
  16.  * Advanced Skip Protection
  17.  * Support for Drag+Drop directories
  18.  * Custom NAD-Look message boxes
  19.  * Supported File-Type registration
  20.  * NAD now remembers the last directory you loaded files from
  21.  * A Frame Counter
  22.  * Stream Sync 'Lights' (the green and red boxes under the time display)
  23.    (please dont ask what the blue one is for yet...)
  24.  
  25.  * The Purple light is a Low Buffer warning light, if this is lit a lot, then I'd
  26.    reccommend either turning up the nuber of buffers, adding pre-buffering, or
  27.    even dropping for 486 mode(Which may be a lot faster on Cyrix/amd 686 chips).
  28.    The light will be on at the very beginning of decoding, because nad will not have
  29.    filled up its audio buffer, the light should dim after 1second of sound is played.
  30.  
  31.  * Better Shell Intergration. One major improvement is, if you run nad from
  32.    its .exe then you can start as many nads as you like, however double
  33.    clicking an associated .mp3(or mp1,mp2) will find the other nad and tell
  34.    it to play the mp3.... assuming multiple instances is switched off in the
  35.    preferences... Clever? maybe...
  36.  
  37.  * More fixups to the Continuous Playback, its even better than before!
  38.    (is that possible???) Keep trying MuseArc......
  39.  
  40.  * Drag and Drop onto the playlist editor ADDS the item(s) to the playlist
  41.    while keeping the existing playlist.
  42.  
  43.  * Brand new TAG Editor
  44.  * More Genre Settings (One Hundred and Eleven to be precise...)
  45.  * Preset Graphic Equalizer set-up's (For Some Of The more common Genres)
  46.  * The ability to set the GraphicEqualizer from the GENRE of
  47.    a TAG.
  48.  
  49.  * Vast speed-ups all round, I went through all the new code optimizing
  50.    (and in some cases re-writing) the code to be as fast as possible.
  51.  
  52.  * Re-Implemented Mp3 TAG Support
  53.  * Re-Implemented Time Display
  54.  
  55.  * Improved MP1/MPG audio playback code
  56.  * Improved plugin support
  57.  * Improved sync detection
  58.  
  59.  * Fixed an 'issue' with winamp-made playlists. Winamp saves the filenames
  60.    of the items relative to the playlist location, NAD expects a full path
  61.    name. Anyway NAD now knows the difference between the playlist formats
  62.    (and its still compatible with winamp) and adjusts itself accordingly,
  63.    sorry to all who had winamp made playlists that were causing problems
  64.    with NAD.
  65.  
  66.  * Links to Free and Commercial music
  67.  
  68.  
  69. Brand new Command Line Options:
  70. -------------------------------
  71.  
  72. /HIDDEN
  73.     Causes NAD to start hidden from view
  74.  
  75. /QUIT
  76.     Causes NAD to quit after the last item in the playlist
  77.     has been played. This will 'auto-disable' if you use the
  78.     gui, so its best used with the /HIDDEN option...
  79.  
  80. /MINIMIZED
  81.     Causes NAD to start minimized.
  82.  
  83. /SHUFFLE:ON
  84. /SHUFFLE:OFF
  85.     Activates/Deactivates shuffle mode.
  86.  
  87. /REPEAT:ON
  88. /REPEAT:OFF
  89.     Activates/Deactivates Repeat Play mode.
  90.  
  91. /QUALITY:QUARTER
  92. /QUALITY:HALF
  93. /QUALITY:FULL
  94.     Sets the decoder quality.
  95.  
  96. /INFO
  97.     Brings up a dialog box giving you information on the mpeg file(s)
  98.     you specify.
  99.  
  100.