On Friday 07 April 2006 09:52, matt ingalls wrote: > + i can get MIDI input to work through the API, but MIDI out does not > work. > i register the callbacks with csoundSetExternalMidiOutOpenCallback > but it is never called! Perhaps you forgot to add -Q0 -+rtmidi=null to the command line options ? Replace the '0' with any device name and it will be passed to the open callback. > + sound designer II files cannot be opened by utils > [ well sndinfo opens it, but reports file type as "unknown" ] Does it actually print other information about the file (sample rate, length, etc.) ? If yes, then the SD2 format is possibly just not included in the table of file format names, and that is why "unknown" is printed. Otherwise, any problems are probably in libsndfile. > + filepeak opcode produces: > "filepeak is not implemented" > ??? this is a pretty important opcode for me -- i use this all the > time to normalize files. The filepeak opcode was disabled while moving to use libsndfile. It will be restored, although it may not behave exactly the same way: the old version did not return a peak value if the header did not include such information, while libsndfile would scan the entire file then which may take a long time. Hopefully libsndfile does use the peak chunk when it is present. > + pvanal: -g doesn't throw error, but no graphics are produced > + lpanal: unrecognised flag -g Utilities currently do not support graphs; may be implemented later. > + temp files are not being deleted No idea about whay that happens. The files should be deleted when csoundReset() is called, and it does work for me. > THINGS THAT MIGHT BE MY CODE I NEED TO CHECK FIRST > BEFORE REALLY COMPLAINING > + real-time audio buffer problem when it IS a power for two (??) > [ non-power of 2 buffer sizes work fine! ] > > + real-time input does not work Do you mean these problems occur with the rtaudio modules that come with the canonical release (if so, more reports from other Mac users could be useful) ? Or do you have problems implementing real time audio using the API, overriding the default code ? > + probably need a way to set the work directory through the API > i am seeing files created in the top directory of my hard drive > and other files not found.. [ details later ] Is chdir() not sufficient for this purpose ? ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net