hi list,
is there something like a [change] but for lists and symbols?
thanks.
m.
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
Hallo, Max Neupert hat gesagt: // Max Neupert wrote:
is there something like a [change] but for lists and symbols?
For symbols this is easy to do, see attached version. Lists are a bit more work though.
Actually it doesn't seem too hard. Attached is an experimental new list-abs abstraction (name bound to change) which compares two lists, searches for equal elements and spits out a number indicating how many elements in the left-inlet list are found in the right-inlet list as well.
With a length-comparison this could be made to something like a [list-equal] and then form the base for list change.
The files require some abstractions from [list]-abs.
Frank Barknecht _ ______footils.org_ __goto10.org__
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
Actually it doesn't seem too hard. Attached is an experimental new list-abs abstraction (name bound to change) which compares two lists, searches for equal elements and spits out a number indicating how many elements in the left-inlet list are found in the right-inlet list as well.
Actually it doesn't do what it should at all. A proper routing of floats and symbols is needed, not my cheap and wrong hack.
Frank Barknecht _ ______footils.org_ __goto10.org__