Skip to content

Commit bd3feb5

Browse files
committed
Merge remote-tracking branch 'cpp-lln-lab/master'
2 parents bea1243 + adadfd4 commit bd3feb5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cleanUp.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
% Screen Close All
1313
sca;
1414

15+
% Close Psychportaudio if open
16+
if PsychPortAudio('GetOpenDeviceCount') ~= 0
17+
PsychPortAudio('Close');
18+
end
19+
1520
if ~ismac
1621
% remove PsychDebugWindowConfiguration
1722
clear Screen

0 commit comments

Comments
 (0)