Re: [Cs-dev] Multi port midi proposal
Date | 2005-11-19 17:37 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] Multi port midi proposal |
Tcl/Tk is generally present on linux. On OSX it comes with the operating system. It is all there. The interfaces library also does not impose any more dependencies. FLTK is probably the most problematic of the installing issues. Victor > > Victor Lazzarini wrote: > > > All these additions are multiplatform. I have built and > > tested them > > on all three platforms. I think they would be important > > additions > > to Csound5. I think we should release Csound5 with more > > stuff > > than just the standalone command-line app; otherwise I > > can't see why people would find it more attractive than > > 4.23, apart > > from the new opcodes. > > > > I can't see why not include these. If you have any valid > > reason > > why not, please let me know and I can see if I can work > > on the > > issue. > > Including the additional frontends, language wrappers, and > opcodes with special dependencies does make it more > difficult to build an installable package. Of course it is > good if a release includes them, but making all the above > a requirement can prevent a release from happening in the > first place. > > > ------------------------------------------------------- > 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. For more info visit: > http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------- 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. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2005-11-19 18:13 |
From | Istvan Varga |
Subject | Re: [Cs-dev] Multi port midi proposal |
Victor Lazzarini wrote: > Tcl/Tk is generally present on linux. On OSX it comes with > the operating system. It is all there. Unfortunately not always with the same paths, version numbers, and file names (for example, -ltcl -ltk does not work for me, I have to replace it with -ltcl8.4 -ltk8.4, but then that would not work on other people's machines). Also, a major problem is correctly integrating extension modules with external software (PD, Python, Java, etc.) of unknown version and installation directory; of course, this problem does not exist if you are fine with just dumping these files in a random directory and having the user figure out how to actually use it. > The interfaces library also does not impose any more > dependencies. It depends on what languages are included. For example, I do not have Java, and even if I would, based on posts to the list, it seems to be much more problematic than Python. ------------------------------------------------------- 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. For more info visit: http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |