Hi,
When I specify a sample rate in the command line arguments to start a csd like this:
csound -r48000 -odac test.csd
I get this error:
sample rate overrides: esr = 48000.0000, ekr = 0.0000, ksmps = -2147483648
sr = 48000, kr = 0, ksmps = inf
I was wondering do you have to give a value for the kr and ksmps when you are overriding the samplerate?