morons-llc / midi-synth-mapper

Provides a consistent API to interact with various synthesizers via MIDI messages. Platform independent.
The Unlicense
1 stars 0 forks source link

Updating values in the current patch? #3

Open dbalatero opened 8 years ago

dbalatero commented 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?

bion commented 8 years ago

http://ramdajs.com/0.19.0/docs/#assocPath

bion commented 8 years ago

i think the implementation should use that ^