• 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
    • Mr_J

      [ANSWERED] tips for creating a video mask from sound input frequency
      frequency video mask • • Mr_J

      12
      0
      Votes
      12
      Posts
      3270
      Views

      Armando

      @jfg Supercreative as always !

    • simon

      [ANSWERED] Capture Stage with Audio
      • simon

      6
      0
      Votes
      6
      Posts
      1422
      Views

      simon

      @woland @mark_m @jandraka thank you for the suggestions

    • RIL

      [ANSWERED] Lighting for beginners ?
      lights isadora dmx light board midi enttec • • RIL

      36
      1
      Votes
      36
      Posts
      22770
      Views

      Armando

      @fubbi great !! No more driver nightmare for DMX !!! Thank you a thousand times. Also because with Sonoma arriving I was worried that would cause DMX nightmare. 

    • C

      Best Isadora Tutorial Videos?
      • CgRyan-360

      3
      2
      Votes
      3
      Posts
      788
      Views

      DusX

      @cgryan-360

      I'll quickly plug my own tutorial here: Build It! Video Step Sequencer - YouTube
      I think my Build It series will give you the best overview of 'building' modular elements that you can reuse (user actors). They are longer walk throughs but do offer some great insights into how Isadora works.

    • Miguel276

      [ANSWERED] How to use a live sound on Isadora v3.x
      • Miguel276

      8
      1
      Votes
      8
      Posts
      1853
      Views

      DusX

      @miguel276 said:

      So the only way to do it is on Mac?

       Yes, those actors (and any starting with 'AU') are components made available via the macOS (and some interface wrappers in Isadora). At this time there aren't any similar offerings on Windows.

    • E

      [ANSWERED] Control of colors, CI?
      • Eva

      3
      0
      Votes
      3
      Posts
      686
      Views

      DusX

      You might find this post/patch useful.
      DaVinci Style Color Grading in Isadora | TroikaTronix Forum

    • T

      [ANSWERED] Control panels
      • Tr742

      9
      0
      Votes
      9
      Posts
      1814
      Views

      T

      @dusx

      User actor good call 

      Ta thanks

      Tr742

      Art

    • A

      [ANSWERED] resize picture used as alpha channel mask
      • Ariana

      3
      0
      Votes
      3
      Posts
      763
      Views

      DusX

      @ariana said:

      to adjust the size before it is sent to the alpha mask?

       Below I have used a Shapes actor in place of the Picture Player you will be using for a PNG file, but the rest should be similar to what you are doing. I have added a number of Get Video Size actors to show how the resolutions are being set, and combined (using default Isadora settings).
      The Scaler actor is the actor used here to resize the image.

    • fubbi

      Artnet Receive from MA2?
      ma2 artnet receive unicast • • fubbi

      11
      1
      Votes
      11
      Posts
      3793
      Views

      fubbi

      @dusx O.M.G! 

      thank you


      Here is the current configuration if anyone needs it

      Netgear 5 port unmanaged hub

      MA2: 192.168.1.111

      Setup/Network/MA Network protocol
      Unicast to the MAC IP, Amount set to 16, everything else default.
      Art-Net output button set to active

      MAC: 192.168.1.64


    • Armando

      Sonoma problems ?
      • Armando

      3
      0
      Votes
      3
      Posts
      1093
      Views

      Armando

      @woland You are welcome. I'm filing a support ticket on that

    • zentinel

      Adding up key strokes (overlapping events)
      • zentinel

      11
      0
      Votes
      11
      Posts
      2657
      Views

      Woland

      @woland said:

       Here's a slight improvement to your system (check the second Scene of this file: actors-keyboard-watcher-up-down-2023-09-11-3.2.6.izz)

       Whoops I attached the wrong file before. Here's the right one: actors-keyboard-watcher-up-down-v2-2023-09-11-3.2.6.izz

    • G

      Run a five channel video art installation triggered by Arduino with magnetic sensor
      • gindo

      27
      0
      Votes
      27
      Posts
      17349
      Views

      X

      Hi Gina,

      This sounds like an interesting interactive installation! For triggering Isadora cues from the Arduino magnetic sensor, here are a few thoughts:

      Use the Arduino Firmata actor to receive the sensor data into Isadora. You'll need to initialize it and set the input pin accordingly.Then route that input to a Switch actor to control the scene changes. For example, set it to switch to Scene 2 when the input goes HIGH (door closed).You can use a Timer actor in each scene to transition back to Scene 1 after a set duration.For automatic start up, you may be able to use something like a Powershell script that launches Isadora on boot up. Just need to make sure it opens in fullscreen.For shutdown without mouse/keyboard, look into remote login software so you can SSH into the Mac and shut down calendar 2024 from another computer.

      Definitely try testing the Arduino > Isadora communication first. Once you have that working reliably, the other automation should be very achievable. Let me know if you have any other questions! Excited to see how this project develops.

    • DanielPineiro

      [ANSWERED] Scaling & Set/Get Global Values
      • DanielPineiro

      6
      0
      Votes
      6
      Posts
      1189
      Views

      Armando

      @dusx Thanks ! I never noticed the gree dots (I am ashamed....)

    • em_tx

      Blur - Motion Blur out of chaning photos
      motion effects pictureplayer abstract • • em_tx

      2
      0
      Votes
      2
      Posts
      739
      Views

      jfg

      @em_tx

      Have you tried the motion blur actor ?

    • gunther

      Sound player with positional markers
      audio sound player • • gunther

      1
      2
      Votes
      1
      Posts
      554
      Views

      gunther

      Hi,

      for those who might need a sound player with positional marker points, I enclose a working test patch.

      for my latest project I pimped up the sound player actor with Javascript in order to allow jumps to markers and allow a positional slider (like other players as vlc). My new project is completely driven by audio positions of one piece of music. The marker positions drive the whole setting of video and light changes. 


      For setup and rehearsal I need to jump to specific positions in the music. So I designed the marker actor to jump to the exact position, and also to jump to the position 2 seconds before the marked position.

      For testing purpose I extracted the relevant parts of the patch and added simple projections as proof of concept. Just use an audio file of your flavor and have fun with test sound player advance .

    • E

      How to recieve OSC signal (UDP)
      • Eva

      13
      0
      Votes
      13
      Posts
      2832
      Views

      E

      @bonemap

      So we solved it now by downloading the "JS string length" from the add ons page and modifying it to take out brackets etc. in the JS. It works:)

      Thank you for taking your time and helping:)

    • simon

      [ANSWERED] Ableton Live > Isadora
      • simon

      4
      0
      Votes
      4
      Posts
      1022
      Views

      simon

      thank you !

    • bonemap

      Screen surface paint recommendations
      • bonemap

      2
      1
      Votes
      2
      Posts
      593
      Views

      CitizenJoe

      I've been using Screen Goo: Goo Systems Global - Paint and Project-Any Size-Any Shape-AnyWhere

      Cheers,

      Hugh

    • D

      Anti-aliasing
      • dassault787

      2
      0
      Votes
      2
      Posts
      487
      Views

      DusX

      @dassault787

      Higher-resolution video output will tighten things up. Each pixel is very multiplied by the nature of projection, so squeezing more into the same space by using higher resolution images/projectors will make things much cleaner looking.
      But if you really need to soften the edge inside Isadora you can create a mask using Izzy map with a white video feed, sent to a virtual stage that you then grab and apply as an alpha channel to your actual output. In this way you can apply a blur to the black and white image before using it as the alpha mask.. this will give you soft edges.

    • E

      [ANSWERED] Measuring a visible trail of color?
      • Eva

      4
      0
      Votes
      4
      Posts
      1008
      Views

      E

      @dbini

      Ah yes, I see, I use Get Stage Image, and the the Calc Brightness. Great, thanks! it seems to work.