csound / csound.github.io

Csound Project Homepage
25 stars 27 forks source link

Bitwise logical operators #86

Closed ncg777 closed 2 years ago

ncg777 commented 2 years ago

Bitwise logical operators (&, |...) would be really useful both in score and orchestra.

Hexadecimal numbers inherently determine binary strings which can be used as rhythms.

jpffitch commented 2 years ago

Sorry but what do you want? Bitwise logic is in the orc. Do you just want tin score?

ncg777 commented 2 years ago

Bitwise logic is available in the orchestra? I could not find it in the documentation. I guess its the usual & and | ?

In fact, I would just need it in the orch, so in that case, it's already done...

Thanks!

kunstmusik commented 2 years ago

I used bitwise operators frequently with hex and live coding, so they're definitely there. You can search for "bitwise" on the manual and you'll see the entries: https://csound.com/docs/manual/

Closing out this issue.

ncg777 commented 2 years ago

Gosh... Why haven't I seen that..

Sorry for asking.