Show note frequency block in toolbox. Fixes Microsoft/pxt#1605

This commit is contained in:
Sam El-Husseini 2017-03-18 22:34:06 +13:00
parent 0fd71756ae
commit 560c7b37d7

View File

@ -188,7 +188,7 @@ namespace music {
*/
//% weight=50 help=music/note-frequency
//% blockId=device_note block="%note"
//% shim=TD_ID blockHidden=true
//% shim=TD_ID
//% blockFieldEditor="note_editor"
//% useEnumVal = 1
export function noteFrequency(name: Note): number {