Closed gogins closed 7 years ago
The Guido library is at https://sourceforge.net/projects/guidolib/ and also is LGPL.
The notation question is for two use cases.
Reaper hosts the AppVeyor/Visual Studio build of CsoundVST just fine. It has a music notation editor for "MIDI Items". It is scriptable in several ways. I am trying to find out if JavaScript works. I also am trying to find out of Reaper can be embedded in other software. The "official" scripting languages are Eel, Lua (not LuaJIT), and Python. One may write plugins FOR reaper. I am downloading a pack of them now. There is no Reaper library or API.
Reaper run as admin can export a header file that can be used to build C++ plugins that Reaper can load and run. The header file supports inserting new MIDI notes.
I am thinking about CEF again, embedding it directly in Csound to run the <html>
element. Then Csound could do double duty in Reaper as an algorithmic composition engine.
I am creating separate issues for outstanding tasks, and closing this issue when I have finished that.
Regarding the stability of CsoundQt, I will wait a few weeks to see if there are still problems before I bug Tarmo.
I have entered an issue regarding the stability of CsoundQt, not in the CsoundQt repository but in gogins.github.io. And I am closing this meta-issue now.
console.log
does not exist but can be replaced withvar console = {"log": print};
. I think this means it should be easy to modify Silencio a little to get it to run in blue. Created issue to run Silencio in blue.