• Isadora
  • Get it
  • Forum
  • Help
  • Plugins
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    Log in to post
    • All categories
    • TroikaTronix Announcements
    • How To... ?
    • Feature Requests
    • Troubleshooting and Bug Reports
    • Hardware, Interfacing, and Third-Party Software
    •      Hardware
    •      Interfacing
    •      Third Party Software
    • Community
    •      Showcase
    •      Events
    •      Job Opportunities
    • Off-Topic Discussion
    • Isadora Developer & Open Beta Discussion
    •      Developers
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • jfg

      RTSP Stream
      Feature Requests • • jfg

      4
      0
      Votes
      4
      Posts
      62
      Views

      eight

      @jfg If you can guarantee a static IP address of your RTSP server, I could easily compile an app for you. Please DM me.


      Thanks.

    • DusX

      Isadora Guru Session #20: Remote Performance: Past, Present and Future
      TroikaTronix Announcements • guru-sessions • • DusX

      2
      1
      Votes
      2
      Posts
      7
      Views

      bonemap

      @dusx

      Thanks for the info about the guru session. Please note that the link to Dawn Marie Stoppiello appears to produce a broken link  error.

      best wishes

      Russell

    • bonemap

      Audio Frequencies generative bloom
      Interfacing • audio audio reactive generative • • bonemap

      5
      4
      Votes
      5
      Posts
      76
      Views

      Bill Cottman

      @bonemap : Terrific!

    • Vidasonik

      explosions of particles
      How To... ? • • Vidasonik

      14
      1
      Votes
      14
      Posts
      239
      Views

      Vidasonik

      @mark Thanks Mark. I downloaded GLC_player but wasn't immediately obvious how to edit the file. I'll have a look at Cheetah3D. Your file worked fine anyway so, as always, one has to decide what to spend limited time and effort on without disappearing down a rabbit hole!

    • M

      Retrieving Hex values from a TCP in
      How To... ? • • madido

      4
      0
      Votes
      4
      Posts
      60
      Views

      DusX

      @madido

      This is a little tricky.. I am not well versed in the Serial parsing syntax.
      The best I could come up with is:

      val1:int=1 bytes val2:int=1 bytes val3:int=1 bytes val4:int=1 bytes val5:int=1 bytes val6:int=1 bytes val7:int=1 bytes val8:int=1 bytes

      This will give you a decimal output for the first 8 hex values.

      Then you can feed the Decimal into a Javascript actor and convert it to HEX.

      function main() { hex = arguments[0].toString(16); if (hex.length > 1) { val = hex; }else{ val = "0" + hex; } return [val,hex.length]; }

      The output didn't include the leading zero by default, so I added the quick IF test to insert a '0'.

    • T

      Timer, Converting Seconds to Hours, Minutes, Seconds
      Troubleshooting and Bug Reports • • TECVM

      3
      0
      Votes
      3
      Posts
      698
      Views

      B

      @michel hi could update your link? it seems lost, 

      thanks ! 

    • CitizenJoe

      ADC presents Level Up.
      Events • adc events level up • • CitizenJoe

      2
      6
      Votes
      2
      Posts
      61
      Views

      mark

      @citizenjoe

      Thanks for sharing this. My session is under the heading "digital rehearsal and remote performance spaces" on this page: https://www.levelup.designers....

      Hope some of you can make it.

      Best Wishes,
      Mark

    • Fred

      Artnet receive
      Interfacing • • Fred

      6
      0
      Votes
      6
      Posts
      216
      Views

      Leister

      @dusx Now that I know it, I ll use it on U0 :)

    • Leister

      [USER ACTOR] Transport Button on Movie Player
      How To... ? • • Leister

      4
      0
      Votes
      4
      Posts
      50
      Views

      Leister

      @dusx Thank you !!!

      I m less confusing with classical transport fonction :)

    • dbengali

      Issues with HAP movie dimensions on windows
      Troubleshooting and Bug Reports • hap windows • • dbengali

      6
      0
      Votes
      6
      Posts
      33
      Views

      keftaparty

      Hi,

      I think the restriction to multiple of 4 image size is "by design" with hap codec.

      Some more infos here:

      https://github.com/Vidvox/hap/...

      Mehdi

    • W

      [ANSWERED] What's more efficient/recommended?
      How To... ? • • Weston

      4
      0
      Votes
      4
      Posts
      38
      Views

      DusX

      @weston

      It is a really powerful feature. One thing to be aware of is that turning On the User actor, triggers the INIT function of all contained actors.
      This is actually very useful, but can be confusing if you are not aware.
      I suggest using the User Actor on/off within the user actor as a way of seeing the INIT occur (note. you can copy this actor to the main scene patch, and force the re-INIT of all actors as well... super helpful)

    • M

      Make NDI Watcher source selectable from a control
      Feature Requests • • madido

      2
      0
      Votes
      2
      Posts
      23
      Views

      Michel

      @madido

      You can trigger pre filled text actors with the ndi source.

    • Leister

      [ANSWERED] Dmx (artnet) trigger and trigger in general (midi osc...)
      How To... ? • • Leister

      3
      0
      Votes
      3
      Posts
      45
      Views

      Leister

      @michel nice !!!

      Inside range actor is perfect perfect for me !!! thanks

      And what about artnet receiver only on U 0 ?

    • C

      Macbook pro 2019-Tape C to DVI
      How To... ? • • Cacoos

      7
      0
      Votes
      7
      Posts
      73
      Views

      D

      @dillthekraut


      I was curious about the idea, if there is MiniDP to DP adapters, shouldn't it work the other way around as well?! So here is just some Adapter fun 🤪; If you already own a USB-C to DP adapter, you could go with this DP to miniDP adapter (No garantie that this realy works 😜).

    • S

      Problems recording stage (windows laptop)
      How To... ? • windows 10 codec recoding • • Sycamore

      2
      0
      Votes
      2
      Posts
      24
      Views

      DusX

      @sycamore

      I have had better experiences using the Blackmagic design codecs (included with their video capture software - free).

      However. At 5 mins you will likely hit the Avi containers max filesize... This will truncate your video.

      I would use OBS to record a Spout feed from your stage. This would record realtime, so you patch needs to run smoothly in real-time. The nice thing about this approach is it off loads see work from Isadora, so you have more cpu space to use.

    • dbini

      [LOGGED] Isadora browser actor???
      Feature Requests • actors feature request screen capture web browser • • dbini

      11
      0
      Votes
      11
      Posts
      480
      Views

      jfg

      is something new coming in the next update?

      thanks

      Jean-François 

    • J

      Live Remote Mixing for Live Performance Streaming on Vimeo or TWITCH
      How To... ? • • JohnnyMoreno

      3
      0
      Votes
      3
      Posts
      60
      Views

      J

      @mark Thank you so much Mark. Hope all is well on your end!

    • Leister

      Izza sending video over NDI
      Interfacing • • Leister

      1
      1
      Votes
      1
      Posts
      43
      Views

      Leister

      Thanks for your powerfull work Here is a small video of my work in progress...

      https://www.youtube.com/watch?v=qpWqI-MVMfk

      More I test Isadora, more I like it!!

    • mark

      Thu Jan 14th (Tomorrow!): Isadora Guru Session #19: Body Tracking with the Rokoko Smartsuit Pro™
      TroikaTronix Announcements • • mark

      2
      4
      Votes
      2
      Posts
      90
      Views

      mark

      Here's the files you need for today's Guru Session:

      Click to download Guru19.zip

      See you in a bit!

      -- Mark

    • RIL

      [SOLVED] Capture Stage Movie issue
      Troubleshooting and Bug Reports • actors capture stage live capture capture to disk • • RIL

      2
      0
      Votes
      2
      Posts
      54
      Views

      Woland

      This was resolved via the ticket system. In the current release of Isadora, if you have some special characters in the file name, eg / \ | ? * ", then the capture actors won't work correctly. This has been fixed in an internal beta and thus this won't be a problem once we have a new public release.