From 6970bb6f7889d63bf1df26914bbf787904b44db0 Mon Sep 17 00:00:00 2001 From: Roman Quiring Date: Thu, 6 Aug 2015 17:44:46 +0200 Subject: [PATCH] changed definition of Vex.Flow.Tuning - added names constant --- vexflow/vexflow.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vexflow/vexflow.d.ts b/vexflow/vexflow.d.ts index 113e108e3..7640d4a90 100644 --- a/vexflow/vexflow.d.ts +++ b/vexflow/vexflow.d.ts @@ -1275,6 +1275,10 @@ declare module Vex { draw() : void; } + module Tuning { + const names : {[name : string] : string}; + } + class Tuning { constructor(tuningString? : string); noteToInteger(noteString : string) : number;