From 7e39cdde9db2651d82de91d11d62f71f52c96441 Mon Sep 17 00:00:00 2001 From: Caitlin Hennessy Date: Mon, 27 Nov 2017 17:21:32 -0800 Subject: [PATCH] Add a todo --- libs/music/piano.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/music/piano.ts b/libs/music/piano.ts index e20e80f2..daaeba7e 100644 --- a/libs/music/piano.ts +++ b/libs/music/piano.ts @@ -12,6 +12,7 @@ namespace music { //% useEnumVal=1 //% weight=10 blockGap=8 export function noteFrequency(name: Note): number { + //TODO fill in actual min/max note values return name; } } \ No newline at end of file