Skip to content

Commit

Permalink
update lib's README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spessasus committed Dec 29, 2024
1 parent f6ce0a0 commit 80602a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spessasynth_lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ document.getElementById("button").onclick = async () =>
- **Easy MIDI editing:** Use [helper functions](https://github.com/spessasus/SpessaSynth/wiki/Writing-MIDI-Files#modifymidi) to modify the song to your needs!
- **Loop detection:** Automatically detects loops in MIDIs (e.g., from _Touhou Project_)
- **First note detection:** Skip unnecessary silence at the start by jumping to the first note!
- **Lyrics support:** Both regular MIDI and .kar files!
- **[Write MIDI files from scratch](https://github.com/spessasus/SpessaSynth/wiki/Creating-MIDI-Files)**
- **Easy saving:** Save with just [one function!](https://github.com/spessasus/SpessaSynth/wiki/Writing-MIDI-Files#writemidifile)

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


# License

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

0 comments on commit 80602a5

Please sign in to comment.