]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/audio/engine/engine.factor
factor: trim using lists
[factor.git] / extra / audio / engine / engine.factor
index 9a76ea64e46bc4b3242041e9b42bb94f7e664136..efc71cc34dab4605d9e2999de8ad966250bae8f4 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2009 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien alien.data audio classes.struct fry
-calendar timers combinators combinators.short-circuit
-destructors generalizations kernel literals locals math openal
-sequences sequences.generalizations specialized-arrays strings ;
+USING: accessors alien alien.data audio calendar
+combinators combinators.short-circuit destructors kernel
+literals math openal sequences sequences.generalizations
+specialized-arrays timers ;
 QUALIFIED-WITH: alien.c-types c
 SPECIALIZED-ARRAYS: c:float c:uchar c:uint ;
 IN: audio.engine