]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/synth/example/example.factor
Updating code for make and fry changes
[factor.git] / extra / synth / example / example.factor
index 3357c103ad8a84053e3c128bd31532c1419ed903..747cfb9c8647bf6fe73b071130ded44b10cdc859 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 namespaces make openal sequences
+synth synth.buffers ;
 IN: synth.example
 
 : play-sine-wave ( freq seconds sample-freq -- )