Csound Csound-dev Csound-tekno Search About

[Csnd]

Date2010-08-06 08:53
FromLars Indrek Hansson
Subject[Csnd]
Hi again,
 
Thanks for the advice on how to activate instruments with midi. Here´s another one:
 
When I was working on a sampleplaying instrument using the loscil opcode I loaded some
soundfiles into the f-tables that were several minutes long and noticed that the loscil unit
always cut the soundfile off after roughly 20 seconds. Is it supposed to be like that?
 
I checked every conceivable possibility deffered length, loop-settings,file format, mono/stereo what you have, to
no avail. Then I changed the loscil to a soundin and then it played back the same files without truncating them.
 
It´s no big deal since there are several opcodes for sampleplaying. I just thought it was a bit odd. Does any
one have a clue? Or is it something I'm unaware of?
 
Regards
Lars Indrek Hansson

Date2010-08-06 09:14
FromAndres Cabrera
Subject[Csnd] Re:
Hi,

Can we see your csd? I suspect you might be using a socre event like:

i 1 0 20

Cheers,
Andrés

On Fri, Aug 6, 2010 at 8:53 AM, Lars Indrek Hansson
 wrote:
> Hi again,
>
> Thanks for the advice on how to activate instruments with midi. Here´s
> another one:
>
> When I was working on a sampleplaying instrument using the loscil opcode I
> loaded some
> soundfiles into the f-tables that were several minutes long and noticed that
> the loscil unit
> always cut the soundfile off after roughly 20 seconds. Is it supposed to be
> like that?
>
> I checked every conceivable possibility deffered length, loop-settings,file
> format, mono/stereo what you have, to
> no avail. Then I changed the loscil to a soundin and then it played back the
> same files without truncating them.
>
> It´s no big deal since there are several opcodes for sampleplaying. I just
> thought it was a bit odd. Does any
> one have a clue? Or is it something I'm unaware of?
>
> Regards
> Lars Indrek Hansson
>



-- 


Andrés


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-08-06 09:47
FromVictor Lazzarini
Subject[Csnd] Re:
No, I think that might be a bug. Try using flooper2 for sample playing.


Victor
On 6 Aug 2010, at 08:53, Lars Indrek Hansson wrote:

Hi again,
 
Thanks for the advice on how to activate instruments with midi. Here´s another one:
 
When I was working on a sampleplaying instrument using the loscil opcode I loaded some 
soundfiles into the f-tables that were several minutes long and noticed that the loscil unit 
always cut the soundfile off after roughly 20 seconds. Is it supposed to be like that?
 
I checked every conceivable possibility deffered length, loop-settings,file format, mono/stereo what you have, to 
no avail. Then I changed the loscil to a soundin and then it played back the same files without truncating them.
 
It´s no big deal since there are several opcodes for sampleplaying. I just thought it was a bit odd. Does any 
one have a clue? Or is it something I'm unaware of?
 
Regards
Lars Indrek Hansson


Date2010-08-06 09:53
FromLars Indrek Hansson
Subject[Csnd] RE: Re:
No, the loscil was triggered via the FlKeyin in real time and p3 was always defined as
 
ilength tableng p4
p3=ilength/sr
 
where p4 (table number) was transmitted by the schedkwhen opcode in a different instrument.
 
With the the shorter samples it worked without problems.
 
Regards,
Lars
 
 
> Date: Fri, 6 Aug 2010 09:14:47 +0100
> From: mantaraya36@gmail.com
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Re:
>
> Hi,
>
> Can we see your csd? I suspect you might be using a socre event like:
>
> i 1 0 20
>
> Cheers,
> Andrés
>
> On Fri, Aug 6, 2010 at 8:53 AM, Lars Indrek Hansson
> <lars.indrek.hansson@hotmail.com> wrote:
> > Hi again,
> >
> > Thanks for the advice on how to activate instruments with midi. Here´s
> > another one:
> >
> > When I was working on a sampleplaying instrument using the loscil opcode I
> > loaded some
> > soundfiles into the f-tables that were several minutes long and noticed that
> > the loscil unit
> > always cut the soundfile off after roughly 20 seconds. Is it supposed to be
> > like that?
> >
> > I checked every conceivable possibility deffered length, loop-settings,file
> > format, mono/stereo what you have, to
> > no avail. Then I changed the loscil to a soundin and then it played back the
> > same files without truncating them.
> >
> > It´s no big deal since there are several opcodes for sampleplaying. I just
> > thought it was a bit odd. Does any
> > one have a clue? Or is it something I'm unaware of?
> >
> > Regards
> > Lars Indrek Hansson
> >
>
>
>
> --
>
>
> Andrés
>
>
> 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-08-06 11:52
FromAndres Cabrera
Subject[Csnd] Re: RE: Re:
Hi Lars,

Sorry, then it seems to be a bug. Can you provide a minimal csd which
shows the bug, so that testing can happen?

Cheers,
Andrés

On Fri, Aug 6, 2010 at 9:53 AM, Lars Indrek Hansson
 wrote:
> No, the loscil was triggered via the FlKeyin in real time and p3 was always
> defined as
>
> ilength tableng p4
> p3=ilength/sr
>
> where p4 (table number) was transmitted by the schedkwhen opcode in a
> different instrument.
>
> With the the shorter samples it worked without problems.
>
> Regards,
> Lars
>
>
>> Date: Fri, 6 Aug 2010 09:14:47 +0100
>> From: mantaraya36@gmail.com
>> To: csound@lists.bath.ac.uk
>> Subject: [Csnd] Re:
>>
>> Hi,
>>
>> Can we see your csd? I suspect you might be using a socre event like:
>>
>> i 1 0 20
>>
>> Cheers,
>> Andrés
>>
>> On Fri, Aug 6, 2010 at 8:53 AM, Lars Indrek Hansson
>>  wrote:
>> > Hi again,
>> >
>> > Thanks for the advice on how to activate instruments with midi. Here´s
>> > another one:
>> >
>> > When I was working on a sampleplaying instrument using the loscil opcode
>> > I
>> > loaded some
>> > soundfiles into the f-tables that were several minutes long and noticed
>> > that
>> > the loscil unit
>> > always cut the soundfile off after roughly 20 seconds. Is it supposed to
>> > be
>> > like that?
>> >
>> > I checked every conceivable possibility deffered length,
>> > loop-settings,file
>> > format, mono/stereo what you have, to
>> > no avail. Then I changed the loscil to a soundin and then it played back
>> > the
>> > same files without truncating them.
>> >
>> > It´s no big deal since there are several opcodes for sampleplaying. I
>> > just
>> > thought it was a bit odd. Does any
>> > one have a clue? Or is it something I'm unaware of?
>> >
>> > Regards
>> > Lars Indrek Hansson
>> >
>>
>>
>>
>> --
>>
>>
>> Andrés
>>
>>
>> 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"
>>
>



-- 


Andrés


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"