Csound Csound-dev Csound-tekno Search About

[Csnd] Re: live sampling

Date2009-07-08 12:37
From"vallste@libero.it"
Subject[Csnd] Re: live sampling
Hello,
you could check the csound examples on the site of the Almighty Ian McCurdy: 
http://iainmccurdy.org is a wonderful resouce of examples of code.
Ciao
Stefano

>----Messaggio originale----
>Da: chasgran@gmail.com
>Data: 08/07/2009 12.31
>A: 
>Ogg: [Csnd] live sampling
>
>I'm trying to build a sound record/looper.  I've looked at various
>instruments, the manual, etc.  The variety of options is overwhelming.
> I guess what I'm wondering is if there is an example out there of the
>current best practice a person would use in csound to record a live
>signal and then play that back live.  I've gotten sndloop to work and
>apprecitae it's simplicity, but what I'm hoping for is something where
>I can recod for as long as I want and then loop that sound.  Any
>pointers and/or suggestions?
>
>Charles
>
>
>Send bugs reports to this list.
>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe 
csound"
>



Date2009-07-08 12:43
FromRory Walsh
Subject[Csnd] Re: Re: live sampling
I use Victor's SndRec UDO all the time for this. The nice thing is you
can hack it anyway you want as it's a UDO. You can find it here:
http://www.csounds.com/udo/displayOpcode.php?opcode_id=55
To enable it to record for longer just increase the table sizes.

Rory.


2009/7/8 vallste@libero.it :
> Hello,
> you could check the csound examples on the site of the Almighty Ian McCurdy:
> http://iainmccurdy.org is a wonderful resouce of examples of code.
> Ciao
> Stefano
>
>>----Messaggio originale----
>>Da: chasgran@gmail.com
>>Data: 08/07/2009 12.31
>>A: 
>>Ogg: [Csnd] live sampling
>>
>>I'm trying to build a sound record/looper.  I've looked at various
>>instruments, the manual, etc.  The variety of options is overwhelming.
>> I guess what I'm wondering is if there is an example out there of the
>>current best practice a person would use in csound to record a live
>>signal and then play that back live.  I've gotten sndloop to work and
>>apprecitae it's simplicity, but what I'm hoping for is something where
>>I can recod for as long as I want and then loop that sound.  Any
>>pointers and/or suggestions?
>>
>>Charles
>>
>>
>>Send bugs reports to this list.
>>To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>>
>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Date2009-07-08 18:02
FromCharles Gran
Subject[Csnd] Re: Re: Re: live sampling
On Wed, Jul 8, 2009 at 6:43 AM, Rory Walsh wrote:
> I use Victor's SndRec UDO all the time for this. The nice thing is you
> can hack it anyway you want as it's a UDO. You can find it here:
> http://www.csounds.com/udo/displayOpcode.php?opcode_id=55
> To enable it to record for longer just increase the table sizes.

Looks interesting, but I can't get csound to recognize it.  Is there
documentation about where to put the file?  I can find stuff in the
manual on how to make them, but not how to use them or where to put
the file.

Date2009-07-09 13:39
FromRory Walsh
Subject[Csnd] Re: Re: Re: Re: live sampling
You simply add the UDO text to the same file as your instrument.
Include the text just after the Csound header info and just before
your instrument.

Rory.


2009/7/8 Charles Gran :
> On Wed, Jul 8, 2009 at 6:43 AM, Rory Walsh wrote:
>> I use Victor's SndRec UDO all the time for this. The nice thing is you
>> can hack it anyway you want as it's a UDO. You can find it here:
>> http://www.csounds.com/udo/displayOpcode.php?opcode_id=55
>> To enable it to record for longer just increase the table sizes.
>
> Looks interesting, but I can't get csound to recognize it.  Is there
> documentation about where to put the file?  I can find stuff in the
> manual on how to make them, but not how to use them or where to put
> the file.
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>