Close

React/Flux like pattern for the UI

A project log for ps-01

Software synthesizer running on Particle Xenon

wojtek-siudzinskiWojtek Siudzinski 11/29/2019 at 18:040 Comments

A bit different update than the other ones as it's mostly focused on the software part of the synthesizer.

I had a problem that boiled down to figuring out a straightforward (and fast) way to reconcile many inputs/outputs.

I ended up using a pattern similar to React/Flux:

You can read more about this pattern on my blog.

Discussions