R3.2.4 Win10 x64
-------- Operators
– Compares the whole column.
==(NoteColumn object, NoteColumn object) → [boolean]
~=(NoteColumn object, NoteColumn object) → [boolean]– Serialize a column.
tostring(Pattern object) → [string]
- Go to Renoise.Song.API.lua
- Go to line 3111: tostring(Pattern object) → [string]
- Change it for tostring(NoteColumn object) → [string]
Edit: This has been fixed in R3.3.0.