February 1Feb 1 I'm looking at integrating sc: prefix UGen names into my OM package so that I can streamline code generation when using cl-Collider. I think there are two options for doing this:1) List SC package symbols and import them all into the :om package - so I can use them just like OM symbols. Biggest drawback, possible symbol name confiicts and needing to ensure all SC symbols are in the list used2) Create new :om package functions/macros with clean names that callsc: functions internally. Eliminates symbol conflicts, but wrappers need maintenance and possible processing implications.Which - if any - would be preferable - or should I just continue to be bothered by having to use the sc: prefix all the time for UGens (or, more likely, forgetting to use it and getting errors!)bwAndrew
February 1Feb 1 Author Noted - thanks for quick reply. I'll use a text-expander or similar to do this quickly instead. Just being lazy about having to type two extra characters!
Create an account or sign in to comment