oscelot
should be asdf-installable . .. darcs-hash:20050316155934-2648a-2a095e2002d4f0864350e17075c8dbafff47e8aa.gz
This commit is contained in:
parent
f8cc808c44
commit
814298e0dc
3 changed files with 14 additions and 1 deletions
|
@ -17,6 +17,8 @@ more details about OSC can be found at . .,
|
||||||
the current version of this code is avilable using darcs
|
the current version of this code is avilable using darcs
|
||||||
darcs get http://fo.am/darcs/osc
|
darcs get http://fo.am/darcs/osc
|
||||||
|
|
||||||
|
or via asdf-install.. .
|
||||||
|
(asdf-install:install :osc)
|
||||||
|
|
||||||
limitations
|
limitations
|
||||||
- doesnt send nested bundles or timetags later than 'now'
|
- doesnt send nested bundles or timetags later than 'now'
|
||||||
|
|
11
osc.asd
Normal file
11
osc.asd
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
;; -*- 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"
|
||||||
|
:components ((:file "osc"))
|
||||||
|
)
|
2
osc.lisp
2
osc.lisp
|
@ -34,7 +34,7 @@
|
||||||
;; see the README file for more details...
|
;; see the README file for more details...
|
||||||
;;
|
;;
|
||||||
;; known BUGS
|
;; known BUGS
|
||||||
;; - only unknown for now.. .
|
;; - only unknown for now.. .
|
||||||
|
|
||||||
|
|
||||||
(defpackage :osc
|
(defpackage :osc
|
||||||
|
|
Loading…
Reference in a new issue