Re: [Gambas-user] using Sin() to produce a specific range of values

2011-07-09 Thread Kevin Fishburne
On 07/10/2011 02:02 AM, Ian Haywood wrote: > On Sun, Jul 10, 2011 at 3:37 PM, Kevin Fishburne > wrote: >> I need to use the Sin() function to calculate an output range from an >> input range. The advantage of Sin() is that it's not linear; it makes a >> nice smooth curve of values sort of like a

Re: [Gambas-user] using Sin() to produce a specific range of values

2011-07-09 Thread Ian Haywood
On Sun, Jul 10, 2011 at 3:37 PM, Kevin Fishburne wrote: > I need to use the Sin() function to calculate an output range from an > input range. The advantage of Sin() is that it's not linear; it makes a > nice smooth curve of values sort of like a sound wave in an audio editor. this example project

[Gambas-user] using Sin() to produce a specific range of values

2011-07-09 Thread Kevin Fishburne
Again my thick skull prevents me from figuring this out, even with Google searches. I need to use the Sin() function to calculate an output range from an input range. The advantage of Sin() is that it's not linear; it makes a nice smooth curve of values sort of like a sound wave in an audio edi