Skip to content

Commit

Permalink
Merge pull request #143 from yvesgurcan/Mention-patch-library
Browse files Browse the repository at this point in the history
Rewrite the Misc section into Related Projects
  • Loading branch information
yvesgurcan authored Feb 3, 2020
2 parents b328a3f + 0e64b6f commit 0968bd7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ The list of workflows used for this project can be found [./github/workflows](he
- Builds are created and checked when you open pull requests into `master`.
- Merging pull requests into `master` triggers a release to NPM.

## Misc
## Related projects

This library relies on:
This library was created with the help of:

- The [libTiMidity](http://libtimidity.sourceforge.net) converter library.
- Code generated thanks to [Emscripten](https://github.com/emscripten-core/emscripten).
- Source code of [MIDIjs](http://www.midijs.net/) copied from the [babelsberg-js](https://github.com/babelsberg/babelsberg-js/tree/master/midijs) project.
- The [libTiMidity](http://libtimidity.sourceforge.net) library.
- WebAssembly code generated thanks to [Emscripten](https://github.com/emscripten-core/emscripten).
- Code written for [MIDIjs](http://www.midijs.net/). The source code can be found in the [babelsberg-js](https://github.com/babelsberg/babelsberg-js/tree/master/midijs) project.
- MIDI instrument patches that can be found in a [separate repository](https://github.com/yvesgurcan/midi-instrument-patches).
4 changes: 2 additions & 2 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<title>web-midi-player 1.1.22 | Documentation</title>
<title>web-midi-player 1.1.23 | Documentation</title>
<meta name='description' content='🎹 Event-driven JavaScript library to enable MIDI playback in the browser.'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' rel='stylesheet'>
Expand All @@ -15,7 +15,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>web-midi-player</h3>
<div class='mb1'><code>1.1.22</code></div>
<div class='mb1'><code>1.1.23</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-midi-player",
"version": "1.1.22",
"version": "1.1.23",
"description": "🎹 Event-driven JavaScript library to enable MIDI playback in the browser.",
"keywords": [
"midi",
Expand Down

0 comments on commit 0968bd7

Please sign in to comment.