]> gitweb.factorcode.org Git - factor.git/commitdiff
housekeeping
authorAlex Chapman <chapman.alex@gmail.com>
Tue, 20 May 2008 02:01:14 +0000 (12:01 +1000)
committerAlex Chapman <chapman.alex@gmail.com>
Tue, 20 May 2008 02:01:14 +0000 (12:01 +1000)
extra/bank/bank.factor
extra/morse/morse.factor
extra/morse/summary.txt [new file with mode: 0644]
extra/synth/authors.txt [new file with mode: 0644]
extra/synth/buffers/authors.txt [new file with mode: 0644]
extra/synth/example/authors.txt [new file with mode: 0644]
extra/synth/example/example.factor
extra/synth/summary.txt [new file with mode: 0644]
extra/synth/synth.factor

index abe3250ecfc86e1a5ba366683aaf082ce18b3284..a409c9781546b24bf1ea43d0ffc59e54d334f9f1 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2008 Alex Chapman
+! See http://factorcode.org/license.txt for BSD license.
 USING: accessors calendar kernel math math.order money sequences ;
 IN: bank
 
index 9c5cb4c72ccf47fcd07ff063e8b79dd19fe01bb8..9d335896be8c9d5ec66a7bab2f1c8671e112c1fc 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (C) 2007 Alex Chapman
+! Copyright (C) 2007, 2008 Alex Chapman
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors assocs combinators hashtables kernel lazy-lists math namespaces openal parser-combinators promises sequences strings symbols synth synth.buffers unicode.case ;
 IN: morse
diff --git a/extra/morse/summary.txt b/extra/morse/summary.txt
new file mode 100644 (file)
index 0000000..2c1f091
--- /dev/null
@@ -0,0 +1 @@
+Converts between text and morse code, and plays morse code.
diff --git a/extra/synth/authors.txt b/extra/synth/authors.txt
new file mode 100644 (file)
index 0000000..e9c193b
--- /dev/null
@@ -0,0 +1 @@
+Alex Chapman
diff --git a/extra/synth/buffers/authors.txt b/extra/synth/buffers/authors.txt
new file mode 100644 (file)
index 0000000..e9c193b
--- /dev/null
@@ -0,0 +1 @@
+Alex Chapman
diff --git a/extra/synth/example/authors.txt b/extra/synth/example/authors.txt
new file mode 100644 (file)
index 0000000..e9c193b
--- /dev/null
@@ -0,0 +1 @@
+Alex Chapman
index dbad867ee69d5256c0c3159a4bbf5045a8b7d3c9..3357c103ad8a84053e3c128bd31532c1419ed903 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2008 Alex Chapman
+! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays kernel namespaces openal sequences synth synth.buffers ;
 IN: synth.example
 
diff --git a/extra/synth/summary.txt b/extra/synth/summary.txt
new file mode 100644 (file)
index 0000000..ece5893
--- /dev/null
@@ -0,0 +1 @@
+Simple sound synthesis using OpenAL.
index 3f79ad5b400d731495fbf194b3bdec2e7f8d75ae..be1e5943afc7dbf7f025cf06ffb1de5c2d37b25d 100644 (file)
@@ -1,3 +1,5 @@
+! Copyright (C) 2008 Alex Chapman
+! See http://factorcode.org/license.txt for BSD license.
 USING: accessors kernel locals math math.constants math.functions memoize openal synth.buffers sequences sequences.modified sequences.repeating ;
 IN: synth