********************
*                  *
* VQF tagger v0.04 *
*                  *
********************

(c) Macik

Report me bugs & what you want to see in next versions:
  macik@dorm.utc.sk
  kopinec@frki.utc.sk
  kopinec@frcatel.utc.sk

THIS IS FREEWARE

What it does:
  VQF tagger allows you to change the title of the song, author and comment fields that are "buried" in the song (very similar to MP3's ID3 tags).  You can also change some other settings like the permission to save (used for "streaming VQFs"), and the HeaderPtr (not sure of the practical use of this setting).


How it works:
  1. Creates a new file "~temporary.vqf",
  2. Creates new header and puts the data into "~temporary.vqf",
  3. Adds the sound data from original file to "~temporary.vqf",
  4. Deletes original file,
  5. Renames "~temporary.vqf" to the original file name.


Notes:
  * Don't change the HeaderPtr if have no reason!
  * If a runtime error occurs your VQF file is not damaged. ;-)  Only delete "~temporary.vqf" if it exists and try again.
  * Don't write me to notice you about new version - see www.vqf.com

Program history:

0.01  15.3.98
	First version
	Only allows you to change one file
	Allows you to change Title, Copyright and Comment
	HeaderPtr always set to zero (no present players need it, but may in the future)

0.02  19.4.98

	ADDED:
	~~~~~~
	Permission to save + filename
	User HeaderPtr selection
	Multi-files operation + Select all
	Some error checking	

	FIXED:
	~~~~~~
	HeaderPtr now works
	ReadOnly files view now works (no editing allowed, of course)

0.03  27.4.98

	ADDED:
	~~~~~~
	Reload header after change (you immediately see what your changes)
	Added lines COMM and DATA into HeaderPtr DropDownListBox (most likely useless)

0.04  3.5.98

	ADDED:
	~~~~~~
	Author field
	Better error handling
	MultiLine Comment field

	FIXED:
	~~~~~~
	MultiFileEdit small harmless bug


Note:  This document has been altered from its original state by VQF.com (with owner's permission!!).