Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] CsoundQt now has

Date2015-07-10 02:29
From"Art Hunkins"
SubjectRe: [Cs-dev] CsoundQt now has
AttachmentsNone  None  
Mike G. -
 
Any idea when your new *simplified* HTML5-enabled (Javascript) version of Csound6 for Android will be ready?
 
I'm eager to give it a try.
 
Art Hunkins
----- Original Message -----
Sent: Tuesday, May 12, 2015 9:00 AM
Subject: [Cs-dev] CsoundQt now has <CsHtml5>

I have posted to SourceForge (http://sourceforge.net/projects/csound/files/csound6/Csound6.05/Setup_Csound6_6.05.1beta.exe/download. this is a large download) a beta version of CsoundQt for Windows that implements the <CsHtml5> element of the CSD file. This permits users to incorporate JavaScript, HTML user interfaces with interactive widgets, style sheets, graphics created in code either by drawing on the HTML canvas or with full three-dimensional WebGL, and other features.

This is a beta release. Known issues:

(1) CsoundQt always produces a crash on exit. I am aware of the cause and am working on a solution.

(2) There may be other crashes when re-running a piece or when switching to another piece with <CsHtml5>. 

However, the <CsHtml5> features do work. There are two examples in the Csound examples/html directory, one to show off WebGL driving Csound, and the other to show off styled HTML widgets as well as score generation and graphics generation from a JavaScript Lindenmayer system. The user must set each widget, click on the store button, and click on the restore button before this piece will produce sound.

The JavaScript libraries required by these CSDs also are included in the installer.

Please get back to me with any problems, bugs, questions, or suggestions. I will probably fix the crash on exit in the next few days, and replace the download.

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot 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
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2015-07-10 03:44
FromMichael Gogins
SubjectRe: [Cs-dev] CsoundQt now has
AttachmentsNone  None  

It is now. The simplicity comes from the external Javascript library, dat.gui, which is simply loaded by Csound for Android. The example in Git uses it,and the library is included in the current Csound installer for Windows.

Any Javascript ui library could be used in this way, e.g. Angular.js.

Regards,
Mike

On Jul 9, 2015 9:29 PM, "Art Hunkins" <abhunkin@uncg.edu> wrote:
Mike G. -
 
Any idea when your new *simplified* HTML5-enabled (Javascript) version of Csound6 for Android will be ready?
 
I'm eager to give it a try.
 
Art Hunkins
----- Original Message -----
Sent: Tuesday, May 12, 2015 9:00 AM
Subject: [Cs-dev] CsoundQt now has <CsHtml5>

I have posted to SourceForge (http://sourceforge.net/projects/csound/files/csound6/Csound6.05/Setup_Csound6_6.05.1beta.exe/download. this is a large download) a beta version of CsoundQt for Windows that implements the <CsHtml5> element of the CSD file. This permits users to incorporate JavaScript, HTML user interfaces with interactive widgets, style sheets, graphics created in code either by drawing on the HTML canvas or with full three-dimensional WebGL, and other features.

This is a beta release. Known issues:

(1) CsoundQt always produces a crash on exit. I am aware of the cause and am working on a solution.

(2) There may be other crashes when re-running a piece or when switching to another piece with <CsHtml5>. 

However, the <CsHtml5> features do work. There are two examples in the Csound examples/html directory, one to show off WebGL driving Csound, and the other to show off styled HTML widgets as well as score generation and graphics generation from a JavaScript Lindenmayer system. The user must set each widget, click on the store button, and click on the restore button before this piece will produce sound.

The JavaScript libraries required by these CSDs also are included in the installer.

Please get back to me with any problems, bugs, questions, or suggestions. I will probably fix the crash on exit in the next few days, and replace the download.

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot 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
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2015-07-10 04:43
FromMichael Gogins
SubjectRe: [Cs-dev] CsoundQt now has
AttachmentsNone  None  

Actually, dat.gui will be in the next installer. But you could still download dat.gui and use it with the current installer.

Regards,
Mike

On Jul 9, 2015 10:44 PM, "Michael Gogins" <michael.gogins@gmail.com> wrote:

It is now. The simplicity comes from the external Javascript library, dat.gui, which is simply loaded by Csound for Android. The example in Git uses it,and the library is included in the current Csound installer for Windows.

Any Javascript ui library could be used in this way, e.g. Angular.js.

Regards,
Mike

On Jul 9, 2015 9:29 PM, "Art Hunkins" <abhunkin@uncg.edu> wrote:
Mike G. -
 
Any idea when your new *simplified* HTML5-enabled (Javascript) version of Csound6 for Android will be ready?
 
I'm eager to give it a try.
 
Art Hunkins
----- Original Message -----
Sent: Tuesday, May 12, 2015 9:00 AM
Subject: [Cs-dev] CsoundQt now has <CsHtml5>

I have posted to SourceForge (http://sourceforge.net/projects/csound/files/csound6/Csound6.05/Setup_Csound6_6.05.1beta.exe/download. this is a large download) a beta version of CsoundQt for Windows that implements the <CsHtml5> element of the CSD file. This permits users to incorporate JavaScript, HTML user interfaces with interactive widgets, style sheets, graphics created in code either by drawing on the HTML canvas or with full three-dimensional WebGL, and other features.

This is a beta release. Known issues:

(1) CsoundQt always produces a crash on exit. I am aware of the cause and am working on a solution.

(2) There may be other crashes when re-running a piece or when switching to another piece with <CsHtml5>. 

However, the <CsHtml5> features do work. There are two examples in the Csound examples/html directory, one to show off WebGL driving Csound, and the other to show off styled HTML widgets as well as score generation and graphics generation from a JavaScript Lindenmayer system. The user must set each widget, click on the store button, and click on the restore button before this piece will produce sound.

The JavaScript libraries required by these CSDs also are included in the installer.

Please get back to me with any problems, bugs, questions, or suggestions. I will probably fix the crash on exit in the next few days, and replace the download.

-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot 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
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel