Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hertz-Lab
Research
Intelligent Museum
Language Identifier
Commits
898d0f8e
Commit
898d0f8e
authored
Aug 12, 2021
by
Dan Wilcox
Browse files
default receiver port 9898
parent
0b0eddf5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofApp.h
View file @
898d0f8e
...
...
@@ -120,6 +120,6 @@ class ofApp : public ofBaseApp {
std
::
vector
<
OscHost
>
hosts
=
{};
std
::
vector
<
ofxOscSender
*>
senders
;
ofxOscReceiver
receiver
;
int
port
=
6006
;
int
port
=
9898
;
bool
recordingStarted
=
false
;
};
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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