PDA

View Full Version : Phonon audio sampler?



xleniz
9th June 2012, 15:03
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:


Phonon::MediaObject* _music;
_music = Phonon::createPlayer(Phonon::MusicCategory, Phonon::MediaSource("/home/marcus/Skrivbord/1.wav"));
_music->play();


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