Hi, my bad there’s nothing in it - perhaps that was a bad example, though it does compile in CsoundQT and stay running indefinitely. I run Csound in realtime mode most often, so dispense of the score tags (and the sr, ksmps header statements etc) to make for a cleaner code. Even no instr definitions (instr 0)… but I guess that Cabbage Lite needs a nominal structure intact to not complain?
OK right I got it working; Seems it needs the tags with a form to load
<Cabbage>
form caption("Untitled") size(400, 300), colour(58, 110, 182), pluginID("def1")
</Cabbage>
When that is present it works a treat
Looks like you may be new to Csound?
Hah well I’m a relatively new user of 4 yrs or so, but have used other environments (Pd, SuperCollider, Bidule) extensively for years. I realise the statement “Does CsoundQT count as an editor?” might elude to me being a noob and in hindsight sounds a bit dumbass! I actually meant use CsoundQT for it’s IDE, rather than Sublime.
Cheers