Skip to content

Commit 80602a5

Browse files
committed
update lib's README.md
1 parent f6ce0a0 commit 80602a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spessasynth_lib/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ document.getElementById("button").onclick = async () =>
8282
- **Easy MIDI editing:** Use [helper functions](https://github.com/spessasus/SpessaSynth/wiki/Writing-MIDI-Files#modifymidi) to modify the song to your needs!
8383
- **Loop detection:** Automatically detects loops in MIDIs (e.g., from _Touhou Project_)
8484
- **First note detection:** Skip unnecessary silence at the start by jumping to the first note!
85+
- **Lyrics support:** Both regular MIDI and .kar files!
8586
- **[Write MIDI files from scratch](https://github.com/spessasus/SpessaSynth/wiki/Creating-MIDI-Files)**
8687
- **Easy saving:** Save with just [one function!](https://github.com/spessasus/SpessaSynth/wiki/Writing-MIDI-Files#writemidifile)
8788

@@ -122,7 +123,6 @@ document.getElementById("button").onclick = async () =>
122123
- **Loop multiple times:** *Render two (or more) loops into the file for seamless transitions!*
123124
- *That's right, saving as WAV is also [just one function!](https://github.com/spessasus/SpessaSynth/wiki/Writing-Wave-Files#audiobuffertowav)*
124125

125-
126126
# License
127127

128128
MIT License, except for the stbvorbis_sync.js in the `externals` folder which is licensed under the Apache-2.0 license.

0 commit comments

Comments
 (0)