• 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
    1. Home
    2. Categories
    3. How To... ?
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Leister

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

      3
      0
      Votes
      3
      Posts
      534
      Views

      Leister

      @michel nice !!!

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

      And what about artnet receiver only on U 0 ?

    • mark

      Level-Up: Digital Rehearsal and Remote Performance Spaces Materials
      • mark

      1
      3
      Votes
      1
      Posts
      231
      Views

      mark

      This post collects helpful links mentioned in my talk for the "Level Up" conference on January 19th.

      Kit Galloway and Sherrie Rabinowitz "Hole in Space" -- about -- video -- about the Electronic Cafe InternationalWatch Mark Coniglio's "Guru Session" on Remote Performance: Isadora Guru Session #10: Facilitating Remote Performances with IsadoraLearn Isadora by watching the Isadora 101 Video TutorialsGet the Screen Capture ActorGet Syphon Virtual WebcamOn Thursday at 6pm CET, Guru Session #20: Remote Performance: Past, Present and Future with Troika Ranch Artistic Co-Director Dawn Stoppiello. Click the link for details.Russian Troll Farm (remote theater piece created and performed with Isadora) - Visit the Main SiteJared Mezzocchi talks about using Isadora with Zoom in the article "Reverse-Engineering Zoom with Isadora"NY Times Theater - Best Theater of 2020: “Russian Troll Farm,” by Sarah Gancher, showed that digital-native productions could make the medium maximally expressive... It took two directors (Jared Mezzocchi and Elizabeth Williamson) and three companies (TheaterWorks Hartford, Theater Squared in Arkansas and the Brooklyn-based Civilians) to pull it off, but it was a key step forward and a wicked-smart ride."Social Convention's "Social Saturdays" - An online virtual microfestival and rolling art party that relies on Isadora for the live broadcast.

      [POST STILL IN PROGRESS]

    • Leister

      [USER ACTOR] Transport Button on Movie Player
      • Leister

      5
      0
      Votes
      5
      Posts
      750
      Views

      Woland

      @dusx

      Please put this on the Plugin Page so it's easier to find for future users (if you haven't already) :)

    • Vidasonik

      [EXAMPLE PATCH] Explosions of Particles
      • Vidasonik

      15
      1
      Votes
      15
      Posts
      2478
      Views

      Woland

      @mark said:

      dust-example.zip

       It'd be great if you could upload this to the Plugin Page boss <3

    • M

      [ANSWERED] Retrieving Hex values from a TCP in
      • madido

      6
      0
      Votes
      6
      Posts
      947
      Views

      DusX

      @madido

      Please try running the attached file.

      This file works for me.. and I don't see why the incoming data would be managed any differently in your case.

      let me know if this file works for you

    • bonemap

      Choreographing Particles (an interesting technique)
      data array particles • • bonemap

      11
      10
      Votes
      11
      Posts
      2733
      Views

      bonemap

      @dusx

      Hi Ryan,

      Here is an updated patch with a user actor that calculates the optimum Pulse trigger setting and Particle Count based on using the properties set in the Isadora Preferences for Target Frame Rate and General Service Tasks.

      bonemap ChoreoParticles02.zip

      You are absolutely right! You have raised this issue as a prerequisite, and thank you - your generic formula will assist in optimising patches that use this technique and is a great contribution. I will make sure it goes into the notes for the version that uploads to the Plugins page.

      Best Wishes

      Russell    

    • mark

      [PATCH] 3D Game Style Navigation using 3D Player and 3D Stage Orientation
      3d camera 3d navigation 3d player • • mark

      5
      6
      Votes
      5
      Posts
      1248
      Views

      mark

      @dusx said:

      I might suggest this would be a good demo to add to the Plugins page.

      Done

      See 3D Game Style Navigation Patch on the Isadora Plugins page.

      Best Wishes,
      Mark

    • S

      GLSL shaders - predefined macros etc
      • shadlx

      5
      0
      Votes
      5
      Posts
      1193
      Views

      mark

      @shadlx said:

      Just wondering if there are any other thoughts on this - I'm eager to try and consolidate the shader into one bit of code so any thoughts appreciated..

      The issue with adding a predefined macro is that you'll need to wait for another version of Isadora. 

      The Shader Language version (i.e.,  __VERSION)__) on Isadora currently is 110; I suspect the version in other apps is probably higher. Try something like this:

      #if __VERSION__ > 110 // execute non-isadora code here #else // execute isadora code here #endif

      Does that work?

      Best Wishes,
      Mark

    • mark

      [INFO] Why Don't the 3D Player and 3D Model Particles Offer Transparency?
      • mark

      11
      2
      Votes
      11
      Posts
      2122
      Views

      Armando

      @mark Thank you al for the detailed explanation. I get why I just encountered this problem.


      Again, a thousand thanks

    • C

      Perception Neuron
      mocap • • Chumcw

      14
      0
      Votes
      14
      Posts
      4220
      Views

      Armando

      @tsmall88

      Hello,

      I've got a non pro model. I did the same route through Unity. But I'd rather not do that. A c++ would new great. If anyone has some hints for that I can test.

      Thanks 

    • W

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

      7
      0
      Votes
      7
      Posts
      1006
      Views

      W

      @woland 

      Ah!! Amazing. Thank you. I kept trying to bring up the on/off actor outside of the user actor which is why it wasn't appearing. 

      Much appreciated! 

    • Armando

      [ANSWERED] 3D Projector Additive Layering Problem
      3d navigation 3d projector • • Armando

      8
      0
      Votes
      8
      Posts
      1514
      Views

      Armando

      @mark It works as I expect now. Thanks Mark and Russel.

      Great !

      All the best to you

    • peuclid

      [ANSWERED] Gate video if video doesn't exist
      gate user actor • • peuclid

      14
      1
      Votes
      14
      Posts
      2764
      Views

      DusX

      Using the Trigger Delay as the timeout is perfect.
      I just added a bit here to calculate a 'good' delay time based on the FPS setting (might use Performance monitor to set this)
      I didn't see any need for the Buffer actor.

    • S

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

      3
      0
      Votes
      3
      Posts
      627
      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

    • Whatnao

      [ANSWERED] Run a video throughout the show while changing the scenes
      background scene scenes secondary scene video playback • • Whatnao

      13
      0
      Votes
      13
      Posts
      2583
      Views

      F

      @whatnao You could also run the projector in an activated scene with a keyboard watcher that listens for a trigger and toggles the projector on or off - so the movie keeps running and the projector is what goes on or off. Since the scene is active the keyboard watcher will react even if you are currently in another scene.

    • mark

      Photoshop Style Blend Mode GLSL Shaders for Isadora
      • mark

      13
      12
      Votes
      13
      Posts
      2024
      Views

      Paz

      @mark I can't believe my eyes 🤩 amazing work! Thank you and best wishes

    • bonemap

      [ANSWERED] Converting Row/Column to Index for Data Array Accces
      convert data array • • bonemap

      7
      1
      Votes
      7
      Posts
      1555
      Views

      mark

      @woland said:

       May I suggest putting this on the Plugins Page, Dear Leader?

      Because of the fact it doesn't respond to 0 in the middle, I would not consider this a general case. That will cause confusion which could generate support questions/tickets, etc.

      Best Wishes,
      Mark

    • Eager Iguana

      [ANSWERED] Isadora Newbie OSC Question
      guru-sessions osc • • Eager Iguana

      3
      1
      Votes
      3
      Posts
      881
      Views

      Eager Iguana

      @danielpineiro Many thanks for this. I today got onto another guru session about cue's and scenes which gave me a clue as to how you keep some logic running all the time, and your link will, I'm sure resolve this for me. I'm still at the 'add a bit and see stage', so a full 'show' is a tricky thing to conceptualize for me.

      I like to have my 'ducks in a row' as it where before I setout, which is probably not the way to use Isadora, but it's all good knowledge. I'm a bit blown away buy what can be done with this system, it's staggering!

      Thanks again, now what was that next guru session.... :-)

    • Eager Iguana

      [RECOMMENDED] loopMIDI for Windows (Mentioned in Guru Session #15)
      guru-sessions midi windows • • Eager Iguana

      2
      0
      Votes
      2
      Posts
      723
      Views

      DusX

      @eager-iguana

      Yes, this program is great and is the option I prefer on PC.

    • Bennnid

      change background without chromakey, but using empty picture as a reference?
      background effect incrustation • • Bennnid

      10
      0
      Votes
      10
      Posts
      1596
      Views

      Bennnid

      @dusx

      i see, so with time and good choices ;-)  I have plenty to test now ....

      Although I'm not sure I can get the same smooth effect around the character that some zoom.us background do... digging with alpha mask seems a good solution !