Skip to content

Commit b795b2b

Browse files
authored
Update README.md
1 parent 750942a commit b795b2b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Sonant-X was created with video games' sound effects and music in mind, as well
99

1010
Songs for Sonant-X can be composed using [Sonant-X Live](https://github.com/nicolas-van/sonant-x-live).
1111

12-
Sonant-X is a fork of js-sonant by Marcus Geelnard.
13-
1412
Example
1513
-------
1614

@@ -75,3 +73,10 @@ sonantx.generateSound(myInstrument, midiNote, audioCtx.sampleRate, bpm).then((au
7573

7674
Single sound generation can be very fast but sounds can still be generated ahead of time if precise timing is very
7775
important for you.
76+
77+
Project History
78+
---------------
79+
80+
Sonant-X is a fork of [js-sonant](https://gitlab.com/mbitsnbites/js-sonant) by Marcus Geelnard.
81+
82+
js-sonant is itself a port from C to Javascript of [Sonant](https://www.pouet.net/prod.php?which=53615) by Jake Taylor.

0 commit comments

Comments
 (0)