Here's a little video of the renderer and audio sa...
# introduce-yourself
c
Here's a little video of the renderer and audio sampling working together.
I took some of the things I'd learned there and added the new scopes you can see in Sonic Pi too.
Finally, a screenshot of the live coding tool showing an Orca integration.
@Charlie Roberts What I want to do is show inline controls for variables, etc. So part of the idea of building my own editor was to enable such things. You can request space between lines in the text for rendering widgets; currently I have a basic vec4 slider as a test, shown here. Basic stuff for now, but I will flesh that out soon.
I've also played with ideas such as building a Synth definition in code and having a UI node graph representation....
I also recently played with Bitwig and really loved their UI; I made a button control in the same style. I'll definitely offer something similar as an embedded control in the editor.