-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complete OSC to LSL converter plugin
- Loading branch information
Showing
5 changed files
with
76 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Convert OSC messages into an LSL stream. | ||
|
||
\definecolor{shadecolor}{RGB}{255,230,204}\begin{snugshade} | ||
{\footnotesize | ||
\label{attrtab:osc2lsl} | ||
Attributes of element {\bf osc2lsl}\nopagebreak | ||
|
||
\begin{tabularx}{\textwidth}{lXl} | ||
\hline | ||
name & description (type, unit) & def.\\ | ||
\hline | ||
\hline | ||
\indattr{first\_row\_is\_timestamp} & Use data of first row as LSL time stamp (bool) & false\\ | ||
\hline | ||
\indattr{lslname} & LSL name (string) & osc2lsl\\ | ||
\hline | ||
\indattr{lsltype} & LSL type (string) & osc2lsl\\ | ||
\hline | ||
\indattr{path} & OSC path name (string) & /osc2lsl\\ | ||
\hline | ||
\indattr{retval} & OSC return value: 0 = handle messages also locally, non-0 = mark message as handled, do not handle locally (int32) & 1\\ | ||
\hline | ||
\indattr{size} & Dimension of variable (uint32) & 1\\ | ||
\hline | ||
\indattr{source\_id} & LSL source ID (string) & osc2lsl29\\ | ||
\hline | ||
\end{tabularx} | ||
} | ||
\end{snugshade} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters