Csound Csound-dev Csound-tekno Search About

[Csnd] Re: process recorded sound

Date2009-12-06 11:27
Fromjohn ffitch
Subject[Csnd] Re: process recorded sound
> i already recorded my sound sample...and then i try to synthesize that
> sound...so,how to synthesize my recorded sound using CSound..i am realy
> beginner in using CSound....so, what i supposed to do to starting my
> work??.....i already studied about ORC and SCO file and i dont how to used
> that two file in synthesize my recorded sound....any suggestions to
> beginner
> like me??
> 
>

If all you want to do is play back a mono sample without modification then
the following might do

instr 1
   a1   diskin   "mysample.wav", 1, 0
        out      a1
endin

an a score event of
i1 0 3
(assuming the sample is 3sec long)

If you want to do more complex stuff then reading the sample into a
table is more flexible.

I have a number of orc/scores that use simple samples; if you wish I
could mail some to you offline?  I found that when I started that
reading other people's orchestras was a great help

==John ffitch


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-12-06 11:35
Fromlanang kriaww
Subject[Csnd] Re: Re: process recorded sound
ok..my email...kameklanang85@gmail.com

thanks...

On Sun, Dec 6, 2009 at 7:27 PM, john ffitch <jpff@codemist.co.uk> wrote:
> i already recorded my sound sample...and then i try to synthesize that
> sound...so,how to synthesize my recorded sound using CSound..i am realy
> beginner in using CSound....so, what i supposed to do to starting my
> work??.....i already studied about ORC and SCO file and i dont how to used
> that two file in synthesize my recorded sound....any suggestions to
> beginner
> like me??
>
>

If all you want to do is play back a mono sample without modification then
the following might do

instr 1
  a1   diskin   "mysample.wav", 1, 0
       out      a1
endin

an a score event of
i1 0 3
(assuming the sample is 3sec long)

If you want to do more complex stuff then reading the sample into a
table is more flexible.

I have a number of orc/scores that use simple samples; if you wish I
could mail some to you offline?  I found that when I started that
reading other people's orchestras was a great help

==John ffitch


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-12-06 11:47
Fromlanang kriaww
Subject[Csnd] Re: Re: process recorded sound
that is really nice..ok..my mail is kameklanang85@gmail.com....

thanks for your help.....

On Sun, Dec 6, 2009 at 7:27 PM, john ffitch <jpff@codemist.co.uk> wrote:
> i already recorded my sound sample...and then i try to synthesize that
> sound...so,how to synthesize my recorded sound using CSound..i am realy
> beginner in using CSound....so, what i supposed to do to starting my
> work??.....i already studied about ORC and SCO file and i dont how to used
> that two file in synthesize my recorded sound....any suggestions to
> beginner
> like me??
>
>

If all you want to do is play back a mono sample without modification then
the following might do

instr 1
  a1   diskin   "mysample.wav", 1, 0
       out      a1
endin

an a score event of
i1 0 3
(assuming the sample is 3sec long)

If you want to do more complex stuff then reading the sample into a
table is more flexible.

I have a number of orc/scores that use simple samples; if you wish I
could mail some to you offline?  I found that when I started that
reading other people's orchestras was a great help

==John ffitch


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-12-06 14:30
Fromlanang kriaww
Subject[Csnd] Re: Re: process recorded sound
that was great...i really wished it...cant you mail me at my email...


thanks... 

On Sun, Dec 6, 2009 at 7:27 PM, john ffitch <jpff@codemist.co.uk> wrote:
> i already recorded my sound sample...and then i try to synthesize that
> sound...so,how to synthesize my recorded sound using CSound..i am realy
> beginner in using CSound....so, what i supposed to do to starting my
> work??.....i already studied about ORC and SCO file and i dont how to used
> that two file in synthesize my recorded sound....any suggestions to
> beginner
> like me??
>
>

If all you want to do is play back a mono sample without modification then
the following might do

instr 1
  a1   diskin   "mysample.wav", 1, 0
       out      a1
endin

an a score event of
i1 0 3
(assuming the sample is 3sec long)

