SFML community forums

Help => Audio => Topic started by: jbos190 on May 21, 2014, 02:20:29 am

Title: Limit to number of simultaneous sounds/musics
Post by: jbos190 on May 21, 2014, 02:20:29 am
The tutorial for sounds and musics states that there is a limit to the number of simultaneous sounds and musics.  My question is does a sf::Music object that is paused still contribute to this total?  What about if it is stopped?  Any information would be appreciated. 
Title: Re: Limit to number of simultaneous sounds/musics
Post by: Laurent on May 21, 2014, 07:47:20 am
As long as the object exists, it counts.
Title: Re: Limit to number of simultaneous sounds/musics
Post by: jbos190 on May 21, 2014, 07:55:51 am
As long as the object exists, it counts.
Ok, thanks for the reply.