Skip to content
Snippets Groups Projects
Commit d1beeef0 authored by Dr-Dan's avatar Dr-Dan
Browse files

Fixed global init problem and did stuff I can't remember

parent 11ad69bf
Branches
No related merge requests found
......@@ -33353,7 +33353,7 @@ maximJs.maxiAudio = (function() {
this.jsProcessor = null;
this.initDone = false;
});
maximJs.maxiAudio.prototype.play = (function() {});
maximJs.maxiAudio.play = (function() {});
maximJs.maxiAudio.prototype.setup = (function() {
console.log("non-overrided setup");
});
......@@ -151,7 +151,7 @@ maximJs.maxiTools.prototype.getArrayAsVectorDbl = function(arrayIn){
// ------------------------------------------------
maximJs.maxiAudio = function() {
this.numChannels = 2;
var output = 0;
this.output = 0;
this.context = null;
this.source = null;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment