]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/synth/synth.factor
factor: trim using lists
[factor.git] / extra / synth / synth.factor
index da591bc3140dd566d53591889bf3e8a99cb6b563..acf668f3fe054bcf3f6b16f0b70acc855f8dff21 100644 (file)
@@ -1,6 +1,7 @@
 ! 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 openal.alut synth.buffers sequences sequences.modified sequences.repeating ;
+USING: accessors kernel math math.constants math.functions
+sequences sequences.modified sequences.repeating ;
 IN: synth
 
 MEMO: single-sine-wave ( samples/wave -- seq )