List spit out twice
Hi, I'm currently working on a on the fly xfade assignment system using M4L and don't understand why, in this bit of patch, the final filtered tracklist ids are printed twice. Something wrong with [iter] ? I printed out of several object outs in the patch and can't find the reason...
Max Patch
Copy patch and select New From Clipboard in Max.
Both inlets of the [live.observer] object are hot. And because you're activating both inlets when [bang] is pressed the object is sending data two times.
`live.observer` has two hot inlets. When it receives object id in the right inlet it also outputs a list of ids.