On Sunday 25 December 2005 15:04, Erik de Castro Lopo wrote: > I configure using scons which shows the configuration decision as: > > CONFIGURATION DECISION: Building ALSA plugin. > CONFIGURATION DECISION: Not building PortAudio module. > > I then run the command line: > > csound -o dac tb303.orc tb303.sco > > which bombs out with: > > *** error: unknown rtaudio module: 'PortAudio' > Failed to initialise real time audio output > > The above command line works in Csound4 but not in Csound5. You do not have PortAudio, which would be used by default for real time audio. To select ALSA instead, add -+rtaudio=alsa -o dac:hw:0,0 to the command line options (of course, the hw:0,0 can be replaced with whatever device you want to use). Also make sure that the plugin libraries are found and loaded. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net