We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d747028 commit e4daaffCopy full SHA for e4daaff
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
* Add `getMIDI` update
6
* Update `getMusicXML` to support new returned Uint8Array format (no more `.data`, response is at top level)
7
+* Update cursor: `voiceIdx` is now `voiceIdxInStaff`
8
9
## v0.10.0
10
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "flat-embed",
3
- "version": "0.10.0",
+ "version": "0.11.0",
"description": "Interact and get events from Flat's Sheet Music Embed",
"license": "Apache-2.0",
"author": "Flat Team <team@flat.io>",
0 commit comments