]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/synth/buffers/buffers.factor
Specialized array overhaul
[factor.git] / extra / synth / buffers / buffers.factor
index 4c0ef6460745c129d84c43533a2691eda1825e35..71b05ac6421f2813af784a4a7012fffae3ea22ab 100644 (file)
@@ -1,6 +1,9 @@
 ! Copyright (C) 2008 Alex Chapman
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types combinators kernel locals math math.ranges openal sequences sequences.merged specialized-arrays.uchar specialized-arrays.short ;
+USING: accessors alien.c-types combinators kernel locals math
+math.ranges openal sequences sequences.merged specialized-arrays ;
+SPECIALIZED-ARRAY: uchar
+SPECIALIZED-ARRAY: short
 IN: synth.buffers
 
 TUPLE: buffer sample-freq 8bit? id ;