| WOW!
On Nov 21, 2012, at 2:24 AM, Victor Lazzarini wrote:
> That's a good idea. In GIT now.
>
> Victor
> On 21 Nov 2012, at 02:03, Louis Cohen wrote:
>
>> John,
>>
>> If you're considering revising the message, I would say that it is more informative to simply indicate which error is undefined. The maximum number of available instruments doesn't seem to relate to the error.
>>
>> So, instead of
>>
>> B180.000 - note deleted. instr 0(200) undefined
>>
>> how about:
>>
>> B180.000 - note deleted. instr 0 undefined
>>
>> best,
>> Lou
>>
>>
>> On Nov 20, 2012, at 5:16 PM, jpff@cs.bath.ac.uk wrote:
>>
>>> There is no limit, but at the time of your error 200 was the maximum. If
>>> you had declared an instrumnet of higher number it woulg expand.
>>>
>>> The error is probably out of date as this is now flexible
>>>
>>> ==John ff
>>>
>>>> Victor,
>>>>
>>>> You have solved my problem and I'm very grateful. Thanks again.
>>>>
>>>> As for the default max instrument number 200, this is a new concept to me.
>>>> The manual seems to indicate that there is no limit to instrument numbers.
>>>> Here's what it says:
>>>>
>>>> QUOTE
>>>> instr
>>>> instr — Starts an instrument block.
>>>>
>>>> Description
>>>>
>>>> Starts an instrument block.
>>>>
>>>> Syntax
>>>>
>>>> instr i, j, ...
>>>> Initialization
>>>>
>>>> Starts an instrument block defining instruments i, j, ...
>>>>
>>>> i, j, ... must be numbers, not expressions. Any positive integer is legal,
>>>> and in any order, but excessively high numbers are best avoided.
>>>>
>>>>
>>>> Note
>>>> There may be any number of instrument blocks in an orchestra.
>>>> END QUOTE
>>>>
>>>>
>>>> No default is mentioned, nor is there any indication about how to change
>>>> the default.
>>>>
>>>> best,
>>>> Lou
>>>>
>>>>
>>>> On Nov 20, 2012, at 4:44 PM, Victor Lazzarini
>>>> wrote:
>>>>
>>>>> instr 0 (out of 200 possible instruments).
>>>>> The 200 is the max instrument number, which is by default 200 (but of
>>>>> course can be anything)
>>>>>
>>>>> Victor
>>>>>
>>>>>
>>>>> On 20 Nov 2012, at 21:32, Louis Cohen wrote:
>>>>>
>>>>>>
>>>>>> On Nov 20, 2012, at 4:25 PM, Victor Lazzarini
>>>>>> wrote:
>>>>>>
>>>>>>> your score has a load of i0 lines. Do you mean them?
>>>>>>
>>>>>> That's it! thanks so much!
>>>>>>
>>>>>> The score is generated by a program that I wrote and use all the time.
>>>>>> I gave that program some bad data and it generated the i0 code (with no
>>>>>> warning!).
>>>>>>
>>>>>> Is the error explained in the error message:
>>>>>>
>>>>>> B180.000 - note deleted. instr 0(200) undefined
>>>>>>
>>>>>> If so, what does "instr 0(200)" indicate?
>>>>>>
>>>>>> best and many thanks!
>>>>>>
>>>>>> -Lou
>>>>>>
>>>>>>
>>>>>>>
>>>>>>> On 20 Nov 2012, at 21:14, Louis Cohen wrote:
>>>>>>>
>>>>>>>> Victor, the csd is attached. The file refers to data files, so I've
>>>>>>>> zipped everything together.
>>>>>>>>
>>>>>>>> It's a bit long, sorry. I have no idea how to isolate the problem.
>>>>>>>> The error message just doesn't tell me enough. As for Rory's
>>>>>>>> suggestion, instr 1 uses "event" to fire up instr 50. But instr 50
>>>>>>>> doesn't use event and doesn't in any way control other instruments.
>>>>>>>>
>>>>>>>> The error message doesn't make clear what instrument is causing the
>>>>>>>> problem. I'm already inserting print statements to try to catch the
>>>>>>>> error, but no luck yet.
>>>>>>>>
>>>>>>>> The only thing that seems clear is that the problems begin at t=180
>>>>>>>> and continue to t=241. Sound is generated at other times. I've
>>>>>>>> enclosed a .sco file that starts at t=180.
>>>>>>>>
>>>>>>>> best,
>>>>>>>> Lou
>>>>>>>>
>>>>>>>> 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"
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Nov 20, 2012, at 3:53 PM, Victor Lazzarini
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Can we look at your CSD?
>>>>>>>>> On 20 Nov 2012, at 20:46, Louis Cohen wrote:
>>>>>>>>>
>>>>>>>>>> Dear Csounders,
>>>>>>>>>>
>>>>>>>>>> I'm getting the output shown below. It appears that my instrument
>>>>>>>>>> 50 is doing some illegal at t=180 seconds. But from the error
>>>>>>>>>> message I can't tell what the error is. Is there information in the
>>>>>>>>>> message that could help me identify the problem?
>>>>>>>>>>
>>>>>>>>>> best,
>>>>>>>>>> Lou Cohen
>>>>>>>>>> www.jolc.net
>>>>>>>>>> www.opensound.org
>>>>>>>>>>
>>>>>>>>>> Csound version 5.18.03 (float samples) Oct 6 2012
>>>>>>>>>> Creating orchestra
>>>>>>>>>> Creating score
>>>>>>>>>> using blocking interface
>>>>>>>>>> 278
>>>>>>>>>> 279
>>>>>>>>>> 279
>>>>>>>>>> 279
>>>>>>>>>> Parsing successful!
>>>>>>>>>> Sorting score
>>>>>>>>>> 0dBFS level = 1.0
>>>>>>>>>> ftable 101:
>>>>>>>>>> ftable 102:
>>>>>>>>>> ftable 103:
>>>>>>>>>> ftable 104:
>>>>>>>>>> ftable 105:
>>>>>>>>>> ftable 106:
>>>>>>>>>> ftable 107:
>>>>>>>>>> orch now loaded
>>>>>>>>>> audio buffered in 512 sample-frame blocks
>>>>>>>>>> writing 1536-byte blks of 24bit ints to
>>>>>>>>>> /Volumes/A_G5Int1TB/Documents1/Lou's
>>>>>>>>>> compositions/shape10/shape10_73baa.aif (AIFF)
>>>>>>>>>> SECTION 1:
>>>>>>>>>> ftable 1:
>>>>>>>>>> ftable 2:
>>>>>>>>>> ftable 3:
>>>>>>>>>> ftable 4:
>>>>>>>>>> ftable 5:
>>>>>>>>>> ftable 10:
>>>>>>>>>> ftable 11:
>>>>>>>>>> new alloc for instr 1:
>>>>>>>>>> new alloc for instr 50:
>>>>>>>>>> new alloc for instr 50:
>>>>>>>>>> new alloc for instr 50:
>>>>>>>>>> new alloc for instr 50:
>>>>>>>>>> new alloc for instr 50:
>>>>>>>>>> B180.000 - note deleted. instr 0(200) undefined
>>>>>>>>>> B183.435 - note deleted. instr 0(200) undefined
>>>>>>>>>> B186.401 - note deleted. instr 0(200) undefined
>>>>>>>>>> B188.755 - note deleted. instr 0(200) undefined
>>>>>>>>>> B190.970 - note deleted. instr 0(200) undefined
>>>>>>>>>> B193.217 - note deleted. instr 0(200) undefined
>>>>>>>>>> B196.300 - note deleted. instr 0(200) undefined
>>>>>>>>>> B199.635 - note deleted. instr 0(200) undefined
>>>>>>>>>> B202.878 - note deleted. instr 0(200) undefined
>>>>>>>>>> B206.751 - note deleted. instr 0(200) undefined
>>>>>>>>>> B209.747 - note deleted. instr 0(200) undefined
>>>>>>>>>> B212.217 - note deleted. instr 0(200) undefined
>>>>>>>>>> B214.938 - note deleted. instr 0(200) undefined
>>>>>>>>>> B217.141 - note deleted. instr 0(200) undefined
>>>>>>>>>> B219.219 - note deleted. instr 0(200) undefined
>>>>>>>>>> B222.590 - note deleted. instr 0(200) undefined
>>>>>>>>>> B225.152 - note deleted. instr 0(200) undefined
>>>>>>>>>> B228.086 - note deleted. instr 0(200) undefined
>>>>>>>>>> B230.291 - note deleted. instr 0(200) undefined
>>>>>>>>>> B233.005 - note deleted. instr 0(200) undefined
>>>>>>>>>> B235.111 - note deleted. instr 0(200) undefined
>>>>>>>>>> B237.112 - note deleted. instr 0(200) undefined
>>>>>>>>>> B239.559 - note deleted. instr 0(200) undefined
>>>>>>>>>> Score finished in csoundPerformKsmps().
>>>>>>>>>> inactive allocs returned to freespace
>>>>>>>>>> end of score. overall amps: 0.38777
>>>>>>>>>> overall samples out of range: 0
>>>>>>>>>> 23 errors in performance
>>>>>>>>>> 512 1536 sample blks of 24bit ints written to
>>>>>>>>>> /Volumes/A_G5Int1TB/Documents1/Lou's
>>>>>>>>>> compositions/shape10/shape10_73baa.aif (AIFF)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 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"
>>>>>>>>>
>>>>>>>>
>>>>>>>> Lou Cohen
>>>>>>>> www.jolc.net
>>>>>>>> www.opensound.org
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> 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"
>>>>>>>
>>>>>>
>>>>>> Lou Cohen
>>>>>> www.jolc.net
>>>>>> www.opensound.org
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> 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"
>>>>>
>>>>
>>>> Lou Cohen
>>>> www.jolc.net
>>>> www.opensound.org
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> 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"
>>>
>>
>> Lou Cohen
>> www.jolc.net
>> www.opensound.org
>>
>>
>>
>>
>>
>>
>> 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"
>
Lou Cohen
www.jolc.net
www.opensound.org
|