the current python program that is used to 'launch' patches only support PD and Csound,
(I could tell you cunning ways to get around this, but really its not worth it, and not what was meant in the manual
yes, with the wifi you can ssh directly in... I do this all the time.
yes, you can compile on the nebulae, it has gcc already installed, and you can even install other packages if you need.
(assuming you set up a network connection correctly )
as I've mentioned previously, I want to alter the firmware to have the ability to launch/organise patches a little more 'flexibly', when I do this, its possible I'll be able to reorganise things so that launching Supercollider/Pure Data and arbitrary (C/.sh) patches is pretty much the same code.
Bare Bones C coding - so the best way to do this is for us to extend the python 'launcher' to launch other types of 'patches' (e.g via run script) ,
it would then send knob/cv values via CV in the same way its doing with Pure Data.
this means you don't need to handle gpio directly - which you want to avoid, since if you go to the raw level, you need to start thinking about things like calibration - which is already being handled in the python layer.
connecting a display, this should be possible, but you'll have to check boot command line, and also start 'tvservice', then I believe an HDMI monitor will work. but you might find it easier (I do) to use VNC so you can get a remote display.
Note: I need to point out here, I really do want to help everyone get the most out of their Nebulae.
but, like everyone I have limited time, so I'm not really going to be able to help out much on tasks like networking, or setting up development environments - as this can get pretty time consuming. however, the good news is, Nebulae at its heart is a rPI, and there is a ton of documentation on the web on the rPI, most of which is applicable. just bare in mind Nebulae is based off of an arch linux distro.
