Moan (sound synthesis for löve)
Posted: Mon Apr 05, 2010 3:22 pm
The last week I spent coding stuff with löve (it has been a long time since I was that obsessed writing code - thank you guys, it is a great feeling!). The months before that I looked into sound synthesis. I thought it would be a good idea to combine löve and sound synthesis and thus Moan was created.
Moan lets you create samples in Lua which can then be played back by using an audio source. I used this technique to create sound effects for my version of Pong, but that is another story. Moan is just a single .lua file which is available at my git repo: http://www.github.com/vrld/Moan.
I have assembled three demos - a virtual keyboard, a sequencer and a weird thing with colored circles - so you can see what YOU can do using Moan. I was to lazy to write a reference and/or introduction yet, but you can look at the examples to see how things work (I suggest to start with the keyboard demo).
Let me know what you think about it
vrld
Edit2: Since no one will read the readme on github, I included a help button. (attachment updated)
Edit: Screenshots:
Moan lets you create samples in Lua which can then be played back by using an audio source. I used this technique to create sound effects for my version of Pong, but that is another story. Moan is just a single .lua file which is available at my git repo: http://www.github.com/vrld/Moan.
I have assembled three demos - a virtual keyboard, a sequencer and a weird thing with colored circles - so you can see what YOU can do using Moan. I was to lazy to write a reference and/or introduction yet, but you can look at the examples to see how things work (I suggest to start with the keyboard demo).
Let me know what you think about it
vrld
Edit2: Since no one will read the readme on github, I included a help button. (attachment updated)
Edit: Screenshots: