changed definition of Vex.Flow.Tuning

- added names constant
This commit is contained in:
Roman Quiring
2015-08-06 17:44:46 +02:00
parent 1365098304
commit 6970bb6f78
+4
View File
@@ -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;