RE: [ANNOUNCE] saolc v. 1.0 (FDIS release) available

From: dleary@ttlc.net
Date: Wed Jun 30 1999 - 17:09:57 EDT


>
> >structured audio is very interesting... but it is very
> confusing to start
> >off with! is there anything online in the form of tutorials/starting
> >documents? I am accustomed to reading standards, but the
> structured audio
> >one rivals anything I've seen with opaqueness :)
>
> Well, I like to think that the writing itself is pretty clear :), but
> of course you'd never want to start with a standards document as
> your first introduction to a topic.
>

Yes, I think that was my problem...

My apologies for bothering you all, but: I am having a small bit of
trouble... I am trying to make a simple sine wave tone generator (on my
own, rather than using one of the built in functions)...

The problem I have is trying to get the current time in a-rate... my sine
tone sounds "chunky", because the sine input time is a k-rate...
(everything sounds fine if I set krate to srate)...

aopcode my_sin(asig my_freq)
        {
        return (sin(2*3.14159*my_freq*itime));
        }

also: what should the type of my_freq be? It doesn't appear to make a
difference if I have it an asig or a ksig...



This archive was generated by hypermail 2b29 : Mon Jan 28 2002 - 11:46:33 EST