[Csnd-dev] error message improvement
Date | 2018-03-10 08:31 |
From | joachim heintz |
Subject | [Csnd-dev] error message improvement |
when i call an instrument which does not exist, i get this error message: instr Bla endin schedule "bla", 0, 1 -> could not find playing instr 1.000000 can this error message be changed to something like: "could not find instr 'bla'" ? thanks - |
Date | 2018-03-10 13:09 |
From | John ff |
Subject | Re: [Csnd-dev] error message improvement |
I cannot see how you get that message as it appears on my to be in turning off an instument, but I will look further. Sent from TypeApp On Mar 10, 2018, 08:32, at 08:32, joachim heintz |
Date | 2018-03-10 13:29 |
From | jpff |
Subject | Re: [Csnd-dev] error message improvement |
I see WARNING: instr bla not found could not find playing instr 1.000000 Still not sure where the second message comes from. On Sat, 10 Mar 2018, joachim heintz wrote: > when i call an instrument which does not exist, i get this error message: > > instr Bla > endin > schedule "bla", 0, 1 > -> could not find playing instr 1.000000 > > can this error message be changed to something like: > "could not find instr 'bla'" ? > > thanks - > joachim |
Date | 2018-03-10 13:49 |
From | jpff |
Subject | Re: [Csnd-dev] error message improvement |
OK i understad and it isnot what it seems. The name does not resolve so it returns -1 , but the event insertion does not check so it s treated as turn off instrumnt 1. Not sure how to fix yet. On Sat, 10 Mar 2018, joachim heintz wrote: > when i call an instrument which does not exist, i get this error message: > > instr Bla > endin > schedule "bla", 0, 1 > -> could not find playing instr 1.000000 > > can this error message be changed to something like: > "could not find instr 'bla'" ? > > thanks - > joachim |
Date | 2018-03-10 16:03 |
From | jpff |
Subject | Re: [Csnd-dev] error message improvement |
I believe version in git is correct and gives better error messages in the cases. |
Date | 2018-03-10 20:19 |
From | joachim heintz |
Subject | Re: [Csnd-dev] error message improvement |
yes, the error message is now: WARNING: instr bla not found insert_score_event(): invalid named instrument INIT ERROR in instr 0: event_i: error creating 'i' event schedule.S "bla" 0 1 header init errors thanks, john! joachim On 10/03/18 17:03, jpff wrote: > I believe version in git is correct and gives better error messages in > the cases. > ==John ff |