<div dir="auto"><div><br><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">чт, 27 февр. 2025 г., 05:57 Georgy Salnikov via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 26 Feb 2025, Phyllis Smith via Cin wrote:<br>
<br>
> Seems to work just fine.  Found the following.  Will still wait to<br>
> hear back from SGE before checking it into GIT.<br>
><br>
> >>> For what exactly values.h is used? ;)<br>
<br>
Actually, values.h is not used. I added this header so that the user when<br>
writing blend program could use predefined constants like MAXINT, MAXFLOAT,<br>
etc.<br>
<br>
> /* This interface is obsolete.  New programs should use<br>
>    <limits.h> and/or <float.h> instead of <values.h>.  */<br>
<br>
If there are already systems without values.h, then we have to remove this<br>
header. And the user must use actualized constants names (INT_MAX instead of<br>
MAXINT as defined in limits.h, FLT_MAX instead of MAXFLOAT as defined in<br>
float.h), should he need them.<br>
<br>
limits.h was already in BlendAlgebraStart/BlendProgramStart, the addition of<br>
float.h is in the Andrew's patch, everything OK.<br>
<br>
Phyllis, please check into GIT with Andrew's patch applied.<br>
<br>
Andrew, it is interesting, do the plugins also run under termux (and<br>
dynamically load the functions), have you tried?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I trued now, but it a bit confusing?</div><div dir="auto"><br></div><div dir="auto">I tried to load one m2ts file, select all, copy, protect track, add video track, paste. Thus I made two video tracks from same media.</div><div dir="auto"><br></div><div dir="auto">Then I tried to add BlendAlgebra with multiply program by dragging its icon from Resources window onto one of video tracks. It attached but complained it needs two tracks to process. I middle clicked on plugin bar and selected Change, and selected another video track as shared, then confirmed by clicking OK.</div><div dir="auto"><br></div><div dir="auto">Complain disappear, but so are buttons to change parameters on plugin's bar! And I can't see any difference on playback ....</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
_______________________________________________________________________________<br>
<br>
Georgy Salnikov<br>
NMR Group<br>
Novosibirsk Institute of Organic Chemistry<br>
Lavrentjeva, 9, 630090 Novosibirsk, Russia<br>
Phone   +7-383-3307864<br>
Email   <a href="mailto:sge@nmr.nioch.nsc.ru" target="_blank" rel="noreferrer">sge@nmr.nioch.nsc.ru</a><br>
_______________________________________________________________________________<br>
<br>
<br>
<br>
<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank" rel="noreferrer">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div></div></div>