I find that the renoise.Document XML import/export is generally awesome. Is there some way to import attributes of nodes? (as well as write them)
I would hate having to resort to some custom text parser / XML generator just for being able to do this.
The index attribute, in this example:
<Line index="0">
<NoteColumns>
<NoteColumn>
[...]
I guess the only chance is if these are stored in some dedicated list node, which probably isn’t the case (?)