I really need this for work with a API that allow spriteAudio
example here
http://pixijs.io/pixi-sound/examples/sprites.html
So i need a way to make regions label, than export in json with current setup.
Code: Select all
fileName:{
'regionName: { start: 1, end: 2 },
'regionName': { start: 3, end: 3.5 },
'regionName': { start: 4, end: 7.2 },
'regionName: { start: 8, end: 8.5 },
// ....
}


