Electronic Music mailing list archives

Previous Message: ftable naming suggestion
Next Message: String Sounds

From: Andres Cabrera ()
Date: Jul 9, 2006
Subject: Re: ftable naming suggestion
Hi,
I don't think it has a name... but it looks like a waveshaped (or
distorted) sine wave...

if you want to call f-tables by name you can use ftgen instead of the f
statement.


Cheers,
Andres

On Sun, 2006-07-09 at 00:50 -0400, gerald wrote:
> Hi everyone.  I'm making a database of ftables.  When querying the
> db for an ftable, terms describing the waveform will be used, rather
> than terms describing how the waveform is generated.  The comments
> in the csound code are the type of terms that would be used in a
> query.
> 
> f1	0	4096	10 	1;	Sine
> f2	0 	2048 	10 	1 .5 .3 .25 .2 .167 .14 .125 .111; Sawtooth
> f3	0	2048	10 	1 0 .3 0 .2 0 .14 0 .111	; Square
> f4	0	2048	10 	1 1 1 1 .7 .5 .3 .1	;	Pulse
> 
> Does anyone know what the best term(s) would be to describe the
> following waveform?
> f35 0 1024 -8 1 256 1 256 .5 128 .3 128 .1 256 .1
> 
> Thanks for your input.
> 
> peace,
> gerald wenzel
> 
> _______________________________________________
> csoundtekno mailing list [EMAIL REMOVED] > 
> Subscribe, unsubscribe, change mailing list options:
> http://plot.bek.no/mailman/listinfo/csoundtekno
> 
> 

_______________________________________________
csoundtekno mailing list [EMAIL REMOVED] 
Subscribe, unsubscribe, change mailing list options:
http://plot.bek.no/mailman/listinfo/csoundtekno


+ ftable naming suggestion gerald (07/08/06)
+---Re: ftable naming suggestion Andres Cabrera (07/09/06)

Previous Message: ftable naming suggestion
Next Message: String Sounds