Open dbalatero opened 8 years ago
Currently we get a static JSON data structure back from sysexDecode(). Is there a way we could provide an interface for updating values on that data structure that would fit in well with Redux/React?
sysexDecode()
http://ramdajs.com/0.19.0/docs/#assocPath
i think the implementation should use that ^
Currently we get a static JSON data structure back from
sysexDecode()
. Is there a way we could provide an interface for updating values on that data structure that would fit in well with Redux/React?