Csound Csound-dev Csound-tekno Search About

[Csnd] I want to know more GEN routines

Date2014-02-14 02:44
FromCacophony7
Subject[Csnd] I want to know more GEN routines
I'm getting tired of using GEN 10 all the time. Which GEN routines can I use
on a simple oscillator?



--
View this message in context: http://csound.1045644.n5.nabble.com/I-want-to-know-more-GEN-routines-tp5732595.html
Sent from the Csound - General mailing list archive at Nabble.com.

Date2014-02-14 07:11
FromTarmo Johannes
SubjectRe: [Csnd] I want to know more GEN routines
Hi,

In Csound 6 you can use index  -1 for default sine wave table and you don't 
have to define it:

instr 1
out poscil(0.1, 440.-1)
endin

or

aout poscil  0.1,440, -1
out aout



tarmo

On Thursday 13 February 2014 18:44:29 Cacophony7 wrote:
> I'm getting tired of using GEN 10 all the time. Which GEN routines can I use
> on a simple oscillator?
> 
> 
> 
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/I-want-to-know-more-GEN-routines-tp5732
> 595.html Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>             https://sourceforge.net/p/csound/tickets/
> csound5:
>             https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"

Date2014-02-14 08:39
FromVictor Lazzarini
SubjectRe: [Csnd] I want to know more GEN routines
It depends on what you want to do, and what simple oscillator you are using.
With oscili and friends, generally speaking, you have 9,10 and 19 as the primary (additive) 
waveform GENs, plus GEN01 (reading from a file, but with pow-of-two sizes). 
With poscil etc you can also use GEN01 with size 0 (means placing the whole file on
the table). However, for other uses (oscillators as envelope generators, etc) there
are other GENs. 

You can check this out too:

http://en.flossmanuals.net/csound/d-function-tables/

Victor

On 14 Feb 2014, at 02:44, Cacophony7  wrote:

> I'm getting tired of using GEN 10 all the time. Which GEN routines can I use
> on a simple oscillator?
> 
> 
> 
> --
> View this message in context: http://csound.1045644.n5.nabble.com/I-want-to-know-more-GEN-routines-tp5732595.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> Send bugs reports to the Sourceforge bug trackers
> csound6:
>            https://sourceforge.net/p/csound/tickets/
> csound5:
>            https://sourceforge.net/p/csound/bugs/
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> 
>