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
I cannot seem to get a string arg to work the the editor. For example, in test-synth, I can use hertz (a number) but when I change the pitch param to string, I get a compile error.
I cannot seem to get a string arg to work the the editor. For example, in test-synth, I can use hertz (a number) but when I change the pitch param to string, I get a compile error.
test-synth pitch:220 noteValue:8
builds successfully
test-synth pitch:"c4" noteValue:8
build fails
The text was updated successfully, but these errors were encountered: