This website requires JavaScript.
Explore
Help
Sign In
mirror
/
sointu
Watch
1
Star
0
Fork
0
You've already forked sointu
mirror of
https://github.com/vsariola/sointu.git
synced
2025-05-28 03:10:24 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
64afa9fb48
sointu
/
song
History
Veikko Sariola
5f4b85b0a4
Change the Go API to have two versions: Render(buffer []float32), which always fill the whole buffer, and RenderTime(buffer []float32,int maxtime), which ends either when the buffer is full, or modulated time is reached.
2020-10-27 17:26:08 +02:00
..
song_test.go
Implement a song struct to hold all the information of a single song (corresponding one .asm file) and Render function for it.
2020-10-24 23:25:23 +03:00
song.go
Change the Go API to have two versions: Render(buffer []float32), which always fill the whole buffer, and RenderTime(buffer []float32,int maxtime), which ends either when the buffer is full, or modulated time is reached.
2020-10-27 17:26:08 +02:00