This is a fix for #28 which also sorts the Recording Nodes naturally
I also encountered this issue when investigating #32 , I realized that when I was looking at session.recordnodes[0].recordings[4] and session.recordnodes[0].recordings[5], those were not sequential recordings.
This is a fix for #28 which also sorts the Recording Nodes naturally I also encountered this issue when investigating #32 , I realized that when I was looking at
session.recordnodes[0].recordings[4]
andsession.recordnodes[0].recordings[5]
, those were not sequential recordings.