Stéphane Letz

Results 436 comments of Stéphane Letz

CPAL in progresse with this commit: https://github.com/grame-cncm/faust/commit/ef4ddf8cdaecdb5da66bac99b6aed6b964e56ef3, which adds a new `faust2cpalrust` script.

Duplex mode is still not supported in CPAL (see https://github.com/RustAudio/cpal/pull/553). So better wait for that before moving on.

It is not planed for now, bit it should be possible. Do you guys have experience developing on this platform? Have you read the [Architecture Files](https://faustdoc.grame.fr/manual/architectures/) page ?

Yes I meant logue-sdk.

Have you tried the `faust2juce` alternative way ? See https://github.com/grame-cncm/faust/tree/master-dev/architecture/juce

> I have not tried that yet. I assume I would need to have Juce installed, then export the instrument from Juce after this process? Yes. > > I'll look...

So I seems you still have a VST SDK installation issue?

- the remote compiler uses a bit older version of the Faust ecosystem - `-nvoices N ` and `-midi` are not really working for now, you'll have to stay on...

@danidev You may have a look at OWL Faust architecture C++ file here: https://github.com/pingdynasty/OwlProgram/blob/feature/faust-buttons/FaustCode/owl.cpp, it seems to do polyphony in a simpler way !?