- Edited
Is it possible to interact with the supercollider command line/workspace from the command line in the IDE? I'd like to do some quick and dirty debugging (e.g. posting a variable to the console) as the project is running as you would be pressing CMD + SHIFT + E or simply evaluating a line in the editor window in the SC IDE, but it seems that I can only access the bela file structure via bash. This post from 2017 mentions that execution of individual code blocks is in development, but I haven't seen anything else about it since.
On a related note, are there any other examples for using SC on bela besides those in the Examples > Supercollider
folder in the IDE? Thanks!
EDIT: i see there's 7-remote-control in the SuperCollider examples folder, so I'll give that a try...