Csound Csound-dev Csound-tekno Search About

[Csnd] loscil and long files

Date2011-07-23 02:03
Fromluis jure
Subject[Csnd] loscil and long files
is there a problem with loscil and long audio files? trying to render a
very simple csd using loscil, i was getting only silence. the instrument
used a table created with gen01, deferred size. the sound file was stereo,
some 49 seconds long.

i couldn't spot any errors in the sound file or in the code, and csound
didn't warn me of any, either.

so i tried with a smaller file, and it worked fine. by trial and error, i
concluded that loscil failed to produce any sound when the sound file
stored in the table was longer than about 48 seconds long (for stereo
files, at least)

i couldn't find any reference to a limit of the file size for loscil.

best,

lj


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"

Date2011-07-23 03:25
FromJim Aikin
Subject[Csnd] Re: loscil and long files
What is the sample rate of the file that's refusing to play? I'm wondering
whether the problem has to do with the amount of time spanned by the file,
or (more likely) with the faw size of the file.

--
View this message in context: http://csound.1045644.n5.nabble.com/loscil-and-long-files-tp4625116p4625228.html
Sent from the Csound - General mailing list archive at Nabble.com.


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"

Date2011-07-23 03:28
Fromluis jure
SubjectRe: [Csnd] Re: loscil and long files
on 2011-07-22 at 19:25 Jim Aikin wrote:

>What is the sample rate of the file that's refusing to play? 

44100


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"

Date2011-07-23 07:44
FromPINOT Francois
SubjectRe: [Csnd] loscil and long files
Could you post a copy of your csd?

Francois

Le 23/07/2011 03:03, luis jure a écrit :
> is there a problem with loscil and long audio files? trying to render a
> very simple csd using loscil, i was getting only silence. the instrument
> used a table created with gen01, deferred size. the sound file was stereo,
> some 49 seconds long.
>
> i couldn't spot any errors in the sound file or in the code, and csound
> didn't warn me of any, either.
>
> so i tried with a smaller file, and it worked fine. by trial and error, i
> concluded that loscil failed to produce any sound when the sound file
> stored in the table was longer than about 48 seconds long (for stereo
> files, at least)
>
> i couldn't find any reference to a limit of the file size for loscil.
>
> best,
>
> lj
>
>
> 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"

Date2011-07-23 08:34
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] loscil and long files
Just a thought 49s corresponds to 4321800 samples,  Are you using doubles
or floats?  That would affect the table size (34574400 bytes or 17287200
bytes).

  I guess someone should look at the code....

>
> is there a problem with loscil and long audio files? trying to render a
> very simple csd using loscil, i was getting only silence. the instrument
> used a table created with gen01, deferred size. the sound file was stereo,
> some 49 seconds long.
>
> i couldn't spot any errors in the sound file or in the code, and csound
> didn't warn me of any, either.
>
> so i tried with a smaller file, and it worked fine. by trial and error, i
> concluded that loscil failed to produce any sound when the sound file
> stored in the table was longer than about 48 seconds long (for stereo
> files, at least)
>
> i couldn't find any reference to a limit of the file size for loscil.
>
> best,
>
> lj
>
>
> 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"

Date2011-07-23 08:46
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] loscil and long files
There is an error in the stereo version of loscil.  There is a simple fix,
but I will seeif there is a faster fix.....

>
> is there a problem with loscil and long audio files? trying to render a
> very simple csd using loscil, i was getting only silence. the instrument
> used a table created with gen01, deferred size. the sound file was stereo,
> some 49 seconds long.
>
> i couldn't spot any errors in the sound file or in the code, and csound
> didn't warn me of any, either.
>
> so i tried with a smaller file, and it worked fine. by trial and error, i
> concluded that loscil failed to produce any sound when the sound file
> stored in the table was longer than about 48 seconds long (for stereo
> files, at least)
>
> i couldn't find any reference to a limit of the file size for loscil.
>
> best,
>
> lj
>
>
> 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"

Date2011-07-23 08:55
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] loscil and long files
>
> There is an error in the stereo version of loscil.  There is a simple fix,
> but I will seeif there is a faster fix.....
>

or not...  Not convinced that it is a bug now.  We really need the example
to investigate.  This opcode is internally very contorted.

==John ff
  (who needs a cup o coffee!)



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"

