Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:5234] no output with csound5

Date2004-08-21 16:08
FromDave Seidel
Subject[CSOUND-DEV:5234] no output with csound5
Attachmentswtp-simple2.csd  
Hi Michael,

I'm finally giving csound5 a try.  I'm using the 
csound5-mingw-2004-08-16 release on a Dell Inspiron 8600 laptop running 
WinXP-SP1.  Sound card is a USB Sound Blaster Audigy 2 NX.  I am not 
getting any sound output except for a click with each i-event.  Whether 
I use "-d dac" which defaults to the "Microsoft Sound Mapper - Output" 
device or "-o dac5" to force it to use the Audigy, same results.  Also 
the same results if I use the built-in "SigmaTel Audio" device (with or 
with the Audigy enabled.

I'm running CS5 from it's installation directory using the following 
batch file:

@echo off
setlocal
set Path=C:\music\csound5;C:\music\csound5\windows_dlls;%Path%
csound.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
endlocal

I've attached a sample CSD file as well as a capture of the complete 
console output.  If there's any way that I can suppy more information, 
please let me know.

- Dave

Date2004-08-21 16:20
FromDave Seidel
Subject[CSOUND-DEV:5235] Re: [Csnd] no output with csound5
Attachmentscs5-console.txt  
Whoops, forgot the console output.

- Dave