Open toxic-johann opened 7 years ago
we try to use the createJavaScriptNode API but it has some problem. createJavaScriptNode: function (bufferLength, numInputs, numOutputs) {
Utils.flash.setBufferLength(bufferLength); return new JavaScriptNode(bufferLength, numInputs, numOutputs); }
the Uitls.flash.serBufferLength can not be found how can i fix it.
we try to use the createJavaScriptNode API but it has some problem. createJavaScriptNode: function (bufferLength, numInputs, numOutputs) {
the Uitls.flash.serBufferLength can not be found how can i fix it.