On 9/15/05, Steven Yi wrote: > I think you need to set your OPCODEDIR to point to > /usr/local/lib/csound/opcodes. You can do that by adding this to your > .bashrc file in your home directory: > > export OPCODEDIR=/usr/local/lib/csound/opcodes Thanks to Steven and Michael. That solved that problem, and I should have seen it in the new documentation that installed with Csound5. RTFM, right? I'll learn that lesson some day... However, I still don't have audio. Now I have this error: *** Unable to set number of channels on soundcard Failed to initialise real time audio output inactive allocs returned to freespace I found this: /* number of channels, */ if (snd_pcm_hw_params_set_channels(dev->handle, hw_params, (unsigned int) dev->nchns) < 0) { sprintf(msg, " *** Unable to set number of channels on soundcard\n"); goto err_return_msg; However, at my current skill level, I have no idea how to turn this information (or anything resulting from googling for snd_pcm_hw_params_set_channels) into a solution. Next step? Renick -- Renick Bell http://www.the3rd2nd.com -- Send bugs reports to this list. To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk