[Csnd] Can't fill out args in FLpack opcode
Date | 2011-12-03 19:32 |
From | Tobiah |
Subject | [Csnd] Can't fill out args in FLpack opcode |
I'm having an odd problem. When I provide the number of arguments to FLpack that are specified in the manual, I get this: orch compiler: error: too many input args, line 28: FLpack 400, 100, 0, 0, 1, 0, 5 I tried peeling them back one by one until I got to: FLpack 400, 100, 0, 0 Then the orchestra ran correctly, but I really want to be able to specify the other three arguments. I'm using the old parser. The new one consistently segfaults on an any error without a message, so it's too difficult to debug anything. Csound version 5.12 (double samples) Nov 20 2011 Thanks, Tobiah 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" |
Date | 2011-12-04 15:47 |
From | Tito Latini |
Subject | Re: [Csnd] Can't fill out args in FLpack opcode |
Attachments | None |
Date | 2011-12-05 17:29 |
From | Tobiah |
Subject | Re: [Csnd] Can't fill out args in FLpack opcode |
On 12/4/2011 7:47 AM, Tito Latini wrote: > I have checked the source file (InOut/widgets.cpp:2666). FLpack (the > StartPack function) takes 4 parameters (x, y, width, height). ispace > and iborder are respectively 15 and FL_ENGRAVED_FRAME. It's simple to > be modified, but I don't know why it has been changed. The manual has the number of arguments as 7. I at least need to specify horizontal packing. The default seems to be vertical. 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" |