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 Alda 1, we have to use (pitch :a :sharp), but in Alda 2, we have to use (pitch '(a sharp)). There seems to be no form of writing it that is compatible in both versions.
Personally, I prefer the Alda 1 way because it has less parentheses.
In Alda 1, we have to use
(pitch :a :sharp), but in Alda 2, we have to use(pitch '(a sharp)). There seems to be no form of writing it that is compatible in both versions.Personally, I prefer the Alda 1 way because it has less parentheses.