Creating objects with triggers

Home Forums Scripts Creating objects with triggers

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2194 Reply
    Anonymous
    Inactive

    Hello everybody,
    i was wondering if there is a way to add an object (let say another trigger) when a cursor fires a trigger… any simple code examples?

    By the way, thank you to developers for this great software!
    Ciao

    #2635 Reply
    Anonymous
    Inactive

    Hi!

    Yes it is possible. Which software are you using behind IanniX ?

    A simple way of adding a trigger is to send via OSC the following messages (please respect this order) from your 3rd party software :

    add trigger auto
    setPos current x y z
    setMesssage current 1,osc://…

    (replace x, y, z, … with custom values)

    This will add a trigger at position (x,y,z) with an OSC message.

    #2636 Reply
    Anonymous
    Inactive

    Hi!
    got it working by sending the following messages (via csound):
    OSCsend 1, “”, 1234, “”, “s”, “/iannix/add trigger auto”
    OSCsend 1, “”, 1234, “”, “s”, “/iannix/setPos current 0 0 0”

    But what if I want to do it within Iannix? I suppose I’ve to use “direct://” to send whatever message i’d like?

    #2637 Reply
    Anonymous
    Inactive

    Hi vallste!

    You are right, you have to send

    direct:// setPos current 0 0 0

    for doing this within IanniX.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Creating objects with triggers
Your information:





© IanniX Association

What is IanniX? | Download | Showcase | Forums | Research | About