diff --git a/README.md b/README.md index 499dea6..f93fe1f 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,8 @@ first .ch(5).umpNoteOn('C5', 127) // 42953c00 007f0000 -- Note On ``` +More on [MIDI 2.0 support](https://jazz-soft.net/doc/JZZ/jzzmidi2.html)... + ## Additional modules - [**JZZ-midi-SMF**](https://github.com/jazz-soft/JZZ-midi-SMF) - Standard MIDI files: read / write / play - [**JZZ-midi-GM**](https://github.com/jazz-soft/JZZ-midi-GM) - General MIDI instrument names: MIDI to string / string to MIDI diff --git a/package.json b/package.json index 768d878..a30f3e8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "jazz-midi": "^1.7.9" }, "devDependencies": { - "eslint": "^8.49.0", + "eslint": "^8.50.0", "grunt": "^1.6.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-uglify": "^5.2.2",