On Thu, 8 Apr 2004 11:46:27 -0400, "Sergei Gerasenko" <[EMAIL PROTECTED]> wrote:
>...First how can I represent each note? My idea is to create small PCM files >for each note. Then, when we encounter a note in the file that is twice >as one of the PCM files, we'll just burst the PCM file several times or >something. What do you guys think? Is it possible to generate a note on >the fly (using some algorithm?) Perhaps you should follow the advice others have given you on using the built-in synthesis tools. But if you do decide to roll your own, don't try concatenating little PCM files to make a longer note. The phase coherence will be off at the boundaries where you joined the smaller samples, and you will hear a definite "tick" at each boundary. Robert Scott, Ypsilanti, MI (reply through this forum, not by e-mailing me directly) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
