Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A operator can overflow into non base36 numbers #13

Closed
oueouiiaoo opened this issue Dec 15, 2018 · 2 comments
Closed

A operator can overflow into non base36 numbers #13

oueouiiaoo opened this issue Dec 15, 2018 · 2 comments

Comments

@oueouiiaoo
Copy link

oueouiiaoo commented Dec 15, 2018

Using the A operator passing Z and anything greater than 1 can produce midi, udp, comment or door operators; adding 6 to Z produces a 0, is this a bug ?

It produces some intresting results, but I'm not sure if this is intentional or not ?

image

overflow.orca.txt

neauoire added a commit that referenced this issue Dec 15, 2018
@neauoire
Copy link
Member

neauoire commented Dec 15, 2018

I guess I didn't think it a problem, but with :, and ; locking ports, I've decided to limit to y, z, *, a, b... So Az1 = * and Az2 = a. Let me know what you think :)

@oueouiiaoo
Copy link
Author

Thanks, it feels better having A only produce valid numerical outputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants