elemaudio / elementary

Elementary is a JavaScript library for digital audio signal processing.

Home Page:https://www.elementary.audio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move to int32_t node ids everywhere

nick-thompson opened this issue · comments

Another artifact of an earlier implementation detail; with the latest version we can skip the step of representing node ids as strings in the instruction sets, pass them directly as int32_t (well, JavaScript numbers but 32-bit ints), and read them as such on the native side

While we're here, let's clean up a bunch of the unnecessary cruft converting Belt.List <> Belt.Js.Array2