README file for Pablo/Visual

Subdirectories:

AppDefaults - Control files used by the visualization system.  These
	set the behavior of the environment.  Also, default values for 
	the display widgets.  You shouldn't have to change anything. 
	If you do make changes, edit Pablo.template or the appropriate
	file(s) in AppDefaults/ResourceFiles and then do 'gnumake' to 
	rebuild the master file (Pablo) and also 'gnumake install' to 
	install the resource file in the appropriate installed directory.  
	The script 'runPablo' looks for the Pablo resource file when it runs.

Help -  Text files for the on-line help system in the visualization 
	environment

InformalDocs - Informal documents on dealing with Blank and White displays
        and adding new modules to the Pablo system.  Compiled as reponses
	to user questions and perhaps of use to others.
	
Sample-Libraries - Sound files used by the sonification part of the
	system.  (symbolic link)

Src -   The system source.  

	Src/Audio:	Source for sonic part of Pablo.

	Src/Motif:	Wrappers for standard Motif widgets and misc. other
			motif-related things.

	Src/System:	Visualization source.

		        .../Analysis
			.../Base
			.../Descriptors
			.../Dictionaries
			.../FUConfig
			.../FunctionalUnits
			.../Interface
			.../Iterators
			.../Managers
			.../Pipes
			.../Primitives
			.../UsefulClasses
			.../Wrapper
			.../XInterface
				.C files for classes in visualization system

			.../Includes
				.h files for classes in visualization system

			.../Config
				distribution directory of sample configurations
				used in the tutorial document (TUTORIALS) and
				other demos (DEMOS).

			.../Build
				build directory for visualization system--
				Pablo executable is built here.  You can execute
				it using the 'runPablo' script in this 
				directory, or do the 'make install' and execute
				it from the installed directory.  The file
				"PabloOptions.def" in this directory contains 
				the build-time defines for the system that are 
				not included in the makefile directly.  You may 
				want to undefine ASSERT -- it is defined by
				default.

			.../Scripts
				scripts used to build Pablo -- two of these 
				use perl.

	Src/Widgets:	Source for widgets used by the system.
