]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/synth/buffers/buffers.factor
Specialized arrays, structs and other objects responding to the >c-ptr / byte-length...
[factor.git] / extra / synth / buffers / buffers.factor
index 978fb32d423492a5c7afd22192f3b616648415ad..e71b136940892e36919b8fc4870a339a4a584ee1 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008 Alex Chapman
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types combinators kernel locals math
+USING: accessors alien combinators kernel locals math
 math.ranges openal sequences sequences.merged specialized-arrays ;
-FROM: alien.c-types => short ;
+FROM: alien.c-types => short uchar ;
 SPECIALIZED-ARRAY: uchar
 SPECIALIZED-ARRAY: short
 IN: synth.buffers