Csound Csound-dev Csound-tekno Search About

mod 12

Date2016-06-24 15:12
From"Joe ."
Subjectmod 12
Is there a way to calculate numbers mod 12?  
/* Joe */
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

Date2016-06-24 15:20
FromHlöðver Sigurðsson
SubjectRe: mod 12
iresult = inumber % 12 ?



2016-06-24 16:12 GMT+02:00 Joe . <not007ful@gmail.com>:
Is there a way to calculate numbers mod 12?  
/* Joe */
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

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

Date2016-06-24 16:02
From"Joe ."
SubjectRe: mod 12
great! thank you. 

/* Joe */

On Fri, Jun 24, 2016 at 10:20 PM, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
iresult = inumber % 12 ?



2016-06-24 16:12 GMT+02:00 Joe . <not007ful@gmail.com>:
Is there a way to calculate numbers mod 12?  
/* Joe */
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

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

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