haha ignore this post, i realized my problem immediately after posting (typo “.” instead of “:”).
i can’t figure out how to delete the post so i’ll leave it here in case anyone has the same issue…
documentation suggests this should be possible:
-- Clear all note and effect columns.
renoise.song().patterns[].tracks[].lines[]:clear()
but if i try this code:
renoise.song().selected_pattern.tracks[1].lines[1].clear()
it gives me this error:
*** No matching overload found, candidates:
*** void clear(PatternLine&)
sh