Using the experimental Branch:
With ofxSoundPlayerObject:
no of these work does not work anymore:
- players[id]->instances[0].id = i; //used to work
players[i]->instances[0].setId(i);
players[i]->setId(i);
How do you set ID so that a player[i]->endEvent gets called?