Swipe Detection

Swiper, do swiping!

Feed any kind of channel into this to detect and react to swipes. Can be used with a kinect, mouse or panel values.

Parameter: 
  • Active: If swipe-detection is active.
  • Threshhold: The speed at which a swipe is detected.
  • Retriggerdelay: Ignore swipes until this time is over.

Inputs:
  • Single channel representation of the swipeable value.

Outputs:
  1. Trigger: Jumps to 1 when a swipe on the channmel is detected.
  2. Direction: Show the direction of the swipe as -1 or 1

Callbacks:
  • OnSwipe : Giving you the channelname and direction as a Python-Callback.

Downloads: 215

Created at: 6.3.2021

Uploaded: 4.3.2021
Added Timeslicing to input to enabled non timesliced inputs to work.
Download