Turning your code into a plugin?

Is it possible to turn your code for a synth into a plugin that can be used by someone else in a DAW? How would I go about doing this if it is possible? Any resources someone could point me to? I’d appreciate any help

Take a look at https://github.com/supercollider/SuperColliderAU - it was updated recently, so it should be in good working order.

You can also something like Jack (http://jackaudio.org/) to route audio to SC via send/receive channels.

Thanks!

Yeah, I actually just found that page about ‘SuperColliderAU’ right after I posted this question. Do you have any sample code that uses that UGen?