Hello, I'm trying to generate some OSC message from a simple dB meter using Faust.
The goal is to send the value of the envelop of the input signal via OSC and use it as an input parameter in an other application. I read the documentation on OSC and Faust, but it's mostly for driving controllers of the Faust app. So I succeed in sending OSC message to the Faust app and then change the controllers of the Faust app. But I would like to send the result of the process via OSC. I think I should use the OSC audio architecture but I haven't found much documentation or example to use it with Faust. Could you help me by providing some examples ? Thank you Pierre Lecomte Here is some Faust code to make it more clear a = 96; // SEND a VALUE AS OSC MESSAGE b = 10; // SEND b VALUE AS OSC MESSAGE envelop = abs : max(db2linear(-a)) : linear2db : min(b) : max ~ -(a/SR); process = envelop; // SEND THE RESULT AS OSC MESSAGE ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk _______________________________________________ Faudiostream-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/faudiostream-users
