Tracks/to.do * git (git init-db; edit .git/info/exclude; git add .; git commit -a) (exclude *~ *.bak *.ogg *.mp3 CVS) * net o Makefiles * Makefile in Tracks * Makefile (sample) and git repo in Tracks/net o make target to set up track directories o Tools/track.make -- make template for track directories o note that no tracks have a Makefile at the moment. o Recording to local filesystem o need to copy a track directory to a local disk for recording, sync back when finished. Probably best to use git for this. ~ of course, one could also put Tracks on Harmony. Probably a bad idea.