Here's a little video of the renderer and audio sampling working together.
Chris Maughan
03/05/2020, 5:52 PM
I took some of the things I'd learned there and added the new scopes you can see in Sonic Pi too.
Chris Maughan
03/05/2020, 5:53 PM
Finally, a screenshot of the live coding tool showing an Orca integration.
Chris Maughan
03/06/2020, 9:59 AM
@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.
Chris Maughan
03/06/2020, 10:01 AM
I've also played with ideas such as building a Synth definition in code and having a UI node graph representation....
Chris Maughan
03/06/2020, 10:03 AM
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.