Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Limit to number of simultaneous sounds/musics  (Read 1929 times)

0 Members and 1 Guest are viewing this topic.

jbos190

  • Newbie
  • *
  • Posts: 9
    • View Profile
Limit to number of simultaneous sounds/musics
« 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. 

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Limit to number of simultaneous sounds/musics
« Reply #1 on: May 21, 2014, 07:47:20 am »
As long as the object exists, it counts.
Laurent Gomila - SFML developer

jbos190

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Limit to number of simultaneous sounds/musics
« Reply #2 on: May 21, 2014, 07:55:51 am »
As long as the object exists, it counts.
Ok, thanks for the reply.