neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
i_audio_oscillator.hpp File Reference

Go to the source code of this file.

Classes

class  neogfx::i_audio_oscillator
 

Namespaces

namespace  neogfx
 

Enumerations

enum class  neogfx::oscillator_function : std::uint32_t {
  neogfx::Custom = 0 , neogfx::Sine = 1 , neogfx::Square = 2 , neogfx::Triangle = 3 ,
  neogfx::Sawtooth = 4
}