Menu

Tree [r22] /
 History

HTTPS access


File Date Author Commit
 dist 2006-12-12 richy2k [r22] Threading fix ( a big one ), and bass fuzz!
 include 2006-12-05 richy2k [r21] Type changes and optimisations.
 lib 2006-07-16 richy2k [r13] Reduced latency PortAudio for DS
 src 2006-12-12 richy2k [r22] Threading fix ( a big one ), and bass fuzz!
 vcnet 2006-12-12 richy2k [r22] Threading fix ( a big one ), and bass fuzz!
 Makefile 2006-07-10 Richy2k [r1] Initial creation.
 README 2006-07-10 richy2k [r2] Updated readme

Read Me

CP-GFX: A Cross Platform Guitar Effect Processor.
=================================================

Written by Neil Richardson, 2006.
Just some brief instructions on building.

SVN:
----

Nice and easy stuff, anyone can check out.

$> svn co https://svn.sourceforge.net/svnroot/cp-gfx cp-gfx


Linux building:
---------------

make:
	Will make the program, and stick it all into "./dist"
	
make clean:
	Will clean out the objects in the src folder
	
make distclean:
	Will empty out the dist folder
	
make install:
	Installs to the path specified in the Makefile.

make uninstall:
	Will uninstall from the folder specified.

Windows building:
-----------------

Open up the solution in the 'vcnet' folder, and just build.

The program will be in the 'dist' folder, with the effects correctly in the 'dist/effects' folder.

All ready to go from there!