public AudioSystemsController(IAudioSystemService AudioSystemService) { this.AudioSystemService = AudioSystemService; }
//int note = 0; //TimeSpan timer = new TimeSpan(); public Sequencer(Game game) : base(game) { m_AudioSystem = (IAudioSystemService)game.Services.GetService(typeof(IAudioSystemService)); }