Stéphane Letz
Stéphane Letz
@Fr0stbyteR any comment on that?
` os.oscsin(19200) ` ? 1/10 of the frequency ?
Yes indeed. Yann is currently working on a whole new infrastructure in the compiler that will (in particular but even some more improvements ...) allow to solve this kind of...
@mikeoliphant could not find another way to contact you ! Do you have a small presentation text of the use-case for your contributed C# backend in [Faust](https://github.com/grame-cncm/faust) ?
Thanks. How do you do use the C# compiler to do dynamic assembly generation from Faust code ?
OK thanks, yes using LLVM backend, we do DSP ==> LLVM IR ==> JIT ==> executable code in memory.
This example code shows how Faust audio DSP can indeed be synchronized using MIDI clock based synchro (so start/stop/sync MIDI messages). To correctly work, it supposes that the MIDI receiving...
So right now MIDI clock based synchro (with start/stop/clock messages) is handled in some of the `faust2xx` scripts. What kind of other synchro system would be usefull ?
What kind of use-case do you have in mind?
Well I actually started to implement something in 2019. The idea was to define some new meta-data to be added in controllers (like sliders, nentry..) and to be linked to...