]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/synth/example/example.factor
factor: trim using lists
[factor.git] / extra / synth / example / example.factor
index 3357c103ad8a84053e3c128bd31532c1419ed903..a8d0c8d9860640aa5de69a525121e8260d81a75f 100644 (file)
@@ -1,6 +1,7 @@
 ! 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 make openal openal.alut sequences
+synth synth.buffers ;
 IN: synth.example
 
 : play-sine-wave ( freq seconds sample-freq -- )