Csound Csound-dev Csound-tekno Search About

Re: Additive synth with Partials

Date2006-05-22 14:52
FromMichael Gogins
SubjectRe: Additive synth with Partials
Both hetero/adsyn, and the Loris system in Csound 5, can do this. Loris is more powerful but takes more learning. I think some of Victor Lazzarini's opcodes can do this as well.

Regards,
Mike

-----Original Message-----
>From: Peimankhosravi@aol.com
>Sent: May 22, 2006 7:11 AM
>To: csound@lists.bath.ac.uk
>Subject: [Csnd] Additive synth with Partials
>
>Hello list,
> 
>I have a question about pvread. I would like to use pvread to create a bank  
>of oscillators to resynthesise an analysis file instead of using pvoc which 
>has  an internal oscillator bank. I would like to be able to have control over 
>the  individual partials. The problem is that there are too many freq bins and 
>I need  to somehow choose only the most important bins (partials?). Is  there 
>any way I can extract the partials data for use in csound, and  the 
>possibility of resynthesising them individually? 
> 
>Any suggestions will be much appreciated,
>Many thanks
>Peiman  


Date2006-05-23 04:44
Fromluis jure
SubjectRe: Additive synth with Partials
el Mon, 22 May 2006 09:52:32 -0400 (GMT-04:00)
Michael Gogins  escribió:

> Both hetero/adsyn, and the Loris system in Csound 5, can do this. Loris
> is more powerful but takes more learning. I think some of Victor
> Lazzarini's opcodes can do this as well.

BTW, i can't find the ATS opcodes in the manual at csounds.com. 

originally, ATS included functions to get amplitude and frequency of each
partial, which i think might be of interest to the OP.



-

Date2006-05-23 05:05
From"David Akbari"
SubjectRe: Additive synth with Partials
AttachmentsNone  

Date2006-05-23 12:32
Frompeimankhosravi@aol.com
SubjectRe: Additive synth with Partials
Thanks,

I am going to look at the ats opcodes today. I remember that I tried 
once some time ago and didn't get any sound out of it (there weren't 
any error messages either). I will have a go again today and let you 
know the result.

Peiman

-----Original Message-----
From: David Akbari 
To: csound@lists.bath.ac.uk
Sent: Mon, 22 May 2006 23:05:13 -0500
Subject: Re: [Csnd] Additive synth with Partials

  http://www.csounds.com/akbari/atsman/atsbuffuncs.html
 -> ATSbufread, ATScross, ATSinterpread, ATSpartialtap

 http://www.csounds.com/akbari/atsman/atsinfo.html
 -> ATSinfo

 http://www.csounds.com/akbari/atsman/atsread.html
 -> ATSread, ATSreadnz

 http://www.csounds.com/akbari/atsman/atssynth.html
 -> ATSadd, ATSaddnz, ATSsinnoi

 On 5/22/06, luis jure  wrote:
 >
 > BTW, i can't find the ATS opcodes in the manual at csounds.com.
 >
  > originally, ATS included functions to get amplitude and frequency of 
each
 > partial, which i think might be of interest to the OP.
 >
 -- Send bugs reports to this list.
 To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk

   

Date2006-05-23 14:05
Fromluis jure
SubjectRe: Additive synth with Partials
el Mon, 22 May 2006 23:05:13 -0500
"David Akbari"  escribió:

> http://www.csounds.com/akbari/atsman/atsbuffuncs.html
> -> ATSbufread, ATScross, ATSinterpread, ATSpartialtap

thanks david for the links, i'll bookmark them for future reference.

my point was, however, that the ATS opcodes are not included in the
"official" csound manual as can be downloaded from csounds.com (i haven't
built the manual from cvs in a while). any plans to include them in the
near future?

best,

lj



-

Date2006-05-23 17:12
FromIstvan Varga
SubjectRe: Additive synth with Partials
AttachmentsNone  

Date2006-05-24 15:37
FromIstvan Varga
SubjectRe: Csound / M-Audio Firewire 410
AttachmentsNone  

Date2006-05-24 16:22
FromPanos Katergiathis
SubjectCsound / M-Audio Firewire 410
Hello all

I have the latest (5.02) Csound version installed on my Windows XP SP2 
machine.
I am trying lines like this:

csound -s -oComposition.wav -b4096 -B16384 -m135 composition.csd

...which actually renders the Composition.wav file on my disk with 
perfect quality.


Then, i try this line:

csound -s -odac -b4096 -B16384 -m135 composition.csd

... and the piece starts playing, i listen to some notes but later on i 
start getting severe pauses and cracks and all sorts of noises.

My audio card is a M-Audio Firewire 410. As you probably know, it 
supports ASIO and it shouldn't have no problems of this sort, but how do 
i tell CSound about it?

Please assist

Panos

Date2006-05-24 16:30
FromVictor Lazzarini
SubjectRe: Csound / M-Audio Firewire 410
Giant buffer sizes! You probably don't need them that big. In fact
with ASIO they can be very small.

In order to use ASIO you'll have to pass the device number for
your driver. Try this

csound -odac99 composition.csd

This will fail, but will give you a list of output devices. Say your ASIO
device is 5, then you can run

csound -odac5 composition.csd

I'd say you should be able to run it with -B512 and -b128 or therabouts.

Victor

>csound -s -odac -b4096 -B16384 -m135 composition.csd
>
>... and the piece starts playing, i listen to some notes but later on i 
>start getting severe pauses and cracks and all sorts of noises.
>
>My audio card is a M-Audio Firewire 410. As you probably know, it supports 
>ASIO and it shouldn't have no problems of this sort, but how do i tell 
>CSound about it?
>
>Please assist
>
>Panos
>--
>Send bugs reports to this list.
>To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk






Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth