Re: [Cs-dev] xyin discussion
Date | 2013-04-16 17:31 |
From | "Art Hunkins" |
Subject | Re: [Cs-dev] xyin discussion |
I presume that this discussion re: FLTK opcodes xyin button and checkbox does *not* suggest backward incompatibility with their use in existing compositions - or that these compositions will no longer be playable in Csound 6. Is this correct? (I have used several if not all three of these.) Art Hunkins ----- Original Message ----- From: "Rory Walsh" |
Date | 2013-04-16 17:58 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] xyin discussion |
Attachments | None None |
Hi Art, This does not affect the FLTK opcodes in any way, only the xyin opcode, which requires a set of functions that were removed from the API. The opcode cannot work without the API functions, so the question is, should the API functions be put back or should the opcode be left as a stub with instructions on how to port for csound 6? I would prefer the latter, as I doubt this opcode has seem much use as it always required writing a host in c or c++. It never worked otherwise, unlike the bus opcodes. Cheers, On Apr 16, 2013 9:49 AM, "Art Hunkins" <abhunkin@uncg.edu> wrote:
I presume that this discussion re: FLTK opcodes xyin button and checkbox |
Date | 2013-04-16 19:06 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] xyin discussion |
> I would prefer the latter, as I doubt this opcode has seem much use as it > always required writing a host in c or c++. It never worked otherwise, > unlike the bus opcodes. > Not so. The xyin opcode worked in csound4 and earlier. It did not use any callback-like code. I still have the code. ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-04-16 19:13 |
From | Justin Smith |
Subject | Re: [Cs-dev] xyin discussion |
Attachments | None None |
wasn't it once based on tcl/tk? On Tue, Apr 16, 2013 at 11:06 AM, <jpff@cs.bath.ac.uk> wrote:
|
Date | 2013-04-16 19:23 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] xyin discussion |
Attachments | None None |
Great. Then maybe we can use that code instead. Cheers, On Apr 16, 2013 11:06 AM, <jpff@cs.bath.ac.uk> wrote:
|
Date | 2013-04-16 20:09 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] xyin discussion |
> wasn't it once based on tcl/tk? Not in cs4. Direct code in X11 and other systems ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |