[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Re: OSC trouble Solution





Manfred Brockhaus wrote:

Here is yet another idea.

I've been using OSC messages between Processing (oscP5) and SC Lang which works well in both directions. So in theory you could communicate between Processing and SC Server *via* SC Lang. I'm not sure if this makes sense in practice but you'd get the benefits of object style programming and custom OSC messages.

mb

Yes, that works in both directions, but if you have to do a lot of messaging it's not so good.  Since I need to poll bus values, it would cause a hell of a lot of messaging via SCLang if I am polling 24*6  busses at a rate of 24/ seconds. So it would be nice to get the info directly from sc server.

In fact, I was looked into using SendTrig, and unfortunately it only can send out one value. It would be really great to have a SendTrig ugen which could send out an array.  Would a modified SendTrig (SendTrigs") be dificult to do? I haven't looked into SC Source coding yet, but I might be inspired to shortly.  Now I'm looking into JavaOSC

jostM