You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In sclang, creating binary OP ugens using the bitwise operators (& and |, at least) is supported. Would be nice to also have this in Supriya, by adding __or__ and __and__ to the overloaded operators.
In sclang, creating binary OP ugens using the bitwise operators (
&
and|
, at least) is supported. Would be nice to also have this in Supriya, by adding__or__
and__and__
to the overloaded operators.For example:
The text was updated successfully, but these errors were encountered: