Ciao lovely Izzy support community, was wondering if we're any closer to being able to have more than 999 control ID's? This is now my (and @Woland) #1 feature request, since i hit this limit over a year ago and am having to remove some existing capabilities from my mega patch to incorporate new ones.
Or maybe there's a quick fix or workaround someone can recommend?
Thanks in advance, Mr J
- See @jfg 's answer above: https://community.troikatronix.com/topic/8402/answered-audio-and-movie-players-elapsed-or-remaining-time/8
- The zoom controls at the bottom right of the Scene Editor/Control Panel let you zoom the Scene Editor or Control Panel in or out, so you could zoom in to make it bigger. The keyboard shortcut is "Cmd and +" to zoom in on macOS and "Ctrl and +" to zoom in on Windows. The zoom options also exist at the bottom of the "View" menu.

You can also change the default font size of Actors and Controls to make all that text bigger if you go to Isadora > Preferences > General tab (the first one) > User Interface > Actor/Control Font Size

@mido said:
However, is there is a way to make the timecode magnified (bigger) as its too small to for a person next to me to read
Hey guys! Quick question - is there a way to make the timecode on my screen bigger? It's a bit too small for my friend sitting next to me to read. Let me know if you have any tips!
Most MIDI controllers will have a setting so that the button sends Momentary signal or Toggle or Latch signal. The Momentary is usually the default, but you can change it to the other setting so that it sends 127 when pressed once, release sends nothing, then it sends zero when pressed a second time - sometimes with an associated change in lighting state within the button.
If this isn't suitable for your situation, you could try adding a Multi-Blocker actor and using the Trigger output of your Control Watcher. This trigger can activate a Trigger Value actor to send your permanent change and the Multi Blocker prevents you from re-triggering as you release the button.
I imagine that the easiest way to deal with referencing a STmap would be finding, writing, or commissioning a GLSL Shader that will ingest the video and the STmap and output the result.
If you're looking to have this be live-captured video being viewed in a VR headset, your best bet for sending it from the camera to Isadora to the VR Headset would be to pass the video from Isadora via Spout to software that supports output to VR headsets (such as Unreal). TroikaTronix tries to keep the features symmetrical for our users on macOS and Windows, and since the mainstream, consumer-grade VR headsets are Windows-only at the moment, we have not added direct support for VR headsets as a feature.
From the 'value' output of your Control Watcher actor, make a link to the 'value' input of a Pass Value actor. On the Pass Value actor, set the 'minimum' input to '1' to filter out the zeros.

Gif: https://recordit.co/4SyYXe7lSz
Additionally, if there's software for configuring whatever MIDI instrument you are using, it might have an option for "Don't send 'OFF'". Enabling this would stop it from sending a zero when you release a button, which would save you the step of adding the Pass Value actor.
Hello to everyone..
I need to know as I can control a ‘control watcher’, in the specific the Button of a control midi instrument.
The big problem is the input that, when I press it, it works just the time to came back to zero.
I want control in way that when I press it, I obtain a permanent change, and wherever I press it I obtain an input that make me a change without came back to zero.I tried end retried but without any result .
thank you, I hope of you!!!
Hi, I'd like to use Isadora for a live video input from my Canon R5C and dual fisheye lens, that produces a single video stream in which the image frame is a left/right stereo VR180°.
Basically, the video input have to be passed and processed from a STmap so the resulting output video can be processed in some way and be viewed in an headset. I have the ST map (the same I use in Fusion), but... there's an actor or a workaround to do this ST Map?