Date2011-07-23 12:22
FromIain McCurdy
SubjectRE: [Csnd] loscil and long files
I've done some tests and it seems the limitation is a table size of 2097152 (both mono and stereo loscil on 5.13 Mac and Win) - this would correspond with ~48sec of mono audio at 44100. On older versions of Csound (5.10 linux doubles) the limit is 1048576 and this was my previous experience of the problem. This issue has been present for as long as I can remember. The workaround is to just use flooper, lposcil or tablei but I suppose it would be nice if loscil wasn't so limited as it does have some features the others don't.
Hope some of this helps,
Iain

> Date: Sat, 23 Jul 2011 08:55:49 +0100
> From: jpff@cs.bath.ac.uk
> To: csound@lists.bath.ac.uk
> Subject: Re: [Csnd] loscil and long files
>
> >
> > There is an error in the stereo version of loscil. There is a simple fix,
> > but I will seeif there is a faster fix.....
> >
>
> or not... Not convinced that it is a bug now. We really need the example
> to investigate. This opcode is internally very contorted.
>
> ==John ff
> (who needs a cup o coffee!)
>
>
>
> 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"
>

Date2011-07-23 13:50
FromVictor Lazzarini
SubjectRe: [Csnd] loscil and long files
or poscil 

There is definitely something funny with loscil.

Victor
On 23 Jul 2011, at 12:22, Iain McCurdy wrote:

I've done some tests and it seems the limitation is a table size of 2097152 (both mono and stereo loscil on 5.13 Mac and Win) - this would correspond with ~48sec of mono audio at 44100. On older versions of Csound (5.10 linux doubles) the limit is 1048576 and this was my previous experience of the problem. This issue has been present for as long as I can remember. The workaround is to just use flooper, lposcil or tablei but I suppose it would be nice if loscil wasn't so limited as it does have some features the others don't.
Hope some of this helps,
Iain

> Date: Sat, 23 Jul 2011 08:55:49 +0100
> From: jpff@cs.bath.ac.uk
> To: csound@lists.bath.ac.uk
> Subject: Re: [Csnd] loscil and long files
> 
> >
> > There is an error in the stereo version of loscil. There is a simple fix,
> > but I will seeif there is a faster fix.....
> >
> 
> or not... Not convinced that it is a bug now. We really need the example
> to investigate. This opcode is internally very contorted.
> 
> ==John ff
> (who needs a cup o coffee!)
> 
> 
> 
> 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"
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2011-07-23 13:52
FromVictor Lazzarini
SubjectRe: [Cs-dev] [Csnd] loscil and long files
AttachmentsNone  None  
I'm also wondering whether we should rewrite loscil with floating-point indexing, I'm not sure there is much gain with using integers these days and
the code would be a lot simpler to read.

Victor
On 23 Jul 2011, at 12:22, Iain McCurdy wrote:

I've done some tests and it seems the limitation is a table size of 2097152 (both mono and stereo loscil on 5.13 Mac and Win) - this would correspond with ~48sec of mono audio at 44100. On older versions of Csound (5.10 linux doubles) the limit is 1048576 and this was my previous experience of the problem. This issue has been present for as long as I can remember. The workaround is to just use flooper, lposcil or tablei but I suppose it would be nice if loscil wasn't so limited as it does have some features the others don't.
Hope some of this helps,
Iain

> Date: Sat, 23 Jul 2011 08:55:49 +0100
> From: jpff@cs.bath.ac.uk
> To: csound@lists.bath.ac.uk
> Subject: Re: [Csnd] loscil and long files
> 
> >
> > There is an error in the stereo version of loscil. There is a simple fix,
> > but I will seeif there is a faster fix.....
> >
> 
> or not... Not convinced that it is a bug now. We really need the example
> to investigate. This opcode is internally very contorted.
> 
> ==John ff
> (who needs a cup o coffee!)
> 
> 
> 
> 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"
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2011-07-23 16:04
Fromluis jure
SubjectRe: [Csnd] loscil and long files
on 2011-07-23 at 08:55 jpff@cs.bath.ac.uk wrote:

>or not...  Not convinced that it is a bug now.  We really need the example
>to investigate.

you mean the .csd? there's nothing to it, really, see below. just make sure
that you use a sound file at least 48 seconds long.






sr = 44100
ksmps = 10
0dbfs = 1
nchnls = 2

instr 1

a1, a2	loscil	1, 1, 1, 1
outs a1, a2

endin





f1 0 0 1 "yourfile.wav" 0 0 0

