<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Movie Player end of loop trigger]]></title><description><![CDATA[<p>In order to enable the frequency bands on the movie player, the optimize setting must be interaction. When in the interaction mode, the end of loop trigger does not fire. Is this the expected action or is this a bug? Thank you.</p>]]></description><link>https://community.troikatronix.com/topic/6693/movie-player-end-of-loop-trigger</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 14:46:54 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/6693.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Jun 2020 21:06:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Movie Player end of loop trigger on Fri, 12 Jun 2020 00:18:00 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a> Here is my patch. </p><p>In Q1: Use the 'g' key to go. The end of loop trigger fires the first time. Press 'g' to go again. the trigger does not fire any more??</p><p>In Q2: Work around. I used the movie position and a comparator to sense the end of loop to trigger the envelope generator fade out.</p><p><a href="/assets/uploads/files/1591920613058-movie-player-frequency-bands.izz">Movie Player Frequency Bands.izz</a> </p>]]></description><link>https://community.troikatronix.com/post/41513</link><guid isPermaLink="true">https://community.troikatronix.com/post/41513</guid><dc:creator><![CDATA[Bill Cottman]]></dc:creator><pubDate>Fri, 12 Jun 2020 00:18:00 GMT</pubDate></item><item><title><![CDATA[Reply to Movie Player end of loop trigger on Thu, 11 Jun 2020 10:12:55 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3562">@gaspar</a> said:</p>
<blockquote>maybe if the player would be based on TC instead of percentages it could be solved.</blockquote>
<p>Thank you for the suggestions, but I'm afraid they don't help.</p>
<p>You can change the Movie Player to Timecode now... but it for a ten-second movie, the last frame shown would be 00:00:09:24 (at 25 FPS). So I don't know if that helps anything because your ten second movie would not show 00:00:10:00 when it reaches the end.</p>
<p>And I'm not sure what "permils" is, but I guess you mean "parts of a thousand". But a change in precision doesn't change the underlying issue. You can see, in my eight-frame movie example, the position value at the end (87.5%) isn't even close to 100%.</p>
<p>Thanks for giving it a shot though. ;-)</p>
<p>Best Wishes,<br />Mark</p>]]></description><link>https://community.troikatronix.com/post/41496</link><guid isPermaLink="true">https://community.troikatronix.com/post/41496</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Thu, 11 Jun 2020 10:12:55 GMT</pubDate></item><item><title><![CDATA[Reply to Movie Player end of loop trigger on Thu, 11 Jun 2020 09:48:08 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/2">@mark</a></p><p><br />Just two things (did not think in depth about it) that came to mind.<br /></p><ol><li>maybe if the player would be based on TC instead of percentages it could be solved.</li><li> maybe increasing precision taking permills insted of percents improves the situation</li></ol><p>There is still the unsolved problem of not admitting palindrome playback (i don't use it for now, but others might)</p>]]></description><link>https://community.troikatronix.com/post/41495</link><guid isPermaLink="true">https://community.troikatronix.com/post/41495</guid><dc:creator><![CDATA[Gaspar]]></dc:creator><pubDate>Thu, 11 Jun 2020 09:48:08 GMT</pubDate></item><item><title><![CDATA[Reply to Movie Player end of loop trigger on Thu, 11 Jun 2020 09:19:15 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/3562">@gaspar</a> said:</p>
<blockquote>that reach the end of the loop before reaching 100%</blockquote>
<p>Yes, this is a known point of confusion that we've discussed on the team multiple times and – honestly – I don't know what to do about it.</p>
<p>To illustrate the issue, consider this 8 frame movie at 25 fps.</p>
<pre>
TIME:    | 0mS     | 40mS    | 80mS    | 120mS   | 160mS  | 200mS    | 240mS   | 280mS   | 320mS
PERCENT: | 0.0%    | 12.5%   | 25.0%   | 37.5%   | 50.0%   | 67.5%   | 75.0%   | 87.5%.  | 100.0%
FRAMES:  | FRAME 1 | FRAME 2 | FRAME 3 | FRAME 4 | FRAME 5 | FRAME 6 | FRAME 7 | FRAME 8 |</pre>
<p>When this movie gets to frame 8, the movie stops, the 'end trigger' fires, and 'position' output reports 87.5% because that is where playback stopped. We know this can be confusing for the user. But the Movie Player is correctly reporting where playback <u><em>actually</em></u> stopped.</p>
<p>So now you might ask "why don't you make 280mS the maximum time, so that the 'position' output shows 100%  when you reach the start of frame 8"? And I would answer: because this produces an inconsistency in the position input that is worse than the inconsistency you mention now.</p>
<p>If the duration of the file is 320mS and I set the 'position' input of the Movie Player to 50%, I calculate half of 320mS and get exactly 160mS -- precisely the start of frame 5. This is how Isadora does it now and what I would consider the correct behavior.</p>
<p>If use 280mS as the duration, and I set the 'position' input of the Movie Player to 50%, I get a result of 140mS, which is part of the way through Frame 4. This means entering 50% would end up showing you Frame 4, and that is definitely not what you would expect.</p>
<p>Furthermore, you don't want to have the 'position' input use 320mS as the duration so you jump to the right frame, and have the 'position' output use 280mS, because then jumping to 50% on the input would show a 'position' at the output of 160mS / 280mS = 57.1%. The input position would not match the output position... so even more confusion.</p>
<p>As I said, we've talked about this many times and we simply have not come up with a better solution than what we have. If someone has a better idea, then please let me know.</p>
<p>Best Wishes,<br />Mark</p>]]></description><link>https://community.troikatronix.com/post/41493</link><guid isPermaLink="true">https://community.troikatronix.com/post/41493</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Thu, 11 Jun 2020 09:19:15 GMT</pubDate></item><item><title><![CDATA[Reply to Movie Player end of loop trigger on Thu, 11 Jun 2020 08:52:54 GMT]]></title><description><![CDATA[<p>Not really related to the post, but to its title. So if the Movie Player is going to be revised, this could possibly be addressed as well.<br />I still have some movies (Also some HAP files), all of them quite long and heavy, that reach the end of the loop before reaching 100% (e.g. 99.98) or end of TC (e.g. Play END indicated by player 00:25:40:22 but Player stops at 00:25:40:18), but both do trigger at that point. The palindrom would not work, but the loop would.<br /></p>]]></description><link>https://community.troikatronix.com/post/41491</link><guid isPermaLink="true">https://community.troikatronix.com/post/41491</guid><dc:creator><![CDATA[Gaspar]]></dc:creator><pubDate>Thu, 11 Jun 2020 08:52:54 GMT</pubDate></item><item><title><![CDATA[Reply to Movie Player end of loop trigger on Thu, 11 Jun 2020 07:26:09 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/209">@bill-cottman</a> said:</p>
<blockquote>When in the interaction mode, the end of loop trigger does not fire.</blockquote>
<p> I just tested this and it does fire for me, both with the loop points are 0 to 100 and when they are set to something like 10 to 10. It would be good if you uploaded an example .izz file so we can see all of your Movie Player settings, and also tell us the duration and codec for the movie file in question.</p>
<p>Best Wishes,<br />Mark</p>
<img src="/assets/uploads/files/1591860367355-sdussb6fgo.gif" />]]></description><link>https://community.troikatronix.com/post/41489</link><guid isPermaLink="true">https://community.troikatronix.com/post/41489</guid><dc:creator><![CDATA[mark]]></dc:creator><pubDate>Thu, 11 Jun 2020 07:26:09 GMT</pubDate></item></channel></rss>