< Back to IRCAM Forum

Polyphonic midi in... to midi out :)

Hey everyone,

I’m making a standalone app in Juce and just discoverd faust. I would like to use the faust lib to easily configure polyphony. Now all the examples I find collect a few params from midi in and send this to osc functions like so:

process = os.sawtooth(freq)*gain*gate;

Now what I want to achieve is use the same params but send them to my own function that sends out manipulated midi out to an external synth.

Anyone any clue on how I could achieve this with faust or is this impossible?

Kr,

Wim