nik gaffney
73f33aac45
openmcl version of decode-float32 uses decode-uint32 for correct negative float values. darcs-hash:20051205190701-2648a-06b565475c79901f26175fd84374bdb0314381b6.gz
11 lines
246 B
Common Lisp
11 lines
246 B
Common Lisp
;; -*- mode: lisp -*-
|
|
|
|
(in-package #:asdf)
|
|
|
|
(defsystem osc
|
|
:name "osc"
|
|
:author "nik gaffney <nik@fo.am>"
|
|
:licence "LLGPL"
|
|
:description "The Open Sound Control protocol, aka OSC"
|
|
:version "0.3"
|
|
:components ((:file "osc")))
|