ANN: Occam
ANN: Occam
- Subject: ANN: Occam
- From: email@hidden
- Date: Mon, 03 Mar 2003 12:26:52 -0800
I've written a little app that takes OSC
<
http://cnmat.cnmat.berkeley.edu/OSC/> packets over UDP and convertes
them to MIDI. It's similar to iMIDI, but I think it serves a different
purposes -- Occam is more concerned with making CoreMIDI easily
accessable to languages that can't talk directly to CoreMIDI.
Here's a snippit from the web page:
Occam takes OSC messages and converts them to MIDI. It exports a MIDI
source to CoreMIDI which can be used in any Mac OS X application that
accepts MIDI. It broadcats the existence of this OSC-to-MIDI service
using Rendezvous (Zero-Conf).
Though programming languages like C, Objective-C, C++, and Java can
access CoreMIDI directly, many other programming languages can
not. However, most of these languages have socket interfaces. Occam
lets these languages talk MIDI using the socket interface they already
have: there is no need to implement new primitives. You may need to
implement OSC sending, but this is quite easy to do. After that, using
Occam, you can compose algorithmically using the programming language
of your choice.
http://www.mat.ucsb.edu/~c.ramakr/illposed/occam.html
- sekhar
--
C. Ramakrishnan email@hidden
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.