I took a look at the setlist file:
0 ;
0 ;
0 ;
1 ;
0 ;
2 ;
0 ;
3 ;
<snip>
0 ;
48 ;
0 ;
49 ;
2 ;
0 ;
0 ;
1 ;
2 ;
2 ;
2 ;
3 ;
<snip>
2 ;
47 ;
2 ;
48 ;
So VA is 0 and FM is 2
Small bug in between first FM at 5.1 and 52 then 5.3 so it's mixed-up and should be 5.1, 5.2 and 5.3.
Nice that it's human readable and easy to edit.
I would probably have made it like this:
0,0
0,1
<snip>
0,48
0,49
<snip>
2,0
2,1
<snip>
2,47
2,48
This way you could just make a csv file form any spreadsheet editor, but to each their own.
I mean you still can but it's not worth it since using copy/paste drag down would be cumbersome, so just any text editor would do just fine.
0 ;
0 ;
0 ;
1 ;
0 ;
2 ;
0 ;
3 ;
<snip>
0 ;
48 ;
0 ;
49 ;
2 ;
0 ;
0 ;
1 ;
2 ;
2 ;
2 ;
3 ;
<snip>
2 ;
47 ;
2 ;
48 ;
So VA is 0 and FM is 2
Small bug in between first FM at 5.1 and 52 then 5.3 so it's mixed-up and should be 5.1, 5.2 and 5.3.
Nice that it's human readable and easy to edit.
I would probably have made it like this:
0,0
0,1
<snip>
0,48
0,49
<snip>
2,0
2,1
<snip>
2,47
2,48
This way you could just make a csv file form any spreadsheet editor, but to each their own.
I mean you still can but it's not worth it since using copy/paste drag down would be cumbersome, so just any text editor would do just fine.
Last edited: