mod 12
Date | 2016-06-24 15:12 |
From | "Joe ." |
Subject | mod 12 |
Is there a way to calculate numbers mod 12?
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
/* Joe */ |
Date | 2016-06-24 15:20 |
From | Hlöðver Sigurðsson |
Subject | Re: mod 12 |
iresult = inumber % 12 ? 2016-06-24 16:12 GMT+02:00 Joe . <not007ful@gmail.com>:
|
Date | 2016-06-24 16:02 |
From | "Joe ." |
Subject | Re: mod 12 |
great! thank you. /* Joe */ On Fri, Jun 24, 2016 at 10:20 PM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
|