# File lib/rubygame/music.rb, line 323
  def stopped?
    (not current?) or (SDL::Mixer.PlayingMusic() == 0)
  end