소스 검색

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…
취소
저장