jopdorp / nln-live

nln-live --- A system for non linear performances with live musicians.
0 stars 0 forks source link

collections, or groups as future feature request #43

Open thanvannispen opened 10 years ago

thanvannispen commented 10 years ago

currently 1.1 -> 1.2 actually means group 1, node 1 can connect to group 1, node 2 preferably the syntax would be something like: group 1 : "1,2,5" This way groups can have multiple nodes (in this case nodes 1, 2 and 5), but nodes can also exist in several groups (for example group 4 : "5,7,9", where 5 is found in several groups)

Node names can then actually become 'easier' and maybe also strings (ex. 'wonderful-file14' instead of '14')

In the groupsGraph.viz nodes-successors can still be notated as 1->2 etc. but might in the future also support groups-successors such as group1->group2 etc. groupsGraph.viz is not the right name then, it should be nodesGraph.viz