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
When loading a textfile with tabs used for indentation the indents are not converted to spaces correctly and there introduce an error in the result of the code on screen:
new synth sine name(s)
set s note(notes 1) time(1/16) shape(1 300)
^^^^ tab of 4 spaces wide
results in:
new synth sine name(s)
set s note(notes 1) time(1/16) shape(1 300)
should result in:
new synth sine name(s)
set s note(notes 1) time(1/16) shape(1 300)
^^^^ tab of 4 spaces wide
The text was updated successfully, but these errors were encountered:
When loading a textfile with tabs used for indentation the indents are not converted to spaces correctly and there introduce an error in the result of the code on screen:
results in:
should result in:
The text was updated successfully, but these errors were encountered: