On Wednesday 04 January 2006 07:32, Anthony Kozar wrote: > - Default output format now seems to be -W (Wave) ? (AIFF makes more sense > on a Mac; is ircam still available?) Yes, the default output format is -s -W, but it can easily be made AIFF on OS X. IRCAM is of course still available, just not the default as it is not as widely used and supported as WAV or AIFF. > - New level output options (dBs and colors) look nice! Those were already there in 4.23, although probably not noticed. > - I get this message on the commandline: > WARNING: could not open library > '/Library/Frameworks/CsoundLib.Framework/Versions/5.1/Resources/Opcodes/libp > y.dylib' (-1) > > But Python is installed: > Python 2.2 (#1, 07/14/02, 23:25:09) > [GCC Apple cpp-precomp 6.14] on darwin It is possible that a newer version of the Python library is needed. > - These executables used to be part of Csound 4 but were not in Cs5 package: > -rwxr-xr-x 1 root staff 35180 Feb 20 2005 pv_export* > -rwxr-xr-x 1 root staff 23944 Feb 20 2005 pv_import* > -rwxr-xr-x 1 root staff 62908 Feb 20 2005 scot* > -rwxr-xr-x 1 root staff 66780 Feb 20 2005 sdif2ad* > > (I know that scot is no longer being built, but what about the others?) Those utilities are currently not built, but can be restored if there is demand for them. Although, as far as I know, pv_export and pv_import are for the old PVOC format which is no longer supported, so they probably need to be reworked for PVOC-EX. > - Csound 5 CSDPlayer launches and transport window appears. I can select > a .csd file but pressing Play causes it to quit with no error message. Is the _jcsound JNI library and its dependencies found and loaded by Java ? It is also possible that the installation includes an empty csnd.jar file (due to problems with handling dependencies, scons may need to be run twice to build this file correctly). What is the size of csnd.jar and CSDPlayer.jar ?