Csound Csound-dev Csound-tekno Search About

[CSOUND-DEV:3078] Re: wxCSound 0.1.0 released

Date2003-09-02 13:26
FromDave Phillips
Subject[CSOUND-DEV:3078] Re: wxCSound 0.1.0 released
"John D. Ramsdell" wrote:
 
> The first public developer release of wxCSound is available at:
> 
>     http://www.ccs.neu.edu/home/ramsdell/tools/

Nice work, John. I downloaded and built it this morning, it seems to
work fine. One note: when I tick the "Play at end" box the message
window reports this error:

	Csound Command ERROR:	unknown flag -p

Suggestions ?

Best regards,

== Dave Phillips

	The Book Of Linux Music & Sound at http://www.nostarch.com/lms.htm
	The Linux Soundapps Site at http://linux-sound.org

Date2003-09-02 14:12
Fromramsdell@mitre.org (John D. Ramsdell)
Subject[CSOUND-DEV:3079] Re: wxCSound 0.1.0 released
Dave Phillips  writes:

> ... One note: when I tick the "Play at end" box the message
> window reports this error:
> 
> 	Csound Command ERROR:	unknown flag -p

Yup, I just run wxcsound here, and got the same error.

The CSound library is generated using the following switches as
specified in src/csound/Makefile.am.

DEFS = -DWINDOWS -DHAVE_WX_WINDOWS -DSFIRCAM -DSYS5 \
-DMACROS -DIV_SCHED

I think one needs to add real-time support to enable the -p flag.  I'm
hoping the autoconf files in csound5 will create the appropriate
flags, but for now, I've simply disabled real-time support so that
wxcsound can be configured just by using the "./configure" command.

I'll add a note about this in the README's bugs section.

John