Q_FOREACH (QPointer<PlayableAudioSource> i, m_effectInstances)
 {
     if (i->getId() == soundId)
         return i->getTag();
 }