Here is an update possible XML file with rows selection added. The only issue doing it this way is if you add sections then this has to be updated as well. There may be other way such as linking this ability to only grouped items. but as I said this is just an example.
In this example it's assumed that rows 1 through 8 are the 8 channels for a HolidayCoro Singing Pumpkin.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<SIPConfiguration SIPConfigurationFileVersioin="01">
<entries>
<name>Narrator</name>
<startCentisecond>20000</startCentisecond>
<endCentisecond>23010</endCentisecond>
<startRow>1</startRow>
<endRow>8</endRow>
<Lyrics>Twas a long time ago longer now than it seems in a place that perhaps you've seen in your dreams</Lyrics>
<Props>Pumpkin 1</Props>
</entries>
<entries>
<name>Narrator</name>
<startCentisecond>23150</startCentisecond>
<endCentisecond>23610</endCentisecond>
<startRow>1</startRow>
<endRow>8</endRow>
<Lyrics>For the story that you are about to be told, took place in the holiday worlds of old</Lyrics>
<Props>Pumpkin 1</Props>
</entries>
<entries>
<name>Narrator</name>
<startCentisecond>24150</startCentisecond>
<endCentisecond>24610</endCentisecond>
<startRow>1</startRow>
<endRow>8</endRow>
<Lyrics>Now, you've probably wondered where holidays come from</Lyrics>
<Props>Pumpkin 1</Props>
</entries>
<entries>
<name>Narrator</name>
<startCentisecond>25150</startCentisecond>
<endCentisecond>25610</endCentisecond>
<startRow>1</startRow>
<endRow>8</endRow>
<Lyrics>If you haven't, I'd say it's time you begun</Lyrics>
<Props>Pumpkin 1</Props>
</entries>
<entries>
<name>Shadow</name>
<startCentisecond>26150</startCentisecond>
<endCentisecond>26610</endCentisecond>
<startRow>1</startRow>
<endRow>8</endRow>
<Lyrics>Boys and girls of every age</Lyrics>
<Props>Monster 1</Props>
</entries>
<entries>
<name>Shadow</name>
<startCentisecond>27150</startCentisecond>
<endCentisecond>27610</endCentisecond>
<startRow>9</startRow>
<endRow>16</endRow>
<Lyrics>Wouldn't you like to see something strange?</Lyrics>
<Props>Monster 1</Props>
</entries>
</SIPConfiguration>
Bookmarks