Example #1
0
        /// <summary>
        /// The draw sequence for the visualizer.
        /// </summary>
        /// <param name="gameTime">Provides a snapshot of timing values.</param>
        protected override void Draw(GameTime gameTime)
        {
            GraphicsDevice.Clear(new Color());  

            spectrum.RenderVisualizer(gameTime, spriteBatch);

            base.Draw(gameTime);
        }