| 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 |