• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    OSC question

    Interfacing
    3
    6
    2585
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      azs last edited by

      I am trying to send OSC messages from Lua. The are several libraries that are no longer maintained or have dependencies that aren't available.  I tried to use an example that formats messages and bundles and I printed what I was trying to send.  It sends this?

      /isadora-multi/1,f>?G?

      This is not being received by Isadora.  However, I tested OSC messages from max/msp and am able to successfully send messages to isadora by sending the message /isadora-multi/1 0.53 to the udpsend object.  But I guess the upcsend object probably formats that message in some way.  Does anyone know how OSC messages should be formatted?

      Fred 1 Reply Last reply Reply Quote 0
      • Fred
        Fred @azs last edited by

        @azs you can send basic Osc with straight UDP with a udo message like "isaodra/1". Isaodra should see it as an osc message.

        http://www.fredrodrigues.net/
        https://github.com/fred-dev
        OSX 13.6.4 (22G513) MBP 2019 16" 2.3 GHz 8-Core i9, Radeon Pro 5500M 8 GB, 32g RAM
        Windows 10 7700K, GTX 1080ti, 32g RAM, 2tb raided SSD

        A 1 Reply Last reply Reply Quote 0
        • Juriaan
          Juriaan Tech Staff last edited by

          Hi there, 

          If you need any help with isadora and Lua, just let us know wich library you use and I will see or I can make it work  :thumbsup_tone1: 

          Isadora 3.1.1, Dell XPS 17 9710, Windows 10
          Interactive Performance Designer, Freelance Artist, Scenographer, Lighting Designer, TroikaTronix Community moderator
          Always in for chatting about interaction in space / performance design. Drop me an email at hello@juriaan.me

          A 1 Reply Last reply Reply Quote 0
          • A
            azs @Fred last edited by

            @Fred Thanks. I didn't see this reply earlier.  I was trying to format my own OSC messages and I didn't understand how to do that so Isadora didn't understand my message.  Now I am sending the string  '/isadora-multi/1\0\0\0\0,iii\0\0\0\0\0\0\0\25\0\0\0\44\0\0\0\23' which is correct OSC instead of 'isadora-multi 25 44 23' which wasn't working.

            1 Reply Last reply Reply Quote 0
            • A
              azs @Juriaan last edited by

              @Juriaan Thank you.  I didn't see this before.  I am using https://github.com/headchant/loveOSC 

              Now that I understand more about OSC I will try to get it to work but I will probably have questions.

              A 1 Reply Last reply Reply Quote 0
              • A
                azs @azs last edited by

                I was able to get that library to work.

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post