I am trying to load each player by using a file buffer file_0.getBuffer() instead of load(dir.getPath(i)), but app crashes right away.
ofxSoundFile file_0;
file_0.load(dir.getPath(0));
if(players[startIndex + i]->load( file_0.getBuffer(), ofToString(i))){
}
