@Woland It seems to open and run just fine but I haven't been able to test it with a wiimote yet, however, I reckon it should be just fine. Thanks so much for sending this over!
@woland Ah, thanks for this! Sorry I hadn't seen that you had replied before now. I'll give this a go and see how I get on!
Hi Everyone,
If you live in Quebec City consider joining us (Myself and Hugh Conacher) for our shows at Mois Multi - Festival international d’arts multidisciplinaires et électroniques!
February 12 and 13th: https://moismulti.org/programm...
Here is the trailer:
We will be in Montreal afterwards from Feb 14th to 21st if there are any Isadora related events of performance with tech folks who would like to connect - reach out!
Best,
Frea
@jfg said:
You need the absolute value to switch between 0 and 1. Without it will switch between -2/+2
You can also go into the property inspector and change the min and max of the 'speed' input from -2 to 2 > 0 to 1. Then you can connect a Toggle to it directly.
@jfg said:
<p>The better way if you want to use the letters key in another order than the alphabetical order is to use the lookup actor. It will output 1,2,3,4… for the value you give in the input.</p>
I learn something new every day!
The better way if you want to use the letters key in another order than the alphabetical order is to use the lookup actor. It will output 1,2,3,4… for the value you give in the input.
@tarox said:
Now I have the problem that all videos start at the beginning of the scene and I don't know where to switch this off...
Now I have the problem that all videos start at the beginning of the scene and I don't know where to switch this off...
If I correctly understand what you're looking for, you may use the speed input instead of the visible input. The on/off of the visible input starts always at the beginning of the clip (play/stop). With the speed input, it works like play/pause, and if you hit the key later, it will start at the position you stopped it.

You need the absolute value to switch between 0 and 1. Without it will switch between -2/+2