i1	0	48





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"

Date2011-07-23 16:22
Fromjoachim heintz
SubjectRe: [Csnd] loscil and long files
or UDOs like these (using poscil3):
mono: http://www.csounds.com/udo/displayOpcode.php?opcode_id=83
stereo: http://www.csounds.com/udo/displayOpcode.php?opcode_id=84
quadro: http://www.csounds.com/udo/displayOpcode.php?opcode_id=87
octo: http://www.csounds.com/udo/displayOpcode.php?opcode_id=88

	joachim

Am 23.07.2011 14:50, schrieb Victor Lazzarini:
> or poscil 
> 
> There is definitely something funny with loscil.
> 
> Victor
> On 23 Jul 2011, at 12:22, Iain McCurdy wrote:
> 
>> I've done some tests and it seems the limitation is a table size of
>> 2097152 (both mono and stereo loscil on 5.13 Mac and Win) - this would
>> correspond with ~48sec of mono audio at 44100. On older versions of
>> Csound (5.10 linux doubles) the limit is 1048576 and this was my
>> previous experience of the problem. This issue has been present for as
>> long as I can remember. The workaround is to just use flooper, lposcil
>> or tablei but I suppose it would be nice if loscil wasn't so limited
>> as it does have some features the others don't.
>> Hope some of this helps,
>> Iain
>>
>> > Date: Sat, 23 Jul 2011 08:55:49 +0100
>> > From: jpff@cs.bath.ac.uk 
>> > To: csound@lists.bath.ac.uk 
>> > Subject: Re: [Csnd] loscil and long files
>> > 
>> > >
>> > > There is an error in the stereo version of loscil. There is a
>> simple fix,
>> > > but I will seeif there is a faster fix.....
>> > >
>> > 
>> > or not... Not convinced that it is a bug now. We really need the example
>> > to investigate. This opcode is internally very contorted.
>> > 
>> > ==John ff
>> > (who needs a cup o coffee!)
>> > 
>> > 
>> > 
>> > 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"
>> > 
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 


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"

Date2011-07-23 22:31
FromCsounder Csounder
Subject[Csnd] MA where csound is the main instrument for most/all the course matters (sound synthesis, dsp,acoustics, math, programming
hello,
does anyone know about a university or universities where is possible to do an MA in electroacoustic music composition where csound is the main instrument?. 'Main instrument' means that most/all the courses matters (sound synthesis, dsp, acoustics,math, programming) are studied/practiced through/with 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"




Date2011-07-23 23:41
Frompeiman khosravi
SubjectRe: [Csnd] MA where csound is the main instrument for most/all the
Hello,

At least where I studied (City university London) an MA in composition just implies that you are going to compose and write a thesis about whatever subject that relates to your compositions in whichever way. So yes sure you could work only with Csound if you choose to!

P


On 23/07/2011 22:31, Csounder Csounder wrote:
hello,
does anyone know about a university or universities where is possible to do an MA in electroacoustic music composition where csound is the main instrument?. 'Main instrument' means that most/all the courses matters (sound synthesis, dsp, acoustics,math, programming) are studied/practiced through/with 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"





Date2011-07-24 07:24
FromOeyvind Brandtsegg
SubjectRe: [Csnd] MA where csound is the main instrument for most/all the
Hello,

Yes there's several places where you could do this.
Some time ago (years), we talked on this list about making a
list/overview of Csound schools,
I don't recall it actually being made (or maybe I'm mistaken).

At NTNU in Trondheim you can take a master in music technology, where
your master thesis is based on electroacoustic composition in Csound.
We also base our DSP teaching on Csound, and we use Csound throughout
many of our bachelor and masters courses.

best
Oeyvind Brandtsegg
Professor of Music Technology
NTNU

2011/7/24 peiman khosravi :
> Hello,
>
> At least where I studied (City university London) an MA in composition just
> implies that you are going to compose and write a thesis about whatever
> subject that relates to your compositions in whichever way. So yes sure you
> could work only with Csound if you choose to!
>
> P
>
>
> On 23/07/2011 22:31, Csounder Csounder wrote:
>
> hello,
> does anyone know about a university or universities where is possible to do
> an MA in electroacoustic music composition where csound is the main
> instrument?. 'Main instrument' means that most/all the courses matters
> (sound synthesis, dsp, acoustics,math, programming) are studied/practiced
> through/with 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"
>
>
>
>
>


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"


