Re: Moan (sound synthesis for löve)
Posted: Thu Oct 28, 2010 6:20 pm
TNTBasic had a feature called Moan. But it was for sprite scripting.
How is moan suggestive?Tesselode wrote:Why did you have to name this suggestively?
Code: Select all
0,1024,0,32,0,0,0,0,0,0,0,0,0,0,1,4;0,0,0,0,32,0,8,8,4,1,0,1024,512,0,0,0;1024,0,32,0,0,0,0,0,0,512,0,0,0,0,512,1024;0,32,0,2048,0,0,1024,0,0,0,0,0,0,0,0,0
I don't think that I will implement this (because I am lazy). You can however experiment with different sounds if you change the function createSample in sequencer.lua.Luca wrote:I'd like to see a menu to alter the sound patches wired up to that sequencer.
You can use moan.lua as a library for basic sound creation. You will need some level of understanding about music that I don't have to do what redlock did, though. I could write up some sort of tutorial on how to use moan if you are interested.Thursdaybloom wrote:I'd love to be able to create sounds with Lovem but the source code makes me :sad: and vrld explaining it to me would make me :sad:.
I'm not sure how that would work.SiENcE wrote:I like to suggest to add sfxr to the love functions.
I'm doing a Music Tech degree at University with emphasis, in coming years, on sound design. This is why I want to get a head start on writing sound creation programs. I'll get you t help me out in IRC at some point in the future (once Uni has finished for the year).vrld wrote:You will need some level of understanding about music that I don't have to do what redlock did, though. I could write up some sort of tutorial on how to use moan if you are interested.