We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fcdf0 commit 66b0443Copy full SHA for 66b0443
src/ZMidi/DataTypes.fs
@@ -9,7 +9,7 @@ type bits7 = byte
9
type midichannel = byte
10
type [<Struct>] DeltaTime(value: word32) =
11
member x.Value = value
12
-
+ override x.ToString() = sprintf "DeltaTime:%i" value
13
type [<Struct>] word14(value: word16) =
14
15
0 commit comments