<font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">Hi all,</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">I currently have 3 different eprime paradigms which play tones
for use with EEG recording equipment, all of which function perfectly. However,
I have just been asked to add continuous background white noise to each one, to
last for half of each paradigm.</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">I can’t simply play a slide with a soundout object
(whitenoise) and set the properties to “stop after = no” and the “stop offset”
to a value that would stop the soundout object after half of the particular
paradigm I am running, as the white noise needs to be counterbalanced across participants
for first half of paradigm white noise/ second half of paradigm white noise.</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">For the white noise during second half of paradigm
condition, I am therefore trying to play an unreferenced slide with white noise
soundout object after n-trials. I am able to count the trials using the
following inline:</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt; text-indent: 36pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">Dim g_nTotalTrial as Integer
‘in user tab</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt; text-indent: 36pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">g_nTotalTrial = 0 ‘top level
inline</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt; text-indent: 36pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">g_nTotalTrial =
g_nTotalTrial+1 ‘inline at start of trialproc</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">And I am able to play an unreferenced slide (called
whitenoise) using the following inline:</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt; text-indent: 36pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">whitenoise.run</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">I am struggling to link the two together, to play the
slide after n-trials. I have tried using the following inline with no success:</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt; text-indent: 36pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">c.SetAttrib
"TrialCount", g_nTotalTrial</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt; text-indent: 36pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">If TrialCount = 6 Then whitenoise.run</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">I would be incredibly grateful if anyone can point me to
any relevant literature or forum posts that I have missed, as I have scoured
the user manuals and internet with no success. Or, if this is not as simple a
problem as I suspect, does anyone have any ideas about how to get around it?</font></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><o:p><font color="#000000" size="3" face="Calibri"> </font></o:p></p><font color="#000000" size="3" face="Times New Roman">

</font><p style="margin: 0cm 0cm 0pt;" class="MsoNoSpacing"><font color="#000000" size="3" face="Calibri">Many thanks for any help you can offer. </font></p><font color="#000000" size="3" face="Times New Roman">

</font>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/zN5MtwYMshsJ">https://groups.google.com/d/msg/e-prime/-/zN5MtwYMshsJ</a>.<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 />