[Cs-dev] flags in csoundInitialize
| Date | 2012-05-30 05:43 |
| From | Alex Weiss |
| Subject | [Cs-dev] flags in csoundInitialize |
| Attachments | None None |
| Hi list, What exactly does the "flags" parameter in csoundInitialize do? I couldn't find anything in the docs about it, but for some reason my host always crashes when it is set to 0, and works when nonzero...
Alex
|
| Date | 2012-05-30 07:20 |
| From | Tito Latini |
| Subject | Re: [Cs-dev] flags in csoundInitialize |
| Attachments | None |
| Date | 2012-05-30 07:23 |
| From | Alex Weiss |
| Subject | Re: [Cs-dev] flags in csoundInitialize |
| Attachments | None None |
| Thanks Tito, I just found it in the sources. Pardon my ignorance, but what exactly does the signal handler do, and why would/wouldn't I want it? Alex
On Tue, May 29, 2012 at 11:20 PM, Tito Latini <tito.01beta@gmail.com> wrote:
|
| Date | 2012-05-30 07:47 |
| From | Tito Latini |
| Subject | Re: [Cs-dev] flags in csoundInitialize |
| Attachments | None |
| Date | 2012-05-30 08:09 |
| From | Alex Weiss |
| Subject | Re: [Cs-dev] flags in csoundInitialize |
| Attachments | None None |
| Ah, that makes sense. Thank you. Alex
On Tue, May 29, 2012 at 11:47 PM, Tito Latini <tito.01beta@gmail.com> wrote: I presume that you know signals and signal handlers in general. |