I just did an audio player with different flute samples (phonon), but sometimes when I press too much notes it says "Too much files".

using this:
Qt Code:
  1. Phonon::MediaObject* _music;
  2. _music = Phonon::createPlayer(Phonon::MusicCategory, Phonon::MediaSource("/home/marcus/Skrivbord/1.wav"));
  3. _music->play();
To copy to clipboard, switch view to plain text mode 

Is there a way of doing a "sampler", that doesn't give error when pressing too many notes?