annotate src/scheme/tools.scm @ 0:bf79fb79ee13

Initial Mercurial check in.
author samer
date Tue, 17 Jan 2012 17:50:20 +0000
parents
children
rev   line source
samer@0 1 ;;; this covers most of what tools used to contain,
samer@0 2 ;;; plus the audio input stuff
samer@0 3 ;(load "audio.scm")
samer@0 4 (load "filelist.scm")
samer@0 5 (load "models.scm")
samer@0 6 (load "functions.scm")