gaud 0.2 README ============================================================================== Copyright (c) 1997-2001 Kurt A. Stephens and Ion, Inc., All Rights Reserved. http://www.acm.org/~stephensk Kurt A. Stephens and Ion, Inc. MAKE NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. Kurt A. Stephens and Ion, Inc. SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. $Id: COPYRIGHT,v 1.3 2001/04/03 18:37:16 stephens Exp $ ============================================================================== gaud 0.2 README ============================================================================== GOAL: A non-destructive audio processing system using streamed expression. Use TCL/TK as a scripting/GUI language. Create bindings for GAUD objects using Tcl_Obj*. Create operations for GAUD objects using TclCmds. Create bindings for GAUDpos object values. Allow GAUDpos values to be bound to values that can be modified. [GAUD [asdr [+ GAUD ] Expressions There are basic operators: add, sub, mul, div And generative operators: sine, square, triangle, noise. Envelope operatiors: GAUD GAUD_trigger(GAUD x) Generates a single 1.0 value pulse when the input moves from <= 0.0 to > 0.0. GAUD GAUD_asdr(GAUD trigger, GAUD attack, GAUD sustain, GAUD decay, GAUD hold, GAUD release) Generates a envelope from 0.0 to 1.0, triggered when trigger moves from <= 0.0 to > 0.0. The envelop ramps from 0.0 to 1.0 for attack seconds after the trigger, and sustains until trigger + sustain, then begins to decay to the hold value. The hold value is held until trigger moves to >= 0.0, then value ramps to 0.0 at trigger + release. GAUD GAUD_sah(GAUD trigger, GAUD in) Does a "sample-and-hold" operation on in at trigger. EXAMPLES: run "./gaud test/s.tcl" $Id: README,v 1.3 2001/05/22 07:07:15 stephens Exp $ ============================================================================== ============================================================================== NAME gaud VERSION 0.2 CATEGORY Audio Processing DESC Generative Audio library. CONTAINS_PKGS gaud maks bin REQUIRES_OTHERS gnumake perl sh tcl tix tk DATE 2001/06/02 10:29:47 README /home/stephens/public_html/research/pub/gaud0.2.txt ARCHIVE /home/stephens/public_html/research/pub/gaud0.2.tgz NAME gaud VERSION 0.2 CATEGORY Audio Processing DESC Generative Audio library. SRC_DIR /home/stephens/ion/src/gaud CHANGES_RELEASES CVSLOG CVSLOG MAKE make MAKE_CLEAN clean veryclean RCS_ID $Id: PKG,v 1.2 2001/06/02 10:12:17 stephens Exp $ README README REQUIRES_OTHERS tcl tk tix REQUIRES_PKGS ../maks NAME maks VERSION 0.2 CATEGORY Development Tools DESC A Makefile library. Handles automatic header file dependencies and interpackage dependencies. SRC_DIR /home/stephens/ion/src/maks CVSLOG CVSLOG MAKE make MAKE_CLEAN clean veryclean README README REQUIRES_OTHERS gnumake sh REQUIRES_PKGS ../bin NAME bin VERSION 0.1 CATEGORY Development Tools DESC A development script library. Tools for: publishing PKG packages, adding COPYRIGHT and RCS version strings to source files, etc. SRC_DIR /home/stephens/ion/src/bin CVSLOG CVSLOG MAKE make MAKE_CLEAN clean veryclean README README REQUIRES_OTHERS perl sh REQUIRES_PKGS OTHER gnumake OTHER perl OTHER sh OTHER tcl OTHER tix OTHER tk ============================================================================== gaud 0.2 CHANGES ============================================================================== ============================================================================== gaud 0.2 Table of Contents ============================================================================== gaud0.2: total 7 drwxr-xr-x 3 stephens stepheng 1024 Jun 2 05:32 . drwxr-xr-x 3 stephens stepheng 1024 Jun 2 05:32 .. -rw-r--r-- 1 stephens stepheng 97 Jun 2 05:32 CHANGES -rw-r--r-- 1 stephens stepheng 601 Jun 2 05:32 COPYRIGHT -rw-r--r-- 1 stephens stepheng 778 Jun 2 05:32 README -rw-r--r-- 1 stephens stepheng 106 Jun 2 05:32 TOC drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 src gaud0.2/src: total 6 drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 . drwxr-xr-x 3 stephens stepheng 1024 Jun 2 05:32 .. -rw-r--r-- 1 stephens stepheng 390 Jun 2 05:32 GUM_BUILD_ROOT drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 bin drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 gaud drwxr-xr-x 7 stephens stepheng 1024 Jun 2 05:32 maks gaud0.2/src/bin: total 134 drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 . -rwxr--r-- 1 stephens stepheng 2170 Feb 23 01:14 .#uud.1.2 -rwxr--r-- 1 stephens stepheng 3661 Feb 23 01:14 .#uudindex.1.2 drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 .. drwxr-xr-x 2 stephens stepheng 1024 Jun 2 05:09 CVS -rw-r--r-- 1 stephens stepheng 230 Feb 17 1999 PKG -rw-r--r-- 1 stephens stepheng 9271 Feb 17 1999 addcr drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 addcr.t -rw-r--r-- 1 stephens stepheng 3385 Jun 28 1999 addrcsid.pl -rw-r--r-- 1 stephens stepheng 5118 Feb 17 1999 ccinfo -rw-r--r-- 1 stephens stepheng 3059 Feb 17 1999 ccloclibs -rw-r--r-- 1 stephens stepheng 372 Feb 19 1999 ctocnl.c -rwxr--r-- 1 stephens stepheng 1255 Jan 14 09:40 cvschrep.pl -rw-r--r-- 1 stephens stepheng 1062 Feb 17 1999 cvschroot.pl -rw-r--r-- 1 stephens stepheng 352 Oct 20 1999 cvsclean -rw-r--r-- 1 stephens stepheng 331 Oct 13 1999 cvsedited -rw-r--r-- 1 stephens stepheng 1373 Oct 20 1999 cvsfind.pl -rw-r--r-- 1 stephens stepheng 1168 Apr 9 15:43 cvsfix.pl -rw-r--r-- 1 stephens stepheng 1193 Sep 9 1999 cvsretag.pl -rw-r--r-- 1 stephens stepheng 3571 Mar 21 2000 cvsrevhist.pl -rw-r--r-- 1 stephens stepheng 945 Feb 19 1999 cwfixlib.pl -rwxr--r-- 1 stephens stepheng 3010 Jan 14 09:40 d2u.pl -rw-r--r-- 1 stephens stepheng 312 Apr 8 1994 dos2unix.c -rw-r--r-- 1 stephens stepheng 709 Feb 17 1999 ecd -rw-r--r-- 1 stephens stepheng 190 Feb 17 1999 fe -rw-r--r-- 1 stephens stepheng 103 Feb 17 1999 findsource -rw-r--r-- 1 stephens stepheng 6566 Sep 30 1999 igrep drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 lib -rw-r--r-- 1 stephens stepheng 647 Feb 17 1999 linkdups -rw-r--r-- 1 stephens stepheng 1369 Feb 17 1999 locstatic -rw-r--r-- 1 stephens stepheng 259 Sep 30 1999 lsup -rw-r--r-- 1 stephens stepheng 6485 Feb 19 1999 mergefiles.pl -rw-r--r-- 1 stephens stepheng 1965 Sep 30 1999 mkindex -rw-r--r-- 1 stephens stepheng 1739 Oct 13 1999 mvr.pl -rw-r--r-- 1 stephens stepheng 279 Feb 17 1999 nmlibs -rwxr-xr-x 1 stephens stepheng 64 Feb 17 1999 nmm -rw-r--r-- 1 stephens stepheng 2427 Feb 17 1999 objcsyms -rw-r--r-- 1 stephens stepheng 18189 Jun 2 05:24 publish.pl -rw-r--r-- 1 stephens stepheng 2957 Feb 17 1999 sci -rw-r--r-- 1 stephens stepheng 3328 Feb 17 1999 scip -rw-r--r-- 1 stephens stepheng 92 Oct 13 1999 si -rw-r--r-- 1 stephens stepheng 2374 Feb 19 1999 split.c -rwxr--r-- 1 stephens stepheng 436 Apr 3 13:40 swig2def.pl -rwxr--r-- 1 stephens stepheng 2350 Jan 14 09:41 tgz -rw-r--r-- 1 stephens stepheng 1655 Mar 21 2000 ts -rwxr--r-- 1 stephens stepheng 2170 Apr 3 13:51 uud -rwxr--r-- 1 stephens stepheng 3661 Apr 3 13:51 uudindex -rw-r--r-- 1 stephens stepheng 606 Feb 17 1999 which -rw-r--r-- 1 stephens stepheng 99 Feb 17 1999 whichall -rw-r--r-- 1 stephens stepheng 1777 Feb 17 1999 wwwsend gaud0.2/src/bin/CVS: total 6 drwxr-xr-x 2 stephens stepheng 1024 Jun 2 05:09 . drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 .. -rw-r--r-- 1 stephens stepheng 1817 Jun 2 05:09 Entries -rw-r--r-- 1 stephens stepheng 17 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/bin/addcr.t: total 5 drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 backup -rw-r--r-- 1 stephens stepheng 143 Feb 17 1999 run gaud0.2/src/bin/addcr.t/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 49 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 25 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/bin/addcr.t/backup: total 7 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 260 Feb 19 1999 t1.c -rw-r--r-- 1 stephens stepheng 20 Feb 17 1999 t2 -rw-r--r-- 1 stephens stepheng 41 Feb 17 1999 t3 -rw-r--r-- 1 stephens stepheng 379 Feb 17 1999 t4 gaud0.2/src/bin/addcr.t/backup/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 155 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 32 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/bin/lib: total 4 drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 perl gaud0.2/src/bin/lib/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 11 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 21 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/bin/lib/perl: total 4 drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 ion gaud0.2/src/bin/lib/perl/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 10 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 26 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/bin/lib/perl/ion: total 4 drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS drwxr-xr-x 3 stephens stepheng 1024 Jun 2 03:46 _cvs gaud0.2/src/bin/lib/perl/ion/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 11 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 30 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/bin/lib/perl/ion/_cvs: total 14 drwxr-xr-x 3 stephens stepheng 1024 Jun 2 03:46 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Jun 2 05:09 CVS -rw-r--r-- 1 stephens stepheng 1094 Mar 21 2000 entry.pm -rw-r--r-- 1 stephens stepheng 3296 Jun 2 05:09 find.pm -rw-r--r-- 1 stephens stepheng 5052 Mar 7 1999 rlog.pm gaud0.2/src/bin/lib/perl/ion/_cvs/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Jun 2 05:09 . drwxr-xr-x 3 stephens stepheng 1024 Jun 2 03:46 .. -rw-r--r-- 1 stephens stepheng 123 Jun 2 05:09 Entries -rw-r--r-- 1 stephens stepheng 35 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/gaud: total 707 drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 . drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 .. -rwxr-xr-x 1 stephens stepheng 300756 May 21 22:40 .nfs0003bcef00000001 -rwxr-xr-x 1 stephens stepheng 312065 May 22 01:41 .nfs0003bcf000000003 drwxr-xr-x 2 stephens stepheng 1024 Jun 2 05:12 CVS -rw-r--r-- 1 stephens stepheng 842 Jun 2 05:12 Makefile -rw-r--r-- 1 stephens stepheng 215 Jun 2 05:12 PKG -rw-r--r-- 1 stephens stepheng 1229 May 22 02:07 README -rw-r--r-- 1 stephens stepheng 1251 May 9 2000 aclamp.cc -rw-r--r-- 1 stephens stepheng 4071 May 9 2000 asdr.cc -rw-r--r-- 1 stephens stepheng 2236 May 21 23:45 buf.cc -rw-r--r-- 1 stephens stepheng 1032 Jun 28 1999 buf.hh -rw-r--r-- 1 stephens stepheng 1227 May 9 2000 clamp.cc -rw-r--r-- 1 stephens stepheng 5089 May 9 2000 expr.cc -rw-r--r-- 1 stephens stepheng 1174 May 9 2000 expr.hh -rw-r--r-- 1 stephens stepheng 383 Jun 28 1999 format.c -rw-r--r-- 1 stephens stepheng 621 Jun 28 1999 format.h -rw-r--r-- 1 stephens stepheng 3726 May 22 01:40 gaud.h -rw-r--r-- 1 stephens stepheng 5999 Nov 4 1999 gaud.tcl -rw-r--r-- 1 stephens stepheng 1923 May 21 22:39 graph.c -rw-r--r-- 1 stephens stepheng 2676 Jun 28 1999 help.c drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 lib -rw-r--r-- 1 stephens stepheng 4589 May 22 02:30 linux.cc -rw-r--r-- 1 stephens stepheng 1761 May 22 02:07 lowpass.cc -rw-r--r-- 1 stephens stepheng 5074 Jun 28 1999 mksnd.c -rw-r--r-- 1 stephens stepheng 711 May 22 01:12 noise.cc -rw-r--r-- 1 stephens stepheng 2469 Nov 4 1999 op.cc -rw-r--r-- 1 stephens stepheng 301 Jun 28 1999 ops.h -rw-r--r-- 1 stephens stepheng 1910 May 22 02:07 out.cc -rw-r--r-- 1 stephens stepheng 1058 May 9 2000 out.hh -rw-r--r-- 1 stephens stepheng 1145 May 9 2000 outc.cc -rw-r--r-- 1 stephens stepheng 2660 May 22 02:07 pink.cc -rw-r--r-- 1 stephens stepheng 160 Jun 28 1999 pos.h -rw-r--r-- 1 stephens stepheng 2284 May 22 02:07 sah.cc -rw-r--r-- 1 stephens stepheng 3519 May 9 2000 sine.cc -rw-r--r-- 1 stephens stepheng 1416 May 9 2000 sqr.cc -rw-r--r-- 1 stephens stepheng 12535 May 22 01:39 tcl.c drwxr-xr-x 3 stephens stepheng 1024 Jun 1 12:35 test -rw-r--r-- 1 stephens stepheng 2827 May 22 02:07 tri.cc -rw-r--r-- 1 stephens stepheng 892 May 9 2000 trig.cc -rw-r--r-- 1 stephens stepheng 825 Sep 9 1999 v.cc -rw-r--r-- 1 stephens stepheng 703 Jun 28 1999 val.h gaud0.2/src/gaud/CVS: total 6 drwxr-xr-x 2 stephens stepheng 1024 Jun 2 05:12 . drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 .. -rw-r--r-- 1 stephens stepheng 1406 Jun 2 05:12 Entries -rw-r--r-- 1 stephens stepheng 18 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/gaud/lib: total 4 drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 gaud gaud0.2/src/gaud/lib/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 11 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 22 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/gaud/lib/gaud: total 4 drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 expr gaud0.2/src/gaud/lib/gaud/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 11 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 27 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/gaud/lib/gaud/expr: total 5 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 4 stephens stepheng 1024 Feb 2 21:29 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 77 Oct 13 1999 sine.tcl -rw-r--r-- 1 stephens stepheng 83 Oct 13 1999 square.tcl gaud0.2/src/gaud/lib/gaud/expr/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 86 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 32 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/gaud/test: total 14 drwxr-xr-x 3 stephens stepheng 1024 Jun 1 12:35 . drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 .. drwxr-xr-x 2 stephens stepheng 1024 Jun 2 05:12 CVS -rw-r--r-- 1 stephens stepheng 0 May 9 2000 Makefile -rw-r--r-- 1 stephens stepheng 1142 May 21 23:46 d.tcl -rw-r--r-- 1 stephens stepheng 713 May 22 02:07 filter.tcl -rw-r--r-- 1 stephens stepheng 1236 May 9 2000 graph.c -rw-r--r-- 1 stephens stepheng 2689 May 22 02:07 main.c -rw-r--r-- 1 stephens stepheng 2857 Jun 2 05:12 s.tcl gaud0.2/src/gaud/test/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Jun 2 05:12 . drwxr-xr-x 3 stephens stepheng 1024 Jun 1 12:35 .. -rw-r--r-- 1 stephens stepheng 241 Jun 2 05:12 Entries -rw-r--r-- 1 stephens stepheng 23 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/maks: total 28 drwxr-xr-x 7 stephens stepheng 1024 Jun 2 05:32 . drwxr-xr-x 5 stephens stepheng 1024 Jun 2 05:32 .. drwxr-xr-x 2 stephens stepheng 1024 Apr 4 04:06 CVS -rwxr--r-- 1 stephens stepheng 206 Apr 3 13:51 PKG -rwxr--r-- 1 stephens stepheng 4407 Apr 4 04:09 basic.mak drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 bin -rw-r--r-- 1 stephens stepheng 172 Feb 19 1999 fixpound.pl -rwxr--r-- 1 stephens stepheng 2246 Apr 3 13:51 lib.mak drwxr-xr-x 3 stephens stepheng 1024 Apr 4 00:55 opengl drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 os -rwxr--r-- 1 stephens stepheng 6667 Apr 3 13:51 pre.mak -rw-r--r-- 1 stephens stepheng 1651 Mar 21 2000 tool.mak -rw-r--r-- 1 stephens stepheng 212 Sep 8 1999 tools.mak -rwxr--r-- 1 stephens stepheng 494 Apr 3 13:51 use.mak drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 win32 gaud0.2/src/maks/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Apr 4 04:06 . drwxr-xr-x 7 stephens stepheng 1024 Jun 2 05:32 .. -rw-r--r-- 1 stephens stepheng 370 Apr 4 04:06 Entries -rw-r--r-- 1 stephens stepheng 18 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/maks/bin: total 5 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 7 stephens stepheng 1024 Jun 2 05:32 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 418 Jun 28 1999 mak -rw-r--r-- 1 stephens stepheng 106 Jun 28 1999 mak.bat gaud0.2/src/maks/bin/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 78 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 22 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/maks/opengl: total 5 drwxr-xr-x 3 stephens stepheng 1024 Apr 4 00:55 . drwxr-xr-x 7 stephens stepheng 1024 Jun 2 05:32 .. drwxr-xr-x 2 stephens stepheng 1024 Apr 4 04:06 CVS -rw-r--r-- 1 stephens stepheng 75 Feb 19 1999 Makefile -rw-r--r-- 1 stephens stepheng 495 Apr 4 04:09 Makefile.use gaud0.2/src/maks/opengl/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Apr 4 04:06 . drwxr-xr-x 3 stephens stepheng 1024 Apr 4 00:55 .. -rw-r--r-- 1 stephens stepheng 88 Apr 4 04:06 Entries -rw-r--r-- 1 stephens stepheng 25 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/maks/os: total 6 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 7 stephens stepheng 1024 Jun 2 05:32 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 88 Jan 13 2000 CYGWIN.mak -rw-r--r-- 1 stephens stepheng 116 Jan 13 2000 CYGWIN_98-4.10.mak -rw-r--r-- 1 stephens stepheng 77 Jan 13 2000 Linux.mak gaud0.2/src/maks/os/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 138 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 21 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root gaud0.2/src/maks/win32: total 5 drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 7 stephens stepheng 1024 Jun 2 05:32 .. drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 CVS -rw-r--r-- 1 stephens stepheng 75 Feb 19 1999 Makefile -rw-r--r-- 1 stephens stepheng 101 Feb 19 1999 Makefile.use gaud0.2/src/maks/win32/CVS: total 5 drwxr-xr-x 2 stephens stepheng 1024 Feb 2 21:29 . drwxr-xr-x 3 stephens stepheng 1024 Feb 2 21:29 .. -rw-r--r-- 1 stephens stepheng 88 Feb 2 21:29 Entries -rw-r--r-- 1 stephens stepheng 24 Feb 2 21:29 Repository -rw-r--r-- 1 stephens stepheng 28 Feb 2 21:29 Root ==============================================================================