mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 01:09:46 +00:00
math node supports array and objects as A
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user