On Tue, 16 Apr 2002, vanDongen/Gilcher wrote:

> Like the subject says.
>
> I am trying to patch the OSC code from the cool-name to the cannonical
> csound, for my own private csound version.
> I copied the code, edited entry.c, added the files to the makefile. It
> compiles, I don't get error messages, but nothing happens.
> F.i.the OSC-example.csd controled by the OSC-example.sh works with cool-
> name but not with my patched csound.
> I must be missing something, but what?

You call OSC receive/dispatch at each k-cycle.

Do

grep ENABLE_OSC *.c | less

an you'll see.

By the way, I added support for external modules to an experimental fork
of Csound (iCsound). OSS and ALSA code is already running as external.
Python too. I'm going to adapt the OSC code to run as external too.

Maurizio Umberto Puxeddu.

_______________________________________________
[EMAIL PROTECTED] mailing list
http://www.mindrot.org/mailman/listinfo/csound-unix-dev

Reply via email to