Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jesse Heckman
pbtoolbox
Commits
65d89161
Commit
65d89161
authored
Oct 16, 2018
by
Jesse Heckman
Browse files
add LSL
parent
c2a60dcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
subtools/lsl/pb_runLSL.m
View file @
65d89161
...
...
@@ -16,6 +16,9 @@ function ses = pb_runLSL()
for
iStrm
=
1
:
length
(
streams
)
% Find, select and make streams for LSL.
tmp
=
strrep
(
streams
(
iStrm
),
'type=
''
'
,
''
);
tmp
=
tmp
{
1
}(
1
:
find
(
tmp
{
1
}
==
'@'
,
1
)
-
2
);
disp
([
newline
'Looking for '
tmp
' stream...'
])
info
=
lsl_streaminfos
(
streams
{
iStrm
});
l
=
info
.
list
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment