morse: cleanup
parent
fbbaef70c4
commit
38ceef3ab8
|
@ -1,6 +1,9 @@
|
||||||
! Copyright (C) 2007, 2008, 2009 Alex Chapman, 2009 Diego Martinelli
|
! Copyright (C) 2007, 2008, 2009 Alex Chapman, 2009 Diego Martinelli
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: accessors ascii assocs biassocs combinators hashtables kernel lists literals math namespaces make multiline openal openal.alut parser sequences splitting strings synth synth.buffers ;
|
USING: accessors ascii assocs biassocs combinators hashtables
|
||||||
|
kernel lists literals math namespaces make multiline openal
|
||||||
|
openal.alut parser sequences splitting strings synth
|
||||||
|
synth.buffers ;
|
||||||
IN: morse
|
IN: morse
|
||||||
|
|
||||||
ERROR: no-morse-ch ch ;
|
ERROR: no-morse-ch ch ;
|
||||||
|
|
Loading…
Reference in New Issue