send osc from maxmsp to iannix

Accueil Forums Créer avec IanniX send osc from maxmsp to iannix

  • Ce sujet est vide.
Affichage de 1 message (sur 1 au total)
  • Auteur
    Messages
  • #5609 Répondre
    song
    Invité

    Hi!
    I’m trying to communicate between iannix and Maxmsp. I can send osc from Iannix to Max but cannot do vice versa.
    I think I made it correct in Max but nothing showed up or happened in Iannix.

    `function onIncomingMessage(protocol, host, port, destination, values) {

    if((protocol == « osc ») && (destination == « /iannix/stop » )) {
    run(« stop »);
    }
    if((protocol == « osc ») && (destination == « /iannix/play » )) {
    run(« play »);
    }
    }

    I wrote these in the script. Anything wrong here?

Affichage de 1 message (sur 1 au total)
Répondre à : send osc from maxmsp to iannix
Vos informations :





© IanniX Association

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