[Cs-dev] 6.05.0 Release Branch
Date | 2015-04-24 19:18 |
From | Steven Yi |
Subject | [Cs-dev] 6.05.0 Release Branch |
Hi All, I've created the release/6.05.0 release branch and pushed it up to Github. You can check it out using: git pull git checkout release/6.05.0 I've updated version numbers in places I found where it had 6.04, though please do check in case I missed something. For myself, I will look at building and doing a quick test of the Android and iOS SDKs, as well as the Emscripten release. For csound~, I just checked and I can no longer build it on both Windows and OSX. I am going to change code back until it builds again. I will push those changes to the release branch. Thanks, steven ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2015-04-24 19:33 |
From | Steven Yi |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Hi All, PLEASE WAIT ON RELEASES. I found a code issue that might be a problem. I'll reply in just a moment after running some tests. Thanks, steven On Fri, Apr 24, 2015 at 2:18 PM, Steven Yi |
Date | 2015-04-24 20:05 |
From | Steven Yi |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Okay, I think things are okay to build. There was a wrong definition for the array type CS_TYPE, due to a typo. Also, I saw a wrong pointer type used for the astTree argument to csound_orcerror. This wasn't such a big deal as the argument isn't used in the error reporting, but the warning reported looked scarier than it first looked. I'm going to move on to building the releases now. Thanks! steven On Fri, Apr 24, 2015 at 2:33 PM, Steven Yi |
Date | 2015-04-24 20:17 |
From | Michael Gogins |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Attachments | None None |
Thanks, I will be building for the Windows installer and the Csound for Android app. Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Fri, Apr 24, 2015 at 3:05 PM, Steven Yi <stevenyi@gmail.com> wrote: Okay, I think things are okay to build. There was a wrong definition |
Date | 2015-04-24 21:08 |
From | Steven Yi |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Hi Michael, I was putting together the Csound for Android SDK but I'm getting a build error in the Csound6 app. It looks like it is using a class called "SimpleFileDialog" but there is no source for it here. Is this something you worked on and if so, is this something that might have been missed in committing? Thanks, steven On Fri, Apr 24, 2015 at 3:17 PM, Michael Gogins |
Date | 2015-04-24 22:01 |
From | Michael Gogins |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Attachments | None None |
Sorry about that! Yes you are right. I will build the app but right now I also am putting those sources in. They will go into release for now. Best, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Fri, Apr 24, 2015 at 4:08 PM, Steven Yi <stevenyi@gmail.com> wrote: Hi Michael, |
Date | 2015-04-24 22:03 |
From | Michael Gogins |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Attachments | None None |
Done. ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Fri, Apr 24, 2015 at 5:01 PM, Michael Gogins <michael.gogins@gmail.com> wrote:
|
Date | 2015-04-25 10:25 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Are we ready to go? If so I will get the OSX and pnacl packages ready now. ======================== Dr Victor Lazzarini Dean of Arts, Celtic Studies and Philosophy, Maynooth University, Maynooth, Co Kildare, Ireland Tel: 00 353 7086936 Fax: 00 353 1 7086952 > On 24 Apr 2015, at 20:05, Steven Yi |
Date | 2015-04-25 16:33 |
From | Steven Yi |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
I've pushed releases to SourceForge for iOS and Android SDK's (thanks Mike for committing the missing file). I think John might have a commit coming; I'll rebuild those two if they are affected by the commit. As for Emscripten, I spent some time looking at the build. The generated libcsound.js is creating a loud pop and there's some messages in the console about missing functions. I assume this may have to do with using a newer version of the Emscripten toolchain, but have not figured it out yet. Using -O2 or -O3 doesn't change things. (I've enlisted Ed to help me out here.) On Sat, Apr 25, 2015 at 5:25 AM, Victor Lazzarini |
Date | 2015-04-25 17:55 |
From | Steven Yi |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Hi All, I just noticed that there were two commits made my Michael to the coverity_scan branch related to Android and alwayson. These are commits I'm not seeing elsewhere. Michael: did you mean to commit these to develop? If so, will you merge those from the coverity scan branch? (If you need assistance let me know.) A note about the branch: coverity_scan should never be committed to directly. It's only used for merging from develop, and used to trigger automated coverity scans. If a change is being done, we should do them to develop then re-merge from develop to coverity_scan to get an updated scan. steven On Sat, Apr 25, 2015 at 11:33 AM, Steven Yi |
Date | 2015-04-25 18:07 |
From | Menno Knevel |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
is the padsynth ready for release? i believe the manual still has a draft page of it. -- View this message in context: http://csound.1045644.n5.nabble.com/6-05-0-Release-Branch-tp5741165p5741188.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2015-04-25 18:30 |
From | Michael Gogins |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Attachments | None None |
To the best of my knowledge I only commit to the develop branch or to the release branch. If I committed to the coverity_scan branch it was accidental. In fact I did not even know that this branch existed. If I fixed coverity defects I did so in the develop branch. Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Sat, Apr 25, 2015 at 12:55 PM, Steven Yi <stevenyi@gmail.com> wrote: Hi All, |
Date | 2015-04-25 18:30 |
From | Michael Gogins |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Attachments | None None |
It is in the release. Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Sat, Apr 25, 2015 at 1:07 PM, Menno Knevel <magknevel@gmail.com> wrote: is the padsynth ready for release? i believe the manual still has a draft |
Date | 2015-04-25 19:00 |
From | jpff |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
I have cmmitted my two minor tweaks, so am ready to go. rtil having trouble with make test and make soak on one computer biut seems OK on the others ==John ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2015-04-25 19:25 |
From | Steven Yi |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
I apologize Michael, I was wrong here and jumped to an incorrect conclusion. I *do* see the commits now in the develop branch, and missed it in my earlier checking. Mea culpa. Everything is fine then and that was just a false alarm. Thanks, steven On Sat, Apr 25, 2015 at 1:30 PM, Michael Gogins |
Date | 2015-04-25 19:34 |
From | Michael Gogins |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Attachments | None None |
Needless to say, not a problem! I have completed uploading the Windows installer and the Csound for Android app to SourceForge. I'm only sorry I wasn't able to get the CsHtml5 stuff in for the desktop or for Android. My devices appear to be schedued for an update to Android 5 sometime soon. When that happens, I'll be able to simply rebuild with an updated ADK and get WebGL etc. for Android. If you have a device with Android 5, you could probably do this yourself. As I said I'm still waiting to see what the story is with the Qt SDK. I was quite excited when they switched to the WebEngine from the WebKit because it did have WebGL, Web Audio, etc., but then I was equally disappointed when there was no simple way to get C/C++ code exposed as JavaScript interfaces (easy indeed with WebKit). That too should be resolved in a week or so, at most. Then I will proceed. Anyway, this release looks pretty good to me. Best, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Sat, Apr 25, 2015 at 2:25 PM, Steven Yi <stevenyi@gmail.com> wrote: I apologize Michael, I was wrong here and jumped to an incorrect |
Date | 2015-04-25 20:56 |
From | Steven Yi |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Update from my side: with Ed's help we figured out the problem with the Emscripten build. I was able to add an #ifdef to add a no-op implementation of sanitize in Engine/csound_orc_compile.c that worked to get the build working. Trapped and other examples worked with the Emscripten test suite, so I've packaged that up and pushed the release to Sourceforge. I will update the Csound Notebook with the latest versions of Emscripten and PNaCl probably on Monday. On Sat, Apr 25, 2015 at 2:34 PM, Michael Gogins |
Date | 2015-04-26 13:45 |
From | EDWARD COSTELLO |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Hi, Just thought I’d chime in and say it seems that libcsound.js works in node now. I did a fresh build and loaded csound in node v0.12.2 using, var csound = require(‘./libcsound.js’); It seems to import csound just fine and the various methods are available from the autocompletion in the REPL. Haven’t tested further but just thought it might interest some. Ed > On 25 Apr 2015, at 21:56, Steven Yi |
Date | 2015-04-27 20:31 |
From | Steven Yi |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Hi Ed, Sounds interesting! I remember experimenting a little bit with node.js when we first started working on the Emscripten build together, but I never followed up on it. Maybe we should look at adding to the csoundAPI_Examples project for PNaCl, Emecripten, and Emscripten-node sometime. Let us know what you find out! steven On Sun, Apr 26, 2015 at 8:45 AM, EDWARD COSTELLO |
Date | 2015-04-27 21:00 |
From | Michael Gogins |
Subject | Re: [Cs-dev] 6.05.0 Release Branch |
Attachments | None None |
There is also NW.js. This is the "client" version of Node.js, it runs a browser shell than can run your packaged JavaScript/HTML/etc. code including native code with JavaScript interfaces. The purpose is to enable the development of desktop applications using HTML5 technology. I do not know how widely used it is but the idea is attractive. I may develop a Csound binding for NW.js. Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Apr 27, 2015 at 3:31 PM, Steven Yi <stevenyi@gmail.com> wrote: Hi Ed, |