[CSOUND-DEV:5759] Preferred method for halting performace due to error
| Date | 2005-02-04 04:48 |
| From | Andres Cabrera |
| Subject | [CSOUND-DEV:5759] Preferred method for halting performace due to error |
Hi, What is the preferred method to report an error and terminate the performance from an opcode in an opcode library? Andrés |
| Date | 2005-02-04 09:47 |
| From | Victor Lazzarini |
| Subject | [CSOUND-DEV:5760] Re: Preferred method for halting performace due to error |
I use perferror(), as
in
if (!well)
perferror(" All is not well in this opcode performance\n");
Victor
At 04:48 04/02/2005, you wrote:
>Hi,
>What is the preferred method to report an error and terminate the
>performance from an opcode in an opcode library?
>
>Andrés
Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth |
| Date | 2005-02-04 13:18 |
| From | Andres Cabrera |
| Subject | [CSOUND-DEV:5761] Re: Preferred method for halting performace due to error |
Thanks Victor,
Would that be the preferred method for csound5 as well?
Thanks,
Andrés
Victor Lazzarini wrote:
> I use perferror(), as
> in
>
> if (!well)
> perferror(" All is not well in this opcode performance\n");
>
> Victor
>
> At 04:48 04/02/2005, you wrote:
>
>> Hi,
>> What is the preferred method to report an error and terminate the
>> performance from an opcode in an opcode library?
>>
>> Andrés
>
>
> Victor Lazzarini
> Music Technology Laboratory
> Music Department
> National University of Ireland, Maynooth
>
>
> |