[Cs-dev] mkdb crashing
Date | 2013-01-06 22:09 |
From | pete.goodeve@computer.org |
Subject | [Cs-dev] mkdb crashing |
Attachments | None |
Date | 2013-01-10 19:31 |
From | jpff |
Subject | Re: [Cs-dev] mkdb crashing |
mkdb is largely abandoned as its main purpose went when opcodes were moved into the base. I was having trouble maintaining it as well as it interacted badly with the rt*.c code. It worked by using a dummy version of the initialise to make a directory. I had to have useless other dummy fns for the API, and that came increasingly hard ==John ffitch ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnmore_122712 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2013-01-10 23:15 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] mkdb crashing |
Attachments | None None |
This makes me wonder, would we need API functions to query available opcodes? Cheers, On Jan 10, 2013 11:31 AM, "jpff" <jpff@cs.bath.ac.uk> wrote:
mkdb is largely abandoned as its main purpose went when opcodes were |
Date | 2013-01-11 01:04 |
From | Michael Gogins |
Subject | Re: [Cs-dev] mkdb crashing |
Attachments | None None |
They exist. On Thu, Jan 10, 2013 at 6:15 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
Michael Gogins Irreducible Productions http://www.michael-gogins.com Michael dot Gogins at gmail dot com |
Date | 2013-01-11 01:34 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] mkdb crashing |
Yes, thanks. I found csoundGetNamedGens, but would it be a good idea to add information about types for these? Cheers, Andrés On Thu, Jan 10, 2013 at 5:04 PM, Michael Gogins |
Date | 2013-01-11 13:36 |
From | Michael Gogins |
Subject | Re: [Cs-dev] mkdb crashing |
The function is actually csoundNewOpcodeList. Regards, Mike On Thu, Jan 10, 2013 at 8:34 PM, Andres Cabrera |