Ask HN: Is there a great DAG framework for Python to write a synth-patch GUI?
https://news.ycombinator.com/item?id=34016201For synth patches, we love our Direct-Acyclic Graph apps like Max/MSP, PureData, Axoloti, SpinCAD Designer, etc. But most of these are native apps or Java. How can I write "one DAG editor to rule them all" that can target multiple DSP targets, microcontrollers, raw C code, other APIs with a simple-ish plug-in archtecture. Most of them time, these apps are written by passionate synthesists and hence the limited portability, but how would a hardcore CS approach this?