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

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

      [ANSWERED] Changing Sound EQ in one time on 16 audio tracks
      • erik nerinckx

      6
      0
      Votes
      6
      Posts
      92
      Views

      Juriaan

      @erik-nerinckx

      Hehehe. Glad that you enjoy our Isadora 101 Videos! If you need any assist feel free to drop an message on the forum.

      - Juriaan

    • E

      selected device should deliver 8 channels but gives 2
      • erik nerinckx

      5
      0
      Votes
      5
      Posts
      135
      Views

      E

      @jfg Thank you for feedback. 

      The setting on the audio card is on 8 channels, everytime I change it form stereo to 8 channels. 

      On the Mac I also make my sound card the standard output for audio of my Mac.

      And also in Isadora 

    • kirschkematthias

      [ANSWERED] How To Work With Multichannel Audio In A Movie File On macOS
      • kirschkematthias

      6
      0
      Votes
      6
      Posts
      293
      Views

      jfg

      @kirschkematthias

      you can try to extract the sound track as an AIFF or wav file and to synchronize the movie player (volume=0 or only video track) with the Sound Player:


      Then you can use the routing of the Sound Player actor. Depending on the required precision of the synchronicity between image and sound it can work

      best 

      Jean-François 

    • craigw

      Movie Player Question
      • craigw

      4
      0
      Votes
      4
      Posts
      119
      Views

      DusX

      @craigw

      What is the trigger for the change of the Movie? It doesn't appear you are using Loop End, so I imagine you are changing them manually?

    • JJHP3

      [ANSWERED] How to warp a movie to follow a mask?
      • JJHP3

      3
      0
      Votes
      3
      Posts
      131
      Views

      JJHP3

      @jjhp3 Well damn if a glass of Bushmills didn't clear my thinking - I can use the mesh tool and all is well!

    • J

      [ANSWERED] Minimizing Computing Load
      • jrhooker

      8
      0
      Votes
      8
      Posts
      145
      Views

      mark

      @jrhooker said:

      Which is to say: Yes, they are all vid-ci (I took out the ffgls cuz they were doing very little and that didn't help). 

      The most efficient path to use is vid-gpu. But vid-ci is generally also very efficient because it is also on the GPU. There is a small conversion that needs to happen to turn vid-gpu into vid-ci, but it probably isn't super significant.

      Part of the issue could be the effect itself. Some effects simply process the image in one pass. But some will process each pixel multiple times -- the most likely example being any kind of blur. Those effects can be very expensive, even when the GPU is very fast. Also, any GLSL shader that contains a for/next loop is a suspect. Look for something that starts with "for (..." in the code to see if a GLSL has a for/next loop.

      What QC actors do you rely on? Eventually Quartz Composer will go away entirely -- it has been deprecated (meaning no longer supported) since Catalina. It's good to know what users use so we can develop replacements if necessary.

      Best Wishes,
      Mark

    • T

      Ideas for tally lights?
      • thatmattrogers

      6
      0
      Votes
      6
      Posts
      166
      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
      701
      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
      66
      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
      67
      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
      83
      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
      113
      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
      241
      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 :)

    • N

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

      7
      0
      Votes
      7
      Posts
      193
      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
      138
      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
      1887
      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

    • O

      Visca over IP
      • ozu

      7
      0
      Votes
      7
      Posts
      161
      Views

      T

      @woland I would love to try that too!  I have a Panasonic AW-HE40 with NDI that I am trying to control via Isadora patch

    • M

      [ANSWERED] Saving v3 patch as v2
      • martin

      6
      0
      Votes
      6
      Posts
      88
      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
      158
      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
      76
      Views

      Vidasonik

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