frantic0 / sema-engine

A Signal Engine for a Live Code Language Ecosystem

Home Page:https://frantic0.github.io/sema-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADC is not working

frantic0 opened this issue · comments

this.signals[0](
	this._q[0],
	inputs[0][0] ? inputs[0][0][i] : null, // Check if inputs are on
	this._mems[0]
);
this.signals[1](
	this._q[1],
	inputs[0][0] ? inputs[0][0][i] : null, // Check if inputs are on
	this._mems[1]
);