Class NotesToFrequency
A utility class for converting musical notes to their corresponding frequencies in hertz
Assembly: MicroAudio.dll
View Source
public class NotesToFrequency
Properties
A4Frequency
The frequency of the A4 note, in hertz
View Source
public static Frequency A4Frequency { get; set; }
Methods
ConvertToFrequency(Note)
Converts the specified musical note to its frequency in hertz
View Source
public static Frequency ConvertToFrequency(Note note)
Returns
Meadow.Units.Frequency
: The frequency of the note in hertz
Parameters
Type | Name | Description |
---|---|---|
Meadow.Foundation.Audio.Note | note | The musical note to convert |