Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chorus creates invalid csound expressions #85

Open
zeuner opened this issue Dec 6, 2023 · 0 comments
Open

chorus creates invalid csound expressions #85

zeuner opened this issue Dec 6, 2023 · 0 comments

Comments

@zeuner
Copy link

zeuner commented Dec 6, 2023

chorus seems to be unusable (csound 6.17 backend). Example expression:

dacBy (setTrace <> setJack "cse" <> setRates 48000 128  <> setBufs 8192 8192) $ chorus 0.07 1.25 0.25 $ usaw 300

It leads to this error message:

writing 4096 sample blks of 64-bit floats to dac
SECTION 1:
ftable 2:
new alloc for instr 18:
INIT ERROR in instr 18 (opcode delayw) line 48: delayw: associated delayr not found
 from file /tmp/tmp.csd (1),	delayw	ar0	
	  B  0.000 - note deleted.  i18 had 1 init errors

The stereo version chory seems to work, e.g. like this:

dacBy (setTrace <> setJack "cse" <> setRates 48000 128  <> setBufs 8192 8192) $ chory 0.07 1.25 0.25 $ (\x -> (x, x)) $ usaw 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant