Csound Csound-dev Csound-tekno Search About

[Csnd] looping opcode suggestion?

Date2010-06-14 19:47
From"Art Hunkins"
Subject[Csnd] looping opcode suggestion?
I need advice as to the simplest, most efficient looping opcode to do the 
following:

1) files/samples are approximately 10 minutes in length, stereo;
2) 4 files/samples played simultaneously;
3) simple end-to-end looping (no release loop);
4) no pitch shift; no cross-fading;
5) all 4 files/samples start at the beginning and play continuously 
(always-on "notes").

There is *one special requirement*:
I want each file/sample to start at a different point in the file/sample 
(i.e., different "skiptime" or "phase") and for this start-point to be 
randomly selected at i-time. I'd also *prefer* to specify this point in 
seconds (to avoid having to deal with sample lengths/formats, etc.)

Art Hunkins 



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-06-14 20:50
FromAidan Collins
Subject[Csnd] Re: looping opcode suggestion?
I don't know if it is the most efficient, but I believe diskin2 does
what you are asking for. I feel like most questions regarding loscil
on this list have been resolved with the suggestion to use diskin2.
It takes skiptime in seconds too, if i'm not mistaken.

On 6/14/10, Art Hunkins  wrote:
> I need advice as to the simplest, most efficient looping opcode to do the
> following:
>
> 1) files/samples are approximately 10 minutes in length, stereo;
> 2) 4 files/samples played simultaneously;
> 3) simple end-to-end looping (no release loop);
> 4) no pitch shift; no cross-fading;
> 5) all 4 files/samples start at the beginning and play continuously
> (always-on "notes").
>
> There is *one special requirement*:
> I want each file/sample to start at a different point in the file/sample
> (i.e., different "skiptime" or "phase") and for this start-point to be
> randomly selected at i-time. I'd also *prefer* to specify this point in
> seconds (to avoid having to deal with sample lengths/formats, etc.)
>
> Art Hunkins
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>

Date2010-06-14 21:00
FromVictor Lazzarini
Subject[Csnd] Re: Re: looping opcode suggestion?
Or simply oscillators reading tables (poscil for instance). This does  
not sound too complicated.

Victor

On 14 Jun 2010, at 20:50, Aidan Collins wrote:

> I don't know if it is the most efficient, but I believe diskin2 does
> what you are asking for. I feel like most questions regarding loscil
> on this list have been resolved with the suggestion to use diskin2.
> It takes skiptime in seconds too, if i'm not mistaken.
>
> On 6/14/10, Art Hunkins  wrote:
>> I need advice as to the simplest, most efficient looping opcode to  
>> do the
>> following:
>>
>> 1) files/samples are approximately 10 minutes in length, stereo;
>> 2) 4 files/samples played simultaneously;
>> 3) simple end-to-end looping (no release loop);
>> 4) no pitch shift; no cross-fading;
>> 5) all 4 files/samples start at the beginning and play continuously
>> (always-on "notes").
>>
>> There is *one special requirement*:
>> I want each file/sample to start at a different point in the file/ 
>> sample
>> (i.e., different "skiptime" or "phase") and for this start-point to  
>> be
>> randomly selected at i-time. I'd also *prefer* to specify this  
>> point in
>> seconds (to avoid having to deal with sample lengths/formats, etc.)
>>
>> Art Hunkins
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/? 
>> group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
>> "unsubscribe
>> csound"
>>
>>
>
> -- 
> Sent from my mobile device
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-06-14 22:18
FromRory Walsh
Subject[Csnd] Re: Re: Re: looping opcode suggestion?
On 14 June 2010 21:00, Victor Lazzarini  wrote:
> Or simply oscillators reading tables (poscil for instance). This does not
> sound too complicated.

Loading 40 minutes of audio samples into f-tables doesn't sound like a
great plan to me?

Rory.


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"