housekeeping

db4
Alex Chapman 2008-05-20 12:01:14 +10:00
parent 48f59b19cb
commit 5df05e0cf4
9 changed files with 12 additions and 1 deletions

View 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

View 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

1
extra/morse/summary.txt Normal file
View File

@ -0,0 +1 @@
Converts between text and morse code, and plays morse code.

1
extra/synth/authors.txt Normal file
View File

@ -0,0 +1 @@
Alex Chapman

View File

@ -0,0 +1 @@
Alex Chapman

View File

@ -0,0 +1 @@
Alex Chapman

View 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

1
extra/synth/summary.txt Normal file
View File

@ -0,0 +1 @@
Simple sound synthesis using OpenAL.

View 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