Example that is using the build-in editor (from Reaper)

Hi Oliver,

In your video presentation, you are showcasing using a build-in editor (which I think is part the Reaper codebase) to dynamically edit the Faust code (which the dynamic llvm compiler picks-up). Do you have / case you share this example code?

Best,
–Stefanos

Hi Stefanos,

I actually removed that from the codebase, because it was too hard to maintain. You can use any text editor on the faust .dsp file and it should JIT compile as soon as you save. I like VSCode

1 Like