math node supports array and objects as A

This commit is contained in:
tamat
2020-06-11 17:07:47 +02:00
parent 532206c88f
commit ab7bc960a0
5 changed files with 823 additions and 548 deletions

View File

@@ -1306,6 +1306,9 @@
{
this._playing = true;
this._current_time = 0;
if(!this._midi)
return;
for(var i = 0; i < this._midi.tracks; ++i)
{
var track = this._midi.track[i];