More playing around with the synthesis toolkit. I've put together some apps here: https://github.com/imekon/StkEngineKit
The DLL STK.DLL is a Windows implementation of the STK and a JavaScript interpreter (Duktape).
I've got StkEngine.exe which is a text editor that uses the JavaScript engine (see the scripts) and a basic sequencer Sequencer.exe
Both are under construction.
STK with JavaScript
-
- KVRist
- 227 posts since 9 Aug, 2004 from Ruislip, UK
Pete Goodwin
- KVRAF
- 16890 posts since 8 Mar, 2005 from Utrecht, Holland
Your readme.md is not really helpful / informative.
What is this project? How to use it, where to start?
What is this project? How to use it, where to start?
We are the KVR collective. Resistance is futile. You will be assimilated. 
My MusicCalc is served over https!!
My MusicCalc is served over https!!
-
- KVRian
- 1270 posts since 9 Sep, 2005 from Oulu, Finland
Seems to be a system to use the Synthesis ToolKit(*) with JavaScript code. This maybe should have been posted at the developers subforum here to get comments from developers first...BertKoor wrote:Your readme.md is not really helpful / informative.
What is this project? How to use it, where to start?
(*) STK is a C++ library for audio processing. Being C++ it's of course a royal pain for anyone but experienced programmers to use, so it's nice to have it wrapped to be used in easier to use programming languages.
https://ccrma.stanford.edu/software/stk/
Last edited by Xenakios on Sun Oct 16, 2016 2:26 pm, edited 1 time in total.
-
- KVRian
- 1270 posts since 9 Sep, 2005 from Oulu, Finland
At a first glance the script code looks nice enough. I don't know why the System.WaitTick() call is needed or what it does...Those calls seem a bit like "magic" to me, so documentation on why or when it should be used would be good to have.imekon wrote:More playing around with the synthesis toolkit. I've put together some apps here: https://github.com/imekon/StkEngineKit
The DLL STK.DLL is a Windows implementation of the STK and a JavaScript interpreter (Duktape).
I've got StkEngine.exe which is a text editor that uses the JavaScript engine (see the scripts) and a basic sequencer Sequencer.exe
Both are under construction.
Unfortunately, trying to run even the basic.js file results in an error in the application. "Error : TypeError: undefined not callable".
Also, what is the licensing on this? It's on GitHub but the source code for the engine itself is not provided...
