Page 4 of 4 FirstFirst 1234
Results 31 to 33 of 33

Thread: Leap motion

  1. #31
    Join Date
    Jul 2008
    Location
    My momentum is too precisely determined :S
    Posts
    1,777

    Default

    Sure! I can retrieve position information of every finger in range, position and orientation of hands, the location where the fingers are attached to their hands, ...
    All of this data can be sent to LSX through OSC commands, which can be used in expressions (using the OscInVar(a) expression).
    Last edited by colouredmirrorball; 09-22-2013 at 08:30.

  2. #32
    Join Date
    Sep 2007
    Location
    Essex, England
    Posts
    806

    Default

    CMB, can variables be used in LSX to control, the number of repeats in a modulation?

    So say I have a pre move up and down. The number of repeats is declared in the properties window. Click image for larger version. 

Name:	Untitled.png 
Views:	7 
Size:	138.0 KB 
ID:	40038

    Can we access it and change it at runtime?

    Thanks
    Graham
    Need a new website or update an old one? I'm your man!

    https://www.buildmeawebsite.uk/

  3. #33
    Join Date
    Jul 2008
    Location
    My momentum is too precisely determined :S
    Posts
    1,777

    Default

    I don't think so. If it's something you really need, send a request to drlava.

    But of course, as this is LSX, you can just do it with an expression.

    n = (number of repeats);
    result = (tri2(phase*n+3*pi/2,1)*0.5+0.5)

    You can vary n with an external variable or whatever you want.
    For more complicated expressions, replace "etime" with (tri2(phase*n+3*pi/2,1)*0.5+0.5), and make sure you include the last +0.5.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •