Переглянути джерело

Add MIDI note to frequency comment

dds
PaulStoffregen 7 роки тому
джерело
коміт
a251520338
1 змінених файлів з 3 додано та 0 видалено
  1. +3
    -0
      examples/Synthesis/Guitar/chords.h

+ 3
- 0
examples/Synthesis/Guitar/chords.h Переглянути файл

@@ -32,6 +32,9 @@
#define NOTE_As4 466.16
#define NOTE_B4 493.88

// The equation for note to frequency is:
// float freq = 440.0f * exp2f((float)(note - 69) * 0.0833333f);

// according to http://www.guitar-chords.org.uk/
// and http://www.8notes.com/guitar_chord_chart/c.asp
//

Завантаження…
Відмінити
Зберегти