Date2011-07-24 08:51
FromVictor Lazzarini
SubjectRe: [Csnd] MA where csound is the main instrument for most/all the
We use Csound in our MA in Computer Music Modules.

Victor
On 23 Jul 2011, at 22:31, Csounder Csounder wrote:

hello,
does anyone know about a university or universities where is possible to do an MA in electroacoustic music composition where csound is the main instrument?. 'Main instrument' means that most/all the courses matters (sound synthesis, dsp, acoustics,math, programming) are studied/practiced through/with 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"




Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2011-07-24 13:03
FromCsounder Csounder
SubjectRe: [Csnd] MA where csound is the main instrument for most/all the
who were the composers that guided/helped/teached you there? Nothing is mentioned in the university site (http://www.city.ac.uk/courses/postgraduate/music-ma) about any knowledge of the staff on csound-dsp-acoustics-programming-math

From: peiman khosravi <peimankhosravi@gmail.com>
To: csound@lists.bath.ac.uk
Sent: Sunday, July 24, 2011 1:41 AM
Subject: Re: [Csnd] MA where csound is the main instrument for most/all the

Hello,

At least where I studied (City university London) an MA in composition just implies that you are going to compose and write a thesis about whatever subject that relates to your compositions in whichever way. So yes sure you could work only with Csound if you choose to!

P


On 23/07/2011 22:31, Csounder Csounder wrote:
hello,
does anyone know about a university or universities where is possible to do an MA in electroacoustic music composition where csound is the main instrument?. 'Main instrument' means that most/all the courses matters (sound synthesis, dsp, acoustics,math, programming) are studied/practiced through/with 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"







Date2011-07-24 13:30
Frompeiman khosravi
SubjectRe: [Csnd] MA where csound is the main instrument for most/all the
It's changed a lot now, all my supervisors have either moved on all retired. They had Simon Emmerson and Denis Smalley in my days.
Newton Armstrong (http://www.city.ac.uk/arts/academic-staff-profiles/dr-newton-armstrong) has just started working there as the main EA lecturer. He is a supercollider person himself but open to all other tools when it comes to teaching. I am sure he will be happy to answer any questions. If you would like his contact detail please let me know off list and I can send you his email.

Best,

Peiman

On 24/07/2011 13:03, Csounder Csounder wrote:
who were the composers that guided/helped/teached you there? Nothing is mentioned in the university site (http://www.city.ac.uk/courses/postgraduate/music-ma) about any knowledge of the staff on csound-dsp-acoustics-programming-math

From: peiman khosravi <peimankhosravi@gmail.com>
To: csound@lists.bath.ac.uk
Sent: Sunday, July 24, 2011 1:41 AM
Subject: Re: [Csnd] MA where csound is the main instrument for most/all the

Hello,

At least where I studied (City university London) an MA in composition just implies that you are going to compose and write a thesis about whatever subject that relates to your compositions in whichever way. So yes sure you could work only with Csound if you choose to!

P


On 23/07/2011 22:31, Csounder Csounder wrote:
hello,
does anyone know about a university or universities where is possible to do an MA in electroacoustic music composition where csound is the main instrument?. 'Main instrument' means that most/all the courses matters (sound synthesis, dsp, acoustics,math, programming) are studied/practiced through/with 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"








Date2011-07-25 00:17
FromAdam Puckett
SubjectRe: [Csnd] MA where csound is the main instrument for most/all the
I'm sort of looking for the same thing!

On 7/23/11, Csounder Csounder  wrote:
> hello,
> does anyone know about a university or universities where is possible to do
> an MA in electroacoustic music composition where csound is the main
> instrument?. 'Main instrument' means that most/all the courses matters
> (sound synthesis, dsp, acoustics,math, programming) are studied/practiced
> through/with 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"
> 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"


Date2011-07-25 05:06
FromDavidW
SubjectRe: [Cs-dev] [Csnd] loscil and long files
AttachmentsNone  None  

On 23/07/2011, at 10:52 PM, Victor Lazzarini wrote:

I'm also wondering whether we should rewrite loscil with floating-point indexing, I'm not sure there is much gain with using integers these days and
the code would be a lot simpler to read.
Yes, + I occasionally come across situations these days where FP is faster than with INTs. Must be something to do with FPUs, but I no longer assume Ints are faster let alone significantly.
David


Victor
On 23 Jul 2011, at 12:22, Iain McCurdy wrote:

I've done some tests and it seems the limitation is a table size of 2097152 (both mono and stereo loscil on 5.13 Mac and Win) - this would correspond with ~48sec of mono audio at 44100. On older versions of Csound (5.10 linux doubles) the limit is 1048576 and this was my previous experience of the problem. This issue has been present for as long as I can remember. The workaround is to just use flooper, lposcil or tablei but I suppose it would be nice if loscil wasn't so limited as it does have some features the others don't.
Hope some of this helps,
Iain

> Date: Sat, 23 Jul 2011 08:55:49 +0100
> From: jpff@cs.bath.ac.uk
> To: csound@lists.bath.ac.uk
> Subject: Re: [Csnd] loscil and long files
> 
> >
> > There is an error in the stereo version of loscil. There is a simple fix,
> > but I will seeif there is a faster fix.....
> >
> 
> or not... Not convinced that it is a bug now. We really need the example
> to investigate. This opcode is internally very contorted.
> 
> ==John ff
> (who needs a cup o coffee!)
> 
> 
> 
> 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"
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie



------------------------------------------------------------------------------
Storage Efficiency Calculator
This modeling tool is based on patent-pending intellectual property that
has been used successfully in hundreds of IBM storage optimization engage-
ments, worldwide.  Store less, Store more with what you own, Move data to
the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

_____________________________________________
Dr David Worrall
Adjunct Research Fellow, Australian National University
Board Member, International Community for Auditory Display
Regional Editor, Organised Sound (CUP) 
IT Projects, Music Council of Australia 
T : +61 (0)2 61.61.95.22 M: +61 (0)4.02.28.36.90





Date2011-07-25 10:47
FromVictor Lazzarini
SubjectRe: [Csnd] MA where csound is the main instrument for most/all the
http://music.nuim.ie/courses/postgraduate/taughtcoursesma/macomputermusic/hdipmusictechnology

Victor
On 25 Jul 2011, at 00:17, Adam Puckett wrote:

> I'm sort of looking for the same thing!
>
> On 7/23/11, Csounder Csounder  wrote:
>> hello,
>> does anyone know about a university or universities where is  
>> possible to do
>> an MA in electroacoustic music composition where csound is the main
>> instrument?. 'Main instrument' means that most/all the courses  
>> matters
>> (sound synthesis, dsp, acoustics,math, programming) are studied/ 
>> practiced
>> through/with 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"
>> 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"
>

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





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"

Date2011-07-25 15:19
FromPablo Frank
SubjectRE: [Csnd] MA where csound is the main instrument for most/all the
before beggining the MA:
1) should be or must be known-understood "The Audio Programming Book" and "The Csound Book" ?
2) about dsp, one must have the level of (at least) the DSP Primer of Ken Steiglitz?
3) have wide and deep knowledge on python and java?
4) have good-very good knowledge of acoustics ?

