On Tuesday 06 June 2006 02:25, matt ingalls wrote: > csoundCreate() outputs messages, > but they can be lost when using the API because > you cannot register a message callback before you call csoundCreate Do you mean these ones ? Localisation of messages is disabled, using default language. time resolution is 0.757 ns These are actually printed to stderr by csoundInitialize(), which is a global library initialization function not specific to a particular CSOUND* instance, and not csoundCreate(), even if csoundCreate() does call csoundInitialize() if it was not called earlier. In any case, the messages are non-critical and only printed once, so losing them is not an issue. _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net