If you want to do more complex stuff then reading the sample into a
table is more flexible.

I have a number of orc/scores that use simple samples; if you wish I
could mail some to you offline?  I found that when I started that
reading other people's orchestras was a great help

==John ffitch


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-12-06 16:03
FromVictor Lazzarini
Subject[Csnd] Re: Re: Re: process recorded sound
I think as courtesy to list readers, we always reply to the list, unless it is something private, particular or very OT. The reason is that others might benefit from any answers given to your question.

Victor
On 6 Dec 2009, at 14:30, lanang kriaww wrote:

that was great...i really wished it...cant you mail me at my email...


thanks... 

On Sun, Dec 6, 2009 at 7:27 PM, john ffitch <jpff@codemist.co.uk> wrote:
> i already recorded my sound sample...and then i try to synthesize that
> sound...so,how to synthesize my recorded sound using CSound..i am realy
> beginner in using CSound....so, what i supposed to do to starting my
> work??.....i already studied about ORC and SCO file and i dont how to used
> that two file in synthesize my recorded sound....any suggestions to
> beginner
> like me??
>
>

If all you want to do is play back a mono sample without modification then
the following might do

instr 1
  a1   diskin   "mysample.wav", 1, 0
       out      a1
endin

an a score event of
i1 0 3
(assuming the sample is 3sec long)

If you want to do more complex stuff then reading the sample into a
table is more flexible.

I have a number of orc/scores that use simple samples; if you wish I
could mail some to you offline?  I found that when I started that
reading other people's orchestras was a great help

==John ffitch


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2009-12-08 01:23
FromBrian Wong
Subject[Csnd] ModFM : Slendronica#1
Victor,
 
I have used a ModFM synth in my latest fractal composition, Slendronica#1. It is used for the swelling pads. You can check it out at http://www.soundcloud.com/brian-wong
 
Brian
 


Get a great deal on Windows 7 and see how it works the way you want. See the Windows 7 offers now.

Date2009-12-09 13:50
FromVictor Lazzarini
Subject[Csnd] Re: ModFM : Slendronica#1
Brian,

it's a very nice piece. I have been reading Milne & Sethares papers and they have some interesting ideas there.

Thanks for sharing.

Victor
On 8 Dec 2009, at 01:23, Brian Wong wrote:

Victor,
 
I have used a ModFM synth in my latest fractal composition, Slendronica#1. It is used for the swelling pads. You can check it out at http://www.soundcloud.com/brian-wong
 
Brian
 


Get a great deal on Windows 7 and see how it works the way you want. See the Windows 7 offers now.


Date2009-12-09 21:15
FromDave Seidel
Subject[Csnd] Re: ModFM : Slendronica#1
I like it Brian, thanks for posting.

Brian Wong wrote:
> Victor,
>  
> I have used a ModFM synth in my latest fractal composition, 
> Slendronica#1. It is used for the swelling pads. You can check it out at 
> http://www.soundcloud.com/brian-wong
>  
> Brian

Date2009-12-09 21:53
FromBrian Wong
Subject[Csnd] RE: Re: ModFM : Slendronica#1
Thank you for listening and commenting Victor, I expect I will using ModFM quite a bit exploring Sethares concepts. I just came across his work and am frankly thrilled to find someone who is doing such excellent research in my primary area of interest, the designing of instruments with specific spectra for specific scales. I am going to order his book tonight. :)
 
BW


From: Victor.Lazzarini@nuim.ie
To: csound@lists.bath.ac.uk
Date: Wed, 9 Dec 2009 13:50:51 +0000
Subject: [Csnd] Re: ModFM : Slendronica#1

Brian,

it's a very nice piece. I have been reading Milne & Sethares papers and they have some interesting ideas there.

Thanks for sharing.

Victor
On 8 Dec 2009, at 01:23, Brian Wong wrote:

Victor,
 
I have used a ModFM synth in my latest fractal composition, Slendronica#1. It is used for the swelling pads. You can check it out at http://www.soundcloud.com/brian-wong
 
Brian
 


