
	pybuzz scripts
	last updated: 02/01/05
	----------------------


	some of the .py's listed here will only use the buzz, base and sys module functions.
	i limit myself to these functions so those that havent installed python can still
	use them and learn from them (*). python23.dll only includes the sys module, buzz module
	is provided by pybuzz, and there are many basic functions inheirent to python with
	no module loaded. 

	i will add and update files to this directory periodically.


	*mute_getmachines5.py - gets MachineInfo on all machines added to a song.
				displays the use of C Objects, Lists, Indexes, and strings.
				Cross reference the different Functions like GetMachineInfo
				with the pybuzz reference file.

				all other python commands are basic list/array/if/loops
				included in the base and sys module. 

				02/01/05 update: getmachines5 is a little sloppy and the long
				way of doing things. check out realnames.py and the code in mMax()
				inside mute_master_n_servant.py for better methods.

				getmachines5 is still a good example though and shows how to go
				through the different objects+arrays individually.

	*mute_filewrite.py    - one way to write to a file. this also sticks with the 
				base and sys module functions. example of file i/o.

	*mute_wavcopy.py      -	binary file copying + renaming for use with HD Wav recorders
				like Morex WordOut or FuK Freq Out. also uses base and sys
				module functions. for more information on this one & a
				functional demo, download the instructions + bmx in the
				.rar @ http://web.hibo.no/~mva/viewreview.php?id=997
				replace the mute_wavcopy.py in the rar with this version.


	other scripts: 
 	read the comments in the .py
	not all of them are by me, i've tried to add nicks/names when they're available
				
	----------------------
	mute/aaron
	www.plosive.net
