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

      [SOLVED/UPDATED PLUGINS] v3.0.8 and FFGLs??
      • JJHP3

      15
      0
      Votes
      15
      Posts
      2293
      Views

      mark

      @jjhp3 said:

      Thanks for the quick work! These new FFGLs work great with 3.0.8. - John

      I've put these plugins on the Add Ons page now.

      Best Wishes,
      Mark

    • R

      [ANSWERED/PROOF OF CONCEPT] Control Isadora User Interface via Webbrowser?
      • RL

      22
      0
      Votes
      22
      Posts
      54448
      Views

      jfg

      I have tried Open Stage Control and it runs well and easily with a nice and flexible interface. Just install the software (without any additional installation) and go on. It has similarities with Touch OSC but on smartphones or pads it is "only" usable via web browser (no app). Doesn't run correctly with Safari on Mac but works well on iOS devices.(on Mac Firefox and Chrome are OK)
      Attached is an example of the Global Keystone actor control.

      One advantage over Touch OSC is that you can test buttons, sliders etc. directly on the computer without having to synchronise with the iOS device.

    • E

      Realsense Mac OS
      • emullis

      2
      0
      Votes
      2
      Posts
      528
      Views

      mark

      @emullis

      There seems to be some problem, perhaps with the latest firmware for the camera. 

      I am looking into it and will be posting my findings to this thread as I sort out this problem. Please look there for updates.

      I am locking this topic so everyone will gather in the other thread.

      Best Wishes,
      Mark

    • T

      How to see multiple sensors on an Arduino using serial-in watcher?
      arduino code • • trian_glisain

      11
      0
      Votes
      11
      Posts
      3228
      Views

      T

      @bonemap https://learn.sparkfun.com/tut... This is the sensor, I still don't know if firmata will work, but I just got it working with the serial in watcher. Just needed to seperate the values and make them Serial.Println like was suggested above. So the code was this. Then in izzy I just needed a second serial in watcher set to 2. 

      #include <SparkFun_ADS1015_Arduino_Library.h>
      #include <Wire.h>

      ADS1015 fingerSensor;

      void setup() {
        
        Wire.begin();
        Serial.begin(115200);
        
        if (fingerSensor.begin() == false) {
           Serial.println("Device not found. Check wiring.");
           while (1);
        } 
        
        fingerSensor.setGain(ADS1015_CONFIG_PGA_TWOTHIRDS); // Gain of 2/3 to works well with flex glove board voltage swings (default is gain of 2)
      }

      void loop() {  
        int data_1;
        int data_2;
        data_1 = fingerSensor.getAnalogData(0);
        data_2 = fingerSensor.getAnalogData(1);
        Serial.print(1, DEC);
        Serial.println(data_1);
         Serial.print(2, DEC);
        Serial.println(data_2);
       delay(50);
        Serial.println();
      }

    • R

      [ANSWERED] FPS settings in preferences
      • Reinhard

      3
      0
      Votes
      3
      Posts
      634
      Views

      R

      @michel

      Damn - user errror...

      Thanks a lot!

    • E

      match the 3D particle output with the mapping (I used get stage image, but something is wrong)
      • Erin

      3
      0
      Votes
      3
      Posts
      548
      Views

      E

      @dusx

      Thank you very much for your reply, I see now, I've put the mapping in a user actor, but that mapping does not match with all video' that should be on the bus, therefore it misses a part, when I correct the mapping it does fit. 

    • brandy

      Pictures rotate automatically
      picture player • • brandy

      6
      0
      Votes
      6
      Posts
      1388
      Views

      DusX

      @brandy said:

      I'm on Isa 2

      Unfortunatley the Matte actors in Isadora 2 have a bug related to the 'scale fg' function, that makes it so I can't port this User Actor backwards to Isadora 2.
      Here are the guts of the user actor in case its useful for anyone else to understand.

      The basics are that the image is placed onto (using Matte++) a Square canvas (using the greater of Width or Height).
      Then the square canvas is rotated 90, 180, 270 degrees (as needed). Finally the Square canvas is cropped back down to the image size.

    • bonemap

      [SOLVED BY USER] is there a Value Delay Line for floating point numbers?
      delay float • • bonemap

      1
      2
      Votes
      1
      Posts
      309
      Views

      bonemap

      Hi,

      Is there a simple way to set up a 'value delay line' for floating point numbers?

      [Edit]

      I think it is a good sign when you can help yourself... solved with some simple calculators.

      Best Wishes

      Russell 

    • Bennnid

      change matrix value receive channels without changing their values + scale output
      dmx light patching • • Bennnid

      10
      0
      Votes
      10
      Posts
      2784
      Views

      Bennnid

      @dusx

      Thx so much I ll try it and get back to you! 

    • X

      [ANSWERED] How to activate usb version ?
      usb registration licence license isadora 3 • • xlrstik

      4
      0
      Votes
      4
      Posts
      1284
      Views

      Woland

      @xlrstik said:

      your right i downloaded the wrong version

      No worries, it happens. <3

      Best wishes,

      Woland

    • Bennnid

      how to sync triggers, osc transmit is blocking when 2 trig send data at the same time
      osc transmit touch osc xy coordinates • • Bennnid

      5
      0
      Votes
      5
      Posts
      1671
      Views

      DusX

      @bennnid said:

      1,5 /240 (frame?) = 0,063 sec

       Here I took 1 second divided by my Isadora Cycle rate (it was running at 240).. I then changed 1 sec to 1.5 to give some space.

      Isadora is able to run the patch through at the cycle rate per second. I just dumbed it down a bit. 

    • M

      [ANSWERED] TCP or UDP server in Isadora 3?
      server tcp udp • • merni

      7
      0
      Votes
      7
      Posts
      2208
      Views

      M

      Dear all

      Thank you for your help an input. With OSC, it was pritty easy to solve. I used a python OSC library (https://pypi.org/project/pytho...) and it works very easy on the python as well as on the isadora side. Problem solved.


      Thank you for your help.

      Marco

    • Bennnid

      2 networks for OSC: how to use wifi and rj45 to send / receive on both ?
      local network send data touch osc • • Bennnid

      7
      0
      Votes
      7
      Posts
      2614
      Views

      LPmode

      Isadora and OSC works fine on multiple network interfaces

      Here is an example config with the ethernet interface at 192.168.1.1  and a Wi-Fi interface at 10.0.0.50

      A sender device ( eg. TD or qlab) interface is 192.168.1.2. In the application preferences, set OSC address (host, or destination or listener or udp -meaning isadora here) to  192.168.1.1  

      A listener, ATEM mini is on the same LAN at 192.168.1.3:3333 - Here, adjust Isadora's OSC Transmit actor to match ATEM's device address. 

      A wireless control device (touch OSC/phone) at 10.0.0.22. Isadora is on the 10.0.0.50 interface there so my phone's TouchOSC prefs need to be set to send to Isadora at 10.0.0.50

      192.168.1.255 can also be used to broadcast the values to all devices in the 192.168.1.xxx network. Similarly, 10.0.0.255 will broadcast to all devices on the 10.0.0.xxx network.

       Here is an example of using OSC over two interfaces.  on the listener /Chan1 is a from a PC with no wifi. just a direct cable with static IP  TD. 

      The /3/xyM+i coming from my phone over the home WI-FI

      If you want devices on different networks to communicate to each other then you need to consolidate the network so they are on the same network, but that's an IT solution.  Nevertheless, Isadora can overcome that if you use it as a pass through. It's a good way if you want to limit ranges and have conditions or rename the address of the values to be forwarded. 

    • A

      [ANSWERED] How To Turn Actor Names Back On
      nodes titles • • alice

      4
      0
      Votes
      4
      Posts
      643
      Views

      phsprague

      @liminal_andy so good to see you out here answering Izzy troubleshooting requests. Squaaaaaad! I have noticed some really heavy leaf accumulation in my front yard, and wondering if you have any insights?

    • plem

      [ANSWERED] Pitch yaw roll to rotation...
      3d object midi control javascript • • plem

      4
      0
      Votes
      4
      Posts
      1858
      Views

      plem

      @mark

      Great. Flawless. Exactly what I meant.

      Thanks! Peter

    • C

      question - control video camera???
      • Cacoos

      6
      1
      Votes
      6
      Posts
      1042
      Views

      liminal_andy

      @cacoos Very good. Create your presets with a conventional controller or the Panasonic utility. It stores them in the camera body. Then, recall presets with the format I provided in my post. You can even check to see if they succeed or fail :)

    • I

      [ANSWERED] Control Panel Indication
      control control panel • • iblock

      3
      0
      Votes
      3
      Posts
      1177
      Views

      Juriaan

      @dusx said:

      more for shutter status? 

      %1AVMT ?

      Class 1 command.

    • jtoenjes

      [ANSWERED] OpenCV via Python in Isadora
      motion capture python • • jtoenjes

      2
      0
      Votes
      2
      Posts
      1190
      Views

      DusX

      @jtoenjes said:

      OpenCV python script

       At this time this is not possible. Python scripting is something we are working on, but is not yet available.

    • Bennnid

      slit scan ++ or any other pixel sorting way?
      pixel sorting lines glitch shaders ffgl • • Bennnid

      28
      1
      Votes
      28
      Posts
      15655
      Views

      Bennnid

      @woland

      Hi as you propose you can share the video on insta , it would have been better without autoexposure of FaceTime cam of my MBP but I couldn’t find a way to take the hand on it!

      Best regards

    • RIL

      Syphon Virtual webcam in to Skype ?
      syphon skype • • RIL

      9
      0
      Votes
      9
      Posts
      2162
      Views

      RIL

      @dbini Thank you very much !!

      Best,

      Maxi