Cycling74 / RNBOMetasound

RNBO adapter that implements metasound nodes
MIT License
40 stars 2 forks source link

inports that expect lists could become array-type input/output pins #32

Open jinpavg opened 8 months ago

jinpavg commented 8 months ago

MS Graph doesn't have lists but it does have arrays, and a variety of nodes for working with arrays. A RNBO user could use metadata to mark an inport/outport as a "list" inport/outport, and we'd turn that into a float array type.

related to #5

Tomavatars commented 7 months ago

Could it be possible to have different array types? Thinking of buffer list (data? Can't remember the name in RNBO).