
	Blur Scope MAX - Custom Visualization by Matt Bardeen

INSTALLATION
	You _should_ be able to just do ./configure; make; make install
	that is, if you have a default install of xmms..  


USAGE
	If all goes well in the installation, you should be able to simply
	enable it via the XMMS Visualization Plugin dialog in the preferences.
	Right clicking anywhere in the draw window will switch to the next preset.
	Left clicking will bring up the configuration screen.

	Configuration Screen - 
		The General tab represents what is being drawn on the screen.
		Most of this is pretty self explanatory, but there are some things to note:
		                   -Double Sizing your window *will* slow down your system.
		                   -The Stereo drawing fuctions are only available in double size mode. 
			                    I don't like scaling functions, I feel they detract from the true waveform.
			                   Therefore, I will truncate the waveform before I scale it. Stereo mode just doesn't
			                   look right in less then Double size mode due to this fact.
		                   - The Circular Smoke and Spiral blur functions are slower then the other options.
			                   I've tried to optimize these as much as possible, but awesome visuals come with a price.	
		
		The Color tab contains all the color options.
	
		The Presets tab is your custom list of presets. You can only have 10 presets as of now. 
		I may change this later on if I get enough complaints about it.
		To create a preset, simply find an effect that you like, type in a name in the text box,
		and click on Add or Replace.
		- Add will add the effect that is showing in the draw window to the end your preset list.
		- Replace will replace the current preset with the effect that is showing in the draw window.
		- Delete will delete the current preset.




AVAILABILITY
	The xmms plugin compo page (see http://www.xmms.org)
	My homepage (http://home1.gte.net/mbardeen/blurscope)

LICENSE
	
	Copyright (C) 1998-1999  Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies. 
	Modified blur routines and interface are Copyright (C) 1999 Matt Bardeen.
	Cthugha functions are Copyright 1995-1997 by Harald Deischinger, and credit also goes to Cthugha and Torps Productions.
	
	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
