Results 124 comments of Sebastien Piquemal
trafficstars

I need it very often, because I have buffers ``` javascript buf = [ [ 1, 2, 3, 4 ], [ 5, 6, 7, 8 ] ] ``` And I...

Sounds great to me ! What do you mean by "Save to localStorage / gist" ? Things missing for me : 1. connections should be selectable as well 2. delete...

Well ... actually, this subgraph problem exists in Pure Data, and is an open question in WebPD. I wouldn't use [receive] to handle that. The way I think I will...

[send] / [receive] are basically just named cables. In PD you can indeed define subgraph's inlets and outlets, which are basically its ins and outs. What about subgraphs being nodes...

you mean that you plan on doing a web audio API editor for Meemoo ? Anyways ... now about the graph editor, I'm talking a bit for nothing ... I'd...

Well ... that would be awesome I say ! One of the most important things to me with WebPD was to build it as a DSP library, so there shouldn't...

Why not something like : ``` javascript { root: { type: "graph", nodes: [ {id: "b", type: "graph", nodes: [], edges: []},// normal subgraph {id: "b2", type: "abstraction", template: "mySubGraph"},//...

Perfectionism ? Fascism ?

No ... seriously that way the root graph is just a graph like any other, same attributes and so on. So then you leave the top namespace free for putting...

@brianchirls : I might be wrong ... but the way I see it, the graph editor would be completely naive, in the sense that it doesn't care what actually goes...