If the answer to 1),2),3) and 4) is yes, so the level of calculus must be of calculus of 2 variables.




> From: Victor.Lazzarini@nuim.ie
> To: csound@lists.bath.ac.uk
> Date: Mon, 25 Jul 2011 10:47:33 +0100
> Subject: Re: [Csnd] MA where csound is the main instrument for most/all the
>
>
> http://music.nuim.ie/courses/postgraduate/taughtcoursesma/macomputermusic/hdipmusictechnology
>
> Victor
&g t; On 25 Jul 2011, at 00:17, Adam Puckett wrote:
>
> > I'm sort of looking for the same thing!
> >
> > On 7/23/11, Csounder Csounder <csoundercsounder@yahoo.com> wrote:
> >> hello,
> >> does anyone know about a university or universities where is
> >> possible to do
> >> an MA in electroacoustic music composition where csound is the main
> >> instrument?. 'Main instrument' means that most/all the courses
> >> matters
> >> (sound synthesis, dsp, acoustics,math, programming) are studied/
> >> practiced
> >> through/with csound.
> >>
> >>
> >>
> >>
> >> Send bugs reports to the Sou rceforge 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"
> >>
> >>
> >
> >
> > Send bugs reports to the Sou rceforge 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"
> >
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
> 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"
>

Date2011-07-25 15:30
FromVictor Lazzarini
SubjectRe: [Csnd] MA where csound is the main instrument for most/all the
Not for that MA: it is a conversion-skills programme. The courses will take you from a basic understanding of computers and music (but even that is not assumed) to 1),2),3) and 4). If you have 1),2),3) and 4) complete you might want to do a different course.

