<div>Unfortunately the duration is dependant on participant response time, otherwise that would have been a much simpler option. Thanks for pointing me in the right direction David. Your help is much appreciated.</div><div><br>On Monday, 16 July 2012 15:46:48 UTC-4, McFarlane, David  wrote:</div><blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">I think you need to use the Slide.Play method instead of Slide.Run -- 
<br>see that topic in the E-Basic Help facility.
<br>
<br>If your trials are not self-paced and all last for a known duration, 
<br>then I have an alternative simple-minded idea.  Make two noise files 
<br>for the entire duration of the run, one with white noise for the 
<br>first half and silence for the second, and the other 
<br>vice-versa.  Then just start the chosen white-noise file playing at 
<br>the start of each run.
<br>
<br>For more technical details on using Slide, SoundOut, and SoundBuffer 
<br>objects, try asking PST's trained staff at 
<br><a href="http://support.pstnet.com/e%2Dprime/support/login.asp" target="_blank">http://support.pstnet.com/e%<wbr>2Dprime/support/login.asp</a> -- they strive 
<br>to respond to all requests in 24-48 hours, and this is pretty much 
<br>their substitute for proper documentation, so make full use of it.
<br>
<br>-----
<br>David McFarlane
<br>E-Prime training 
<br>online:  <a href="http://psychology.msu.edu/Workshops_Courses/eprime.aspx" target="_blank">http://psychology.msu.edu/<wbr>Workshops_Courses/eprime.aspx</a>
<br>Twitter:  @EPrimeMaster (<a href="http://twitter.com/EPrimeMaster" target="_blank">twitter.com/EPrimeMaster</a>)
<br>
<br>
<br>At 7/16/2012 02:41 PM Monday, Becks wrote:
<br>>Hi all,
<br>>
<br>><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:<wbr>office:office" />
<br>>
<br>>I currently have 3 different eprime paradigms which play tones for 
<br>>use with EEG recording equipment, all of which function perfectly. 
<br>>However, I have just been asked to add continuous background white 
<br>>noise to each one, to last for half of each paradigm.
<br>>
<br>>
<br>>
<br>>I can't simply play a slide with a soundout object (whitenoise) and 
<br>>set the properties to "stop after = no" and the "stop offset" to a 
<br>>value that would stop the soundout object after half of the 
<br>>particular paradigm I am running, as the white noise needs to be 
<br>>counterbalanced across participants for first half of paradigm white 
<br>>noise/ second half of paradigm white noise.
<br>>
<br>>
<br>>
<br>>For the white noise during second half of paradigm condition, I am 
<br>>therefore trying to play an unreferenced slide with white noise 
<br>>soundout object after n-trials. I am able to count the trials using 
<br>>the following inline:
<br>>
<br>>
<br>>
<br>>Dim g_nTotalTrial as Integer 'in user tab
<br>>
<br>>
<br>>
<br>>g_nTotalTrial = 0 'top level inline
<br>>
<br>>
<br>>
<br>>g_nTotalTrial = g_nTotalTrial+1 'inline at start of trialproc
<br>>
<br>>
<br>>
<br>>
<br>>
<br>>And I am able to play an unreferenced slide (called whitenoise) 
<br>>using the following inline:
<br>>
<br>>
<br>>
<br>>whitenoise.run
<br>>
<br>>
<br>>
<br>>I am struggling to link the two together, to play the slide after 
<br>>n-trials. I have tried using the following inline with no success:
<br>>
<br>>
<br>>
<br>>c.SetAttrib "TrialCount", g_nTotalTrial
<br>>
<br>>
<br>>
<br>>If TrialCount = 6 Then whitenoise.run
<br>>
<br>>
<br>>
<br>>
<br>>
<br>>I would be incredibly grateful if anyone can point me to any 
<br>>relevant literature or forum posts that I have missed, as I have 
<br>>scoured the user manuals and internet with no success. Or, if this 
<br>>is not as simple a problem as I suspect, does anyone have any ideas 
<br>>about how to get around it?
<br>>
<br>>
<br>>
<br>>Many thanks for any help you can offer.
<br>
<br></blockquote>

<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/-/tJbTmaJ-Ai0J">https://groups.google.com/d/msg/e-prime/-/tJbTmaJ-Ai0J</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 />