Csound Csound-dev Csound-tekno Search About

Re: [Csnd] Another question re: score loop

Date2022-08-22 22:49
FromAmy Universe
SubjectRe: [Csnd] Another question re: score loop
hey no problem, happy to help
yeah it does feel like 2 is being reset when you listen to it. where in reality it's just instr1 having two instances running at the same time, and the first one actually still does write to that variable but then the second instance comes in and overwrites it on the same cycle before the output. it's like they're fighting, but with += you're saying "hey i don't want any of you to reassign this, just add what you have to it and i'll clear it myself"

yeah, you're so right, those mistakes are the best way to learn

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here