Skip to content

Commit bb7d50b

Browse files
committed
3.27!
1 parent 61aa0ff commit bb7d50b

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@
77

88
*This is a WebAudioAPI wrapper for the [spessasynth_core](https://github.com/spessasus/spessasynth_core) library.*
99

10-
**Project index**
10+
It allows you to:
11+
- Play MIDI files using SF2/SF3/DLS files!
12+
- Read and write MIDI files!
13+
- Write SF2/SF3 files!
14+
- Convert DLS to SF2! (and back!)
15+
- [and more!](#current-features)
16+
17+
**SpessaSynth Project index**
1118

1219
- [spessasynth_core](https://github.com/spessasus/spessasynth_core) - SF2/DLS/MIDI library
13-
- spessasynth_lib (you are here) – spessasynth_core wrapper optimized for browsers and WebAudioAPI
14-
- [SpessaSynth](https://github.com/spessasus/SpessaSynth) - online/local web player/editor application
20+
- [spessasynth_lib](https://github.com/spessasus/spessasynth_lib) (you are here) - spessasynth_core wrapper optimized for browsers and WebAudioAPI
21+
- [SpessaSynth](https://github.com/spessasus/SpessaSynth) - online/local MIDI player/editor application
22+
- [SpessaFont](https://github.com/spessasus/SpessaFont) - online SF2/DLS editor
1523

1624

1725
> **TIP:**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spessasynth_lib",
3-
"version": "3.26.32",
3+
"version": "3.27.0",
44
"description": "MIDI and SoundFont2/DLS library for the browsers with no compromises",
55
"browser": "index.js",
66
"type": "module",

0 commit comments

Comments
 (0)