OSC messages and control

Accueil Forums Scripts OSC messages and control

3 sujets de 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #3317 Répondre
    David B
    Invité

    Hi,

    Just trying to get my teeth into Iannix. Couple of questions – can anyone offer any advice?

    1 – I can stop and start a cursor using direct messages e.g. direct:// setSpeedF 24 0, direct:// setSpeedF 24 1. Is there a similar way to reset the position of the cursor to where it would be when the score is first played?

    2 – How does one deal with incoming OSC messages in script? I’d like to be able to control aspects of the score externally.

    Is there a single source of documentation anywhere? This is a great tool and clearly very powerful, but it’s hard to get your teeth into from cold…

    Thanks and best wishes
    David

    #3323 Répondre
    IanniX
    Maître des clés

    Hi!

    1 — Yes, setTime <id> <seconds> or setTimePercent <id> <percentage of length between 0 and 100>
    To discover theses commands, open the « Helper » window, then move the cursor along the curve with your mouse and the commands will appear in the bottom of the helper!

    2 — Open the « Script » window and scroll to function onIncomingMessage(protocol, host, port, destination, values) {. In this fonction, all incoming messages (MIDI, OSC on port 1234 by default) will go there. If you send OSC messages while Console tab opened, you will see some usefull logs 🙂

    Thanks for using IanniX!

    #5598 Répondre
    CreCo
    Invité

    Is there any future Documentation of the Receiver Function:
    function onIncomingMessage(protocol, host, port, destination, values)

    And in which way I will receive this future Information

3 sujets de 1 à 3 (sur un total de 3)
Répondre à : Répondre #3323 dans OSC messages and control
Vos informations :





© IanniX Association

Qu'est-ce que IanniX ? | Téléchargement | Showcase | Forum | Recherche | À propos