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

      Ideas for tally lights?
      • thatmattrogers

      6
      0
      Votes
      6
      Posts
      1764
      Views

      Juriaan

      @mark_m

      That is an amazing solution. Thank you for sharing!

    • Fred

      [ANSWERED] Sending IP Addresses with Set Global Values/Broadcasters
      • Fred

      6
      0
      Votes
      6
      Posts
      2073
      Views

      Woland

      @bonemap said:

      A local parameter input/output mode switch would provide a great deal more transparency for mutable data points.

       It's on our list :)

    • G

      [ANSWERED] How to set the stage preview as a floatable window to be used e.g. OBS
      • guevarajorge

      3
      0
      Votes
      3
      Posts
      646
      Views

      Juriaan

      @guevarajorge

      You can also use Syphon / Spout within Isadora! Simply go to Stage Setup > and check the Checkbox 'Syphon' / Spout to enable the output. 

    • W

      [ANSWERED] How to change bright or dark color in Actor Threshold ?
      • Wolle West

      4
      0
      Votes
      4
      Posts
      745
      Views

      W

      @dusx

      reloading the actor helps a lot - sometimes I forget this - so everything works - thanks a lot for the support (best forum ever!) - merry Christmas !!

    • C

      [ANSWERED] help me. javascript!?!
      • Cacoos

      5
      0
      Votes
      5
      Posts
      1070
      Views

      gunther

      As described in Ryan Webber's article (see link at the end of my reply), you can use the print() function in combination with the Monitor window for debugging Javascript code.  

      This code worked :

      function main()
      {
          var outhex;
          outhex = (arguments[0].toString(16)).toUpperCase();
          print (outhex);
          print ('\n');
          return [arguments[0].toString(2), outhex ] ;
      }Important: At first, the Javascript actor outputted only the digits of the Hex code, no letters A-F. It seemed to me that it converted the string back to integer due to automatic data conversion. After connecting the output of the Javascript actor to a Trigger Text actor it worked.

      Cheers, Gunther

      https://support.troikatronix.c...

    • T

      clear video tutorial that explains how to projection map in Isadora?
      • timp95

      3
      1
      Votes
      3
      Posts
      761
      Views

      Woland

      @timp95

      This article was written for Isadora 2, but most of this is unchanged in Isadora 3 (Isadora 3 added a few things and improved some behaviors).

      This article explaining the composite mapping method was also written for Isadora 2, but is also still relevant.

      Best wishes,

      Woland

    • peuclid

      ​[ANSWERED] Using Picture Player with Broadcasters and Listeners
      picture player broadcaster m1 chip • • peuclid

      16
      0
      Votes
      16
      Posts
      4366
      Views

      DusX

      @peuclid

      Note the final image where you say 'NO' in your comment works with the addition of a Trigger delay (sorry I missed that).
      This will ensure the loaded image is pushed into the Freeze, and that any updated Picture is also updated.
      This method with the freeze is what I have been using for years (we didn't have GLSL at that time), I don't know if there is any performance benefit?
      It does seem the default GLSL is the easiest approach :)

    • Notdoc

      advice wanted on setting up a very basic light control within/from Isadora
      • Notdoc

      7
      0
      Votes
      7
      Posts
      1401
      Views

      Juriaan

      @jfg

      Well I made a Philips Hue connection that you can find here

      https://community.troikatronix...

    • artoo

      Ipad os14, touchOSC and isadora 3.
      • artoo

      7
      0
      Votes
      7
      Posts
      1711
      Views

      Juriaan

      @artoo

      Hi there Artoo,

      Thanks for getting back to us with the solution.. Very weird.. And it was not at all to say that you aren't knowledgeable about the subject. It was more to share the process with other users that are reading this thread.

      I was hoping that the Private Address option of Ipad OS was messing things up for you..

      Anyhow glad that you got it to work in the end!

      - Juriaan

    • LIMVERT

      How can I use the syphoner app in Catalina OS?
      • LIMVERT

      9
      1
      Votes
      9
      Posts
      4041
      Views

      J

      Hi, I think that you can use the Screen Capture ALPHA actor in Isadora to mimic the use of the Syphoner app.

      Best wishes!

      Ismael

    • M

      [ANSWERED] Saving v3 patch as v2
      • martin

      6
      0
      Votes
      6
      Posts
      1159
      Views

      DusX

      @mark_m said:

      x64 version of Windows

       Yes, a 64bit version of Windows is required. 

    • H

      [ANSWERED] Getting AUSoundInput into Sound Frequency Bands Actor
      • huslage

      4
      0
      Votes
      4
      Posts
      1238
      Views

      bonemap

      @tlaloc

      There is no problem panning your inputs using the AU Matrix Mixer. However, you will not be able to achieve frequency analysis on 8 channels of audio as you can see the inputs are currently limited to 4 and audio analysis is done as a mono track (I believe it is the first channel of a multi-channel track). There is currently no way to select the channel to be analysed from a multi-channel audio track.

      Best Wishes

      Russell

    • Vidasonik

      [ANSWERED] Licence Activation
      • Vidasonik

      3
      0
      Votes
      3
      Posts
      796
      Views

      Vidasonik

      @woland thanks so much - all sorted! Best, David

    • peuclid

      [ANSWERED] Flickering candle lighting effect
      • peuclid

      6
      0
      Votes
      6
      Posts
      1057
      Views

      peuclid

      @CitizenJoe @DusX @Woland 

      These are some great ideas. I really like that suggestion from @CitizenJoe of making a video overlay. I can just make a video of a white wall being lit up by a flickering flame and overlay that on the video. That seems like the simplest (if I can make a decent film) and probably uses the least cpu/gpu.of making a video overlay. I can just make a video of a white wall being lit up by a flickering flame and overlay that on the video. That seems like the simplest (if I can make a decent film) and probably uses the least cpu/gpu.

      Thanks for the suggestion, I'll give that a try.

    • A

      [ANSWERED] HTTP command to a Remote Camera Panasonic
      panasonic http camera • • artabase

      5
      0
      Votes
      5
      Posts
      6915
      Views

      Juriaan

      @talyarden

      Hi there Taly!

      So for formatting strings we can use the actor "Text Formatter". Double click on the actor and a little window will open, in that window we can use the P (for parameter) followed by an index starting from 1 to say what parameter we wish to use.

      So let's say we have the text

      "command=hello world"

      and we wish to change the text after the = to do so we use the following.

      "command=" P1

      If we now press OK, mutate the input of the param 1 to text (simply connect an trigger text to it) we now see that when we change the Trigger Text input / trigger it that the output of the Text Formatter changes.

    • M

      [ANSWERED] Stage Recording On Windows 10
      • merni

      4
      0
      Votes
      4
      Posts
      820
      Views

      Juriaan

      @merni

      Hi there Merni!

      Thank you so much for getting back to us / letting us know that everything worked out for you.
      And no, the team is working hard on the next release. When the feature is done we will release it to our beta testers, your interest has been noted :)


      Thanks again.

      - Juriaan

    • Videosmith

      [ANSWERED] Movie Player Frequency Bands on macOS Catalina and Newer
      • Videosmith

      7
      0
      Votes
      7
      Posts
      1440
      Views

      Videosmith

      @bonemap Cheers Russell - I think Loopback and live capture could be a good workaround for now 👍

    • craigw

      [ANSWERED] [LOGGED] Letter by Letter Read
      • craigw

      18
      0
      Votes
      18
      Posts
      3663
      Views

      DusX

      The issue with 'periods' being blocked from entry is due to File Path input fields having some error checking implemented, and the nature of the 'Show Value of Linked Properties' feature.
      It is possible to enter the text indirectly via a trigger text actor (or other text actors). 
      We are looking into modifying this behavior for a future version.

    • Y

      How to fill a surface with 3D particles?
      • Yoshi

      3
      0
      Votes
      3
      Posts
      903
      Views

      Y

      @dbini Thanks so much!  I suspected there was something about the x/y updates and the speed of particle being generated.  What you told me makes perfect sense and works!

      This is kind of a follow up question, but can you think of a way to prevent particles flying away when "gf strength" is set to a positive number to attract particles?  What's happening right now is once the particles gather to the gf core (? I'm not sure what to call it), they fly away as if they were repelled.  I want to make the particles keep following the gf core.

      Thanks!

    • Vidasonik

      [ANSWERED] Using OpenNI Plugins on an M1 Mac
      m1 chip depth camera • • Vidasonik

      9
      0
      Votes
      9
      Posts
      3088
      Views

      Vidasonik

      @dusx Thanks! - yes that makes total sense. D 😊