Question about streaming
Posted: Sun Jun 10, 2012 2:21 pm
Hi everybody,
I'm new in DS programming, and I want to create a synth with maxmod. The idea is to stream sinus, triangle and square waveforms to create sound (like Moog synths if you know them).
I downloaded and ran the code found here, it works on my DS, but I don't understand how the buffer is working...
Can I fill the buffer with a period of a square (like this one but with one single period: ) ?
Does the size of the buffer will change the sound i'll hear if I stream this buffer ?
And in what direction do I write the buffer and I read it ?
Thanks for your help.
Ben
I'm new in DS programming, and I want to create a synth with maxmod. The idea is to stream sinus, triangle and square waveforms to create sound (like Moog synths if you know them).
I downloaded and ran the code found here, it works on my DS, but I don't understand how the buffer is working...
Can I fill the buffer with a period of a square (like this one but with one single period: ) ?
Does the size of the buffer will change the sound i'll hear if I stream this buffer ?
And in what direction do I write the buffer and I read it ?
Thanks for your help.
Ben