Skip to content

Commit 6edc0e3

Browse files
committed
some cleanup
1 parent bf3f089 commit 6edc0e3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/objects/sound/NoteToFrequency.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434

3535
#include "NoteToFrequency.h"
3636

37+
// https://pages.mtu.edu/~suits/notefreqs.html
38+
3739
string notation[NOTES] = {"C1","C#1","D1","D#1","E1","F1","F#1","G1","G#1","A1","A#1","B1",
3840
"C2","C#2","D2","D#2","E2","F2","F#2","G2","G#2","A2","A#2","B2",
3941
"C3","C#3","D3","D#3","E3","F3","F#3","G3","G#3","A3","A#3","B3",

src/objects/sound/pdspAHR.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ void pdspAHR::drawObjectNodeGui( ImGuiEx::NodeCanvas& _nodeCanvas ){
222222
void pdspAHR::drawObjectNodeConfig(){
223223
ImGuiEx::ObjectInfo(
224224
"Standard AHR envelope.",
225-
"https://mosaic.d3cod3.org/reference.php?r=ahr-envelop", scaleFactor);
225+
"https://mosaic.d3cod3.org/reference.php?r=ahr-envelope", scaleFactor);
226226
}
227227

228228
//--------------------------------------------------------------

0 commit comments

Comments
 (0)