Dear list,<br><br>I apologize for such a long email. Any feedback will be greatly appreciated.<br><br>My experiment involves presenting sentences while sending tags to Net Station. The number and type of marks vary from sentence to sentence. It has 0-4 tags.<br>
Right now I am using a soundOut to play sentence list, and concurrently use a marker list to send tags to NetStation. <br><br>My problem is that the markerList works slower than sentence. I do not know whether it is because my Inline script is not written properly: <br>
<br>Here is the marker procedure with the inline script:<br><meta name="Title" content="">
<meta name="Keywords" content="">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="ProgId" content="Word.Document">
<meta name="Generator" content="Microsoft Word 11">
<meta name="Originator" content="Microsoft Word 11">
<link rel="File-List" href="file://localhost/Users/acquisition/Library/Caches/TemporaryItems/msoclip1/01/clip_filelist.xml">

<style>
<!--
 /* Font Definitions */
@font-face
        {font-family:"Times New Roman";
        panose-1:0 2 2 6 3 5 4 5 2 3;
        mso-font-charset:0;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:50331648 0 0 0 1 0;}
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman";}
table.MsoNormalTable
        {mso-style-parent:"";
        font-size:10.0pt;
        font-family:"Times New Roman";}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>



<p class="MsoNormal"><b><i><span style=""> </span>MarkerProcedure</i></b><span style="font-weight: normal; font-style: normal;">:<span style=""> 
</span>CalculateInterval (Inline)—WaitBeforeMark (duration="Interval")—ShowCellNumber(SlideObject)</span></p>

<p class="MsoNormal"> </p>

<p class="MsoNormal"><b>CalculateInterval Inline: </b></p>

<p class="MsoNormal">previous = current</p>

<p class="MsoNormal">current = c.GetAttrib("MarkTime")</p>

<p class="MsoNormal">c.SetAttrib "Interval", current - previous</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">position = c.GetAttrib("Markerlist") - 1</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">'msgbox "position = " & position</p>


<br><br><br>If a sentence has only one mark, then Time2, Time3 and Time4 should be exactly the same, and the cellLabels are all called "END".  Therefore, the interval should be 0. However, it is not the case yet. I am wondering if I need to add a jump object to tell the marker list to go to the next sentence whenever the CellLabel is "END". <br>
Or is there any other way to crack the problem?<br><br>I also attached the sketch of structure in case anyone wants to take a closer look at it.<br><br><br>Thanks a ton,<br><br>Yan<br><br><br>
--~--~---------~--~----~------------~-------~--~----~<br>
You received this message because you are subscribed to the Google Groups "E-Prime" group. <br> To post to this group, send email to e-prime@googlegroups.com <br> To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com <br> For more options, visit this group at http://groups.google.com/group/e-prime?hl=en<br>
-~----------~----~----~----~------~----~------~--~---<br>
<br>