
Mark Coniglio
TroikaTronix
/ Moderator
Jun 5, 2008, 1:38 AM
Post #5 of 6
(955 views)
Shortcut
|
|
Re: [mrjonesy] making a random video player with isadora
[In reply to]
|
Can't Post
|
|
Well, the thing is there is a an incosistency in the Limit-Scale Value actor that I have to address. When you set the out min and out max inputs, it automatically changes the 'limit min' and 'limit max' settings for the output. So, due to the automatic scaling features of Isadora, this might mean that you are still selecting all the clips. For instance, assume we set 'out min' and 'out max' to 5 and 10. Then you connect it to a Movie Player's 'movie' input whose 'scale min' and 'scale max' inputs have been set to 1 and 30 respectively. Because both the 'limit min/max' and 'scale min/max' are set for the output and input, Isadora will scale the output values, ranging between 5 and 10,to a range that includes 1 through 30. So, you won't just get movies 5-10; you'll get the whole range of 1 to 30. I probably need to remove the automatic adjustment of the 'limit min' and 'limit max'; but this is not so nice for people's previous patches; it's sure to break something. The only workaround at the moment is to connect a Calculator actor between the output of the Limit Scale Value and the actor to which you are connecting it. Just set the mode to 'add' and connect the Limit Scale Value's output to the 'value 1' input. The reason this makes a difference is that the Calculator actor's Limit Min and Limit Max output will be set to MIN and MAX, thus preventing any scaling. Sorry if that's confusing... but hopefully it helps you understand what's going on. Best Wishes, Mark - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Mark Coniglio / TroikaTronix Creator of Isadora
|