On Sunday 12 February 2006 04:01, Matt J. Ingalls wrote: > but i do not want to use any rtmodule -- i am using my own callbacks!?? Then set the callbacks between csoundPreCompile() and csoundCompile(), and append -+rtaudio=null to the command line options passed to csoundCompile(). This will prevent any plugins from replacing your callbacks.