Преглед изворни кода

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
//

Loading…
Откажи
Сачувај