[Scummvm-cvs-logs] CVS: scummex/help specREGN.html,NONE,1.1 specSYNC.html,NONE,1.1 specTEXT.html,NONE,1.1 specFRMT.html,1.2,1.3 specMAP.html,1.2,1.3
Pawel Kolodziejski
aquadran at users.sourceforge.net
Sat Jun 26 01:28:01 CEST 2004
Update of /cvsroot/scummvm/scummex/help
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5063/scummex/help
Modified Files:
specFRMT.html specMAP.html
Added Files:
specREGN.html specSYNC.html specTEXT.html
Log Message:
update
--- NEW FILE: specREGN.html ---
<HTML>
<HEAD>
<TITLE>REGN</TITLE></HEAD>
<META NAME="resource-type" CONTENT="document">
<FONT SIZE="+2" FACE="Arial"><B>REGN</B> </FONT>
<P>
<FONT FACE="Arial" SIZE="-1">REGN contains an <I>i</I>MUSE Digital region
hook, signifying a position in the sound where a region of sound data is
placed. </FONT><FONT face="Arial" size="-1">
<P>
</FONT><FONT FACE="Courier">
<TABLE CELLSPACING="1" WIDTH="100%">
<TR>
<TD WIDTH="30%" VALIGN="top">"REGN"</TD>
<TD WIDTH="20%" VALIGN="top">dword</TD>
<TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" height="21">dwSize</TD>
<TD VALIGN="top" height="21">dword</TD>
<TD height="21"><FONT FACE="Arial" SIZE="-1">Size in bytes (BE)</FONT></TD>
</TR>
<TR>
<TD> </TD>
<TR>
<TR>
<TD VALIGN="top">dwPosition</TD>
<TD VALIGN="top">dword</TD>
<TD><FONT FACE="Arial" SIZE="-1">Hook position.</FONT></TD>
</TR>
<TR>
<TD VALIGN="top">dwLength</TD>
<TD VALIGN="top">dword</TD>
<TD><FONT FACE="Arial" SIZE="-1">Length of sound data in the region.</FONT></TD>
</TR>
</TABLE>
</FONT>
</P>
</HTML>
--- NEW FILE: specSYNC.html ---
<HTML>
<HEAD>
<TITLE>REGN</TITLE></HEAD>
<META content="document" name="resource-type">
<FONT face="Arial" size="+2"><B>SYNC</B> </FONT>
<P><FONT face="Arial" size="-1">SYNC contains an <I>i</I>MUSE Digital lip
sync hook. It's used to sync sound data with actor
mouth. </FONT><FONT size="-1">
<P>
</FONT><FONT face="Courier">
<TABLE id="TABLE1" cellSpacing="1" width="100%">
<TR>
<TD vAlign="top" width="30%">"SYNC"</TD>
<TD vAlign="top" width="20%">dword</TD>
<TD width="50%"><FONT face="Arial" size="2">Block identifier</FONT></TD>
</TR>
<TR>
<TD vAlign="top">dwSize</TD>
<TD vAlign="top">dword</TD>
<TD><FONT face="Arial" size="2">Size in bytes (BE)</FONT></TD>
</TR>
<TR>
<TD> </TD>
<TR>
<FONT face="Arial"></FONT>
<TR>
<TD vAlign="top" colSpan="4"><FONT face="Arial" size="-1"><B>loop dwSize / 4</B></FONT></TD>
</TR>
<TR>
<TD vAlign="top">wPosMs</TD>
<TD vAlign="top">word</TD>
<TD><FONT face="Arial" size="2">Position of sound in (ms / 16).</FONT></TD>
</TR>
<TR>
<TD vAlign="top">bWidth</TD>
<TD vAlign="top">byte</TD>
<TD><FONT face="Arial" size="2">Width of mouth</FONT></TD>
</TR>
<TR>
<TD VALIGN="top">bHeight</TD>
<TD VALIGN="top">byte</TD>
<TD><FONT FACE="Arial" SIZE="2"> Height of mouth</FONT></TD>
</TR>
<TR>
<TD vAlign="top" colSpan="3"><FONT face="Arial" size="-1"><B>end of loop</B></FONT></TD>
</TR>
</TABLE>
</FONT>
</P>
</HTML>
--- NEW FILE: specTEXT.html ---
<HTML>
<HEAD>
<TITLE>STOP</TITLE></HEAD>
<META NAME="resource-type" CONTENT="document">
<FONT SIZE="+2" FACE="Arial"><STRONG>TEXT</STRONG> </FONT>
<P>
<FONT FACE="Arial" SIZE="-1">TEXT contains an <I>i</I> MUSE Digital text
hook, containing trigger marker for region.<P>
</FONT><FONT FACE="Courier">
<TABLE CELLSPACING="1" WIDTH="100%">
<TR>
<TD WIDTH="30%" VALIGN="top">"TEXT"</TD>
<TD WIDTH="20%" VALIGN="top">dword</TD>
<TD WIDTH="50%"><FONT FACE="Arial" SIZE="-1">Block identifier</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" height="20">dwSize</TD>
<TD VALIGN="top" height="20">dword</TD>
<TD height="20"><FONT FACE="Arial" SIZE="-1">Size in bytes (BE)</FONT></TD>
</TR>
<TR>
<TD> </TD>
<TR>
<TR>
<TD VALIGN="top">szText</TD>
<TD VALIGN="top">string</TD>
<TD><FONT FACE="Arial" SIZE="-1"> Trigger Marker.</FONT></TD>
</TR>
</TABLE>
</FONT>
</P>
</HTML>
Index: specFRMT.html
===================================================================
RCS file: /cvsroot/scummvm/scummex/help/specFRMT.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- specFRMT.html 26 Jun 2004 07:10:58 -0000 1.2
+++ specFRMT.html 26 Jun 2004 08:26:55 -0000 1.3
@@ -6,7 +6,7 @@
<P>
<FONT FACE="Arial" SIZE="-1">FRMT contains the WAV format description of an <A HREF="speciMUS.html">
iMUS</A> chunk, that is the samplerate, number of channels etc. Actually,
- FRMT works as a hook (just as <A HREF="specJUMP.html">JUMP</A>, REGN etc.),
+ FRMT works as a hook (just as <A HREF="specJUMP.html">JUMP</A>, <A HREF="specREGN.html">REGN</A> etc.),
i.e. it has a been given a position inside the WAV <A HREF="specDATA.html">DATA</A>
(which is usually at the start of the data).<P>
</FONT><FONT FACE="Courier">
Index: specMAP.html
===================================================================
RCS file: /cvsroot/scummvm/scummex/help/specMAP.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- specMAP.html 26 Jun 2004 07:10:58 -0000 1.2
+++ specMAP.html 26 Jun 2004 08:26:55 -0000 1.3
@@ -23,8 +23,8 @@
<TR>
<TR>
<TD COLSPAN="3"><FONT FACE="Arial" SIZE="-1"><B>followed by sub-blocks:<BR>
- <A HREF="specFRMT.html">FRMT</A>, TEXT, REGN, <A HREF="specJUMP.html">JUMP</A>, <A HREF="specSTOP.html">
- STOP</A>, SYNC.</B></FONT></TD>
+ <A HREF="specFRMT.html">FRMT</A>, <A HREF="specTEXT.html">TEXT</A>, <A HREF="specREGN.html">REGN</A>, <A HREF="specJUMP.html">JUMP</A>, <A HREF="specSTOP.html">
+ STOP</A>, <A HREF="specSYNC.html">SYNC</A>.</B></FONT></TD>
</TR>
</TABLE>
</FONT>
More information about the Scummvm-git-logs
mailing list