X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fjamshred%2Fplayer%2Fplayer.factor;h=2a8f706df3739dc62242c271d1f4810dfaa7735b;hp=22a0071e99c94a4cd837d64e306cd77a5976ea7a;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/jamshred/player/player.factor b/extra/jamshred/player/player.factor index 22a0071e99..2a8f706df3 100644 --- a/extra/jamshred/player/player.factor +++ b/extra/jamshred/player/player.factor @@ -1,11 +1,10 @@ ! Copyright (C) 2007, 2008 Alex Chapman ! See http://factorcode.org/license.txt for BSD license. -USING: accessors colors combinators jamshred.log jamshred.oint -jamshred.sound jamshred.tunnel kernel locals math math.constants -math.order ranges math.vectors math.matrices sequences shuffle -specialized-arrays strings system ; - +USING: accessors colors combinators jamshred.oint +jamshred.sound jamshred.tunnel kernel math math.order +math.vectors ranges sequences specialized-arrays +specialized-arrays.instances.alien.c-types.float strings system ; QUALIFIED-WITH: alien.c-types c SPECIALIZED-ARRAY: c:float IN: jamshred.player