Filtering Vector 3 Spread by each value

Hi there,
I could use some help with my patch: I want to decode and transfer a pointcloude from a kinect azure camera. At the moment I have a Vector 3 Spread (see attached screenshot, contains each point of my pointcloude) and as the reslut I want to trigger four different sounds via Audio Player (see attached screenshot).


I can´t seem to get it running and have two main questions:

  1. Is there any way to filter out the vectors in my spread by one value (for example z / height value)? I want to exclude very low points. Can I use “GetSlice” for that?
  2. I want to devide the points by their location into quadrants. Points, (which are above the setted hight from Question 1) which are located on the upper left should trigger sound A, points on the upper right should trigger sound B and so on (see screenshot). How can I “filter” the Spread that way?

I hope that´s not a dumb question :) I´m very new to vvvv so any help is appreciated!

Thanks!
Sophie

Like this maybe :

HittestToAudioOut.vl (33.1 KB)

@lecloneur hey, just tried this and it looks very promising! Thank you so much, I really appreciate it :)