housekeeping
parent
48f59b19cb
commit
5df05e0cf4
|
@ -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 ;
|
USING: accessors calendar kernel math math.order money sequences ;
|
||||||
IN: bank
|
IN: bank
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
! Copyright (C) 2007 Alex Chapman
|
! Copyright (C) 2007, 2008 Alex Chapman
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! 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 ;
|
USING: accessors assocs combinators hashtables kernel lazy-lists math namespaces openal parser-combinators promises sequences strings symbols synth synth.buffers unicode.case ;
|
||||||
IN: morse
|
IN: morse
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Converts between text and morse code, and plays morse code.
|
|
@ -0,0 +1 @@
|
||||||
|
Alex Chapman
|
|
@ -0,0 +1 @@
|
||||||
|
Alex Chapman
|
|
@ -0,0 +1 @@
|
||||||
|
Alex Chapman
|
|
@ -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 ;
|
USING: accessors arrays kernel namespaces openal sequences synth synth.buffers ;
|
||||||
IN: synth.example
|
IN: synth.example
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Simple sound synthesis using OpenAL.
|
|
@ -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 ;
|
USING: accessors kernel locals math math.constants math.functions memoize openal synth.buffers sequences sequences.modified sequences.repeating ;
|
||||||
IN: synth
|
IN: synth
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue