Euphoria
eu::minsynth::ToneToFrequencyConverter< steps_per_octave > Struct Template Reference

Public Member Functions

constexpr ToneToFrequencyConverter ()
 
constexpr float get_frequency (int halfstep, float octave_base_frequency) const
 

Detailed Description

template<int steps_per_octave>
struct eu::minsynth::ToneToFrequencyConverter< steps_per_octave >

Definition at line 131 of file synth.cc.

Constructor & Destructor Documentation

◆ ToneToFrequencyConverter()

template<int steps_per_octave>
constexpr eu::minsynth::ToneToFrequencyConverter< steps_per_octave >::ToneToFrequencyConverter ( )
inlineconstexpr

Definition at line 133 of file synth.cc.

Member Function Documentation

◆ get_frequency()

template<int steps_per_octave>
constexpr float eu::minsynth::ToneToFrequencyConverter< steps_per_octave >::get_frequency ( int  halfstep,
float  octave_base_frequency 
) const
inlineconstexpr

Definition at line 144 of file synth.cc.


The documentation for this struct was generated from the following file: