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 060dd4e commit 28b44adCopy full SHA for 28b44ad
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+# 0.0.3 / 2015-01-01
2
+
3
+NEW:
4
5
+ (none)
6
7
+FIXES:
8
9
+ - Default to Acoustic Grand Piano if no General MIDI instrument has been specified via program change.
10
11
# 0.0.2 / 2014-09-28
12
13
NEW:
manifest.json
@@ -1,7 +1,7 @@
{
"name": "MIDI Player",
"description": "Play MIDI files easily on your Chromebook.",
- "version": "0.0.2",
+ "version": "0.0.3",
"manifest_version": 2,
"minimum_chrome_version": "23",
"icons": {
package.json
@@ -1,6 +1,6 @@
"name": "midi-player",
"description": "Chrome app to play MIDI files.",
"private": true,
"main": "background.js",
0 commit comments