• Isadora
  • Get it
  • Forum
  • Help
  • ADD-ONS
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    1. Home
    2. Tags
    3. osc listener
    Log in to post
    • All categories
    • S

      [ANSWERED] What is the Performance Impact of Using Many OSC Multi Listener Actors?
      How To... ? • osc listener • • shadlx

      3
      0
      Votes
      3
      Posts
      203
      Views

      bonemap

      @mark said:

      In the case of the OSC Multi Listener, all OSC messages on every channel are sent to the actor

       Well that is good to know.

      Best Wishes

      Russell

    • peuclid

      capturing info from multiple fast OSC messages
      How To... ? • osc listener • • peuclid

      6
      1
      Votes
      6
      Posts
      268
      Views

      liminal_andy

      @DusX I promised to get back around on this, and now I have! Thanks to @mark's latest developments, I can now visually illustrate this issue. Note how the general service task is well within bounds for most of these tests, and yet the only delay value that seems to actually impact my results is the final jump, from 10ms of delay to 100ms. At 60FPS with a 30x General Service Task, we should be updating roughly every 1.8ms, so I understand why 1ms and even 2ms could cause issues, but 5? 10? and the general lack of improvement when moving from 1 to 10? That seems like there is some spike of activity after the first value is received preventing subsequent values from propagating. 

      The reason this will eventually matter is that the user may have hundreds of participants on the call, and with roughly 100ms between list replies in the initial setup, a 600 person Zoom call could take over a minute to get Isadora up to speed. I am using the new control to illustrate, but there are other uses unrelated to control where this could be a larger issue. 

      (Ignore duplicated usernames, the 100ms result is the expected result).

    • agentsimon2

      ESP8226 and a gyroscope/accelerometer MPU-6050 using OSC
      Hardware • esp8226 mcu-6050 osc osc listener • • agentsimon2

      5
      0
      Votes
      5
      Posts
      2286
      Views

      T

      Hi - this is a great tutorial, thank you.

      All nicely working as you describe.  However, I can't find the calibration script for the MPU, even when selecting 

      Uno in the board menu.  Can you post the example code, or send me a copy please?

      Thanks

      Tim

    • D

      [ANSWERED] value in OSC Listener
      Interfacing • osc listener • • Dako Ark

      9
      0
      Votes
      9
      Posts
      1134
      Views

      D

      @mark 

      Ok !!

      now it is much clearer to me.

      I said that there was a way to set the values, no, because it almost seemed like they were set up by magic ... ahahhaa !!!

      Thank you very much Mark

      best wishes

      Giampiero

    • dbengali

      [ISSUE LOGGED] OSC to isadora-multi not working with strings ?
      Troubleshooting and Bug Reports • osc listener bug report • • dbengali

      3
      0
      Votes
      3
      Posts
      928
      Views

      mark

      @dbengali

      Thanks for the bug report. This bug was in 2.6.1 as well... I guess no one encountered it before. I've fixed it in v3 and the fix will appear with the next point release (3.0.2) which is coming shortly.

      Best Wishes,
      Mark

    • S

      [Solved] OSC Listener not outputting correct value / Allow user to enter text
      How To... ? • text osc listener • • sebastian

      4
      0
      Votes
      4
      Posts
      1372
      Views

      S

      OHHH! I didn't know about the control panel... that makes this a lot easier. Thank you!