Here's why I think you should do arrays.

Issue #1005 new
Jake created an issue

Hi, I’ve been playing around with SpeedCrunch and having a lot of fun. It’s really cool.

Imagine I write an easy formula to tell me what musical note a midi code is:

note(x)=mod(x;12)

It’s cool, but if I could have arrays, I could define one like this:

notenames={“C”, “C#”, “D”, “D#”, “E”, “F”, “F#”, “G”, “G#”, “A”, “A#”, “B”}

It would save time counting on piano keys, because I could use:

notenames[note(x)]

Instead.

Comments (0)

  1. Log in to comment