[Cs-dev] Plugin module naming issues
Date | 2005-11-01 13:51 |
From | Victor Lazzarini |
Subject | [Cs-dev] Plugin module naming issues |
I was just wondering today whether we should introduce a naming structure for csound plugin modules. Now that we have some extra dynamic libs as the result of frontends, interfaces, etc., I keep getting ugly warning messages about libx is not a csound library or something of the kind, because my OPCODEDIR, for convenience is the csound5 top-level directory. We could introduce, for automatic loading of plugins only, something like module.c: libmodule_plugin.dylib (OSX) libmodule_plugin.so (Linux) module_plugin.dll (Windows) or go for a unified extension for all platforms, like: module.csplug What do you think? We can always leave it open for any names for manual loading. Victor Victor ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-11-01 14:32 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Plugin module naming issues |
Victor Lazzarini wrote: > I was just wondering today whether we should > introduce a naming structure for csound plugin > modules. Now that we have some extra dynamic libs > as the result of frontends, interfaces, etc., > I keep getting ugly warning messages about libx is > not a csound library or something of the kind, because > my OPCODEDIR, for convenience is the csound5 top-level > directory. > > We could introduce, for automatic loading of plugins > only, something like Or just install Csound correctly, which is the expected way of using it for non-development work. In addition, you do need to have the plugins in a separate directory if having both single and double precision libraries on the same machine is a requirement. ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-11-01 16:56 |
From | jpff@codemist.co.uk |
Subject | Re: [Cs-dev] Plugin module naming issues |
And what is the expected way for developers? ==John ffitch ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-11-01 17:27 |
From | Steven Yi |
Subject | Re: [Cs-dev] Plugin module naming issues |
Attachments | None |