Get a great deal on Windows 7 and see how it works the way you want. See the Windows 7 offers now.



Get a great deal on Windows 7 and see how it works the way you want. See the Windows 7 offers now.

Date2009-12-09 22:03
FromBrian Wong
Subject[Csnd] RE: Re: ModFM : Slendronica#1
Thanks very much Dave!
 
> Date: Wed, 9 Dec 2009 16:15:49 -0500
> From: dave@superluminal.com
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Re: ModFM : Slendronica#1
>
> I like it Brian, thanks for posting.
>
> Brian Wong wrote:
> > Victor,
> >
> > I have used a ModFM synth in my latest fractal composition,
> > Slendronica#1. It is used for the swelling pads. You can check it out at
> > http://www.soundcloud.com/brian-wong
> >
> > Brian
>
> --
> http://mysterybear.net
> http://twitter.com/DaveSeidel
> http://www.myspace.com/DaveSeidel
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Get a great deal on Windows 7 and see how it works the way you want. Check out the offers on Windows 7now.

Date2010-01-09 00:54
Fromlanang kriaww
Subject[Csnd] Re: Re: process recorded sound
i already tried and its work...i have one more question..how to read the sample into table??...cant just give me some advice what should i do first to read my sample into table?

On Sun, Dec 6, 2009 at 7:27 PM, john ffitch <jpff@codemist.co.uk> wrote:
> i already recorded my sound sample...and then i try to synthesize that
> sound...so,how to synthesize my recorded sound using CSound..i am realy
> beginner in using CSound....so, what i supposed to do to starting my
> work??.....i already studied about ORC and SCO file and i dont how to used
> that two file in synthesize my recorded sound....any suggestions to
> beginner
> like me??
>
>

If all you want to do is play back a mono sample without modification then
the following might do

instr 1
  a1   diskin   "mysample.wav", 1, 0
       out      a1
endin

an a score event of
i1 0 3
(assuming the sample is 3sec long)

If you want to do more complex stuff then reading the sample into a
table is more flexible.

I have a number of orc/scores that use simple samples; if you wish I
could mail some to you offline?  I found that when I started that
reading other people's orchestras was a great help

==John ffitch


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-01-09 01:36
FromPeiman Khosravi
Subject[Csnd] Re: Re: Re: process recorded sound
You need to look at the manual entry for GEN01. There is an example csd.

http://www.csounds.com/manual/html/GEN01.html


Best,

Peiman

On 9 Jan 2010, at 00:54, lanang kriaww wrote:

i already tried and its work...i have one more question..how to read the sample into table??...cant just give me some advice what should i do first to read my sample into table?

On Sun, Dec 6, 2009 at 7:27 PM, john ffitch <jpff@codemist.co.uk> wrote:
> i already recorded my sound sample...and then i try to synthesize that
> sound...so,how to synthesize my recorded sound using CSound..i am realy
> beginner in using CSound....so, what i supposed to do to starting my
> work??.....i already studied about ORC and SCO file and i dont how to used
> that two file in synthesize my recorded sound....any suggestions to
> beginner
> like me??
>
>

If all you want to do is play back a mono sample without modification then
the following might do

instr 1
  a1   diskin   "mysample.wav", 1, 0
       out      a1
endin

an a score event of
i1 0 3
(assuming the sample is 3sec long)

If you want to do more complex stuff then reading the sample into a
table is more flexible.

I have a number of orc/scores that use simple samples; if you wish I
could mail some to you offline?  I found that when I started that
reading other people's orchestras was a great help

==John ffitch


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



Date2010-01-09 16:06
Fromjpff@cs.bath.ac.uk
Subject[Csnd] Re: Re: Re: Re: process recorded sound
> You need to look at the manual entry for GEN01. There is an example csd.
>
> http://www.csounds.com/manual/html/GEN01.html
>
>
> Best,
>
> Peiman
>

Also, if you have computed the sample there are opcodes to write to a
table such as tablew

It would be easier to give targetted advice if we knew what you were
trying to do?  Or maybe not....

==John ff



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"