Regards

Victor
On 25 Jul 2011, at 15:19, Pablo Frank wrote:

before beggining the MA:
1) should be or must be known-understood "The Audio Programming Book" and "The Csound Book" ?
2) about dsp, one must have the level of (at least) the DSP Primer of Ken Steiglitz?
3) have wide and deep knowledge on python and java?
4) have good-very good knowledge of acoustics ?

If the answer to 1),2),3) and 4) is yes, so the level of calculus must be of calculus of 2 variables.




> From: Victor.Lazzarini@nuim.ie
> To: csound@lists.bath.ac.uk
> Date: Mon, 25 Jul 2011 10:47:33 +0100
> Subject: Re: [Csnd] MA where csound is the main instrument for most/all the
> 
> 
> http://music.nuim.ie/courses/postgraduate/taughtcoursesma/macomputermusic/hdipmusictechnology
> 
> Victor
> On 25 Jul 2011, at 00:17, Adam Puckett wrote:
> 
> > I'm sort of looking for the same thing!
> >
> > On 7/23/11, Csounder Csounder <csoundercsounder@ya hoo.com> wrote:
> >> hello,
> >> does anyone know about a university or universities where is 
> >> possible to do
> >> an MA in electroacoustic music composition where csound is the main
> >> instrument?. 'Main instrument' means that most/all the courses 
> >> matters
> >> (sound synthesis, dsp, acoustics,math, programming) are studied/ 
> >> practiced
> >> through/with 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"
> >> Send bugs reports to the Sourceforge bug tracke r
> >> 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"
> >
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> 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"
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2011-07-25 16:30
FromPablo Frank
SubjectRE: [Csnd] MA where csound is the main instrument for most/all the
>>>>If you have 1),2),3) and 4) complete you might want to do a different course.

Now i have a BA in music, so if i get 1),2),3) and 4) complete, i would 'jump' to a PHD?



From: Victor.Lazzarini@nuim.ie
To: csound@lists.bath.ac.uk
Date: Mon, 25 Jul 2011 15:30:19 +0100
Subject: Re: [Csnd] MA where csound is the main instrument for most/all the

Not for that MA: it is a conversion-skills programme. The courses will take you from a basic understanding of computers and music (but even that is not assumed) to 1),2),3) and 4). If you have 1),2),3) and 4) complete you might want to do a different course.

Regards

Victor
On 25 Jul 2011, at 15:19, Pablo Frank w rote:

before beggining the MA:
1) should be or must be known-understood "The Audio Programming Book" and "The Csound Book" ?
2) about dsp, one must have the level of (at least) the DSP Primer of Ken Steiglitz?
3) have wide and deep knowledge on python and java?
4) have good-very good knowledge of acoustics ?
If the answer to 1),2),3) and 4) is yes, so the level of calculus must be of calculus of 2 variables.




> From: Victor.Lazzarini@nuim.ie
> To: csound@lists.bath.ac.uk
> Date: Mon, 25 Jul 2011 10:47:33 +0100
> Subject: Re: [Csnd] MA where csound is the main instrument for most/all the
> 
> 
> http://music.nuim.ie/courses/postgraduate/taughtcoursesma/macomputermusic/hdipmusictechnology
> 
> Victor
> On 25 Jul 2011, at 00:17, Adam Puckett wrote:
> 
> > I'm sort of looking for the same thing!
> >
> > On 7/23/11, Csounder Csounder <csoundercsounder@ya hoo.com> wrote:
> >> hello,
> >> does anyone know about a university or universities where is 
> >> possible to do
> >> an MA in electroacoustic music composition where csound is the main
> >> instrument?. 'Main instrument' means that most/ all the courses 
> >> matters
> >> (sound synthesis, dsp, acoustics,math, programming) are studied/ 
> >> practiced
> >> through/with 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"
> >> Send bugs reports to the Sourceforge bug tracke r
> >> https://sourceforge.net/tracker/? 
> >> group_id=81968&atid=564599
> >> Discussions of bugs and features can be posted here
> >> To unsubscribe, send email sympa@li sts.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"
> >
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> 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"
> 

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2011-07-25 18:22
FromVictor.Lazzarini@nuim.ie
SubjectRe: RE: [Csnd] MA where csound is the main instrument for most/all the
AttachmentsNone  None