Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
VAMatlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
VAMatlab
Commits
19af8e22
Commit
19af8e22
authored
Oct 06, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
0dbdde05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
matlab/itaVA.m.proto
matlab/itaVA.m.proto
+2
-2
No files found.
matlab/itaVA.m.proto
View file @
19af8e22
...
...
@@ -27,7 +27,7 @@ classdef itaVA < handle
%
Now
,
you
can
call
other
methods.
For
instance
create
a
sound
%
source
:
%
%
sourceID
=
va.create
SoundS
ource
(
'My Matlab virtual sound source'
)
%
sourceID
=
va.create
_sound_s
ource
(
'My Matlab virtual sound source'
)
%
%
When
everything
is
done
,
do
not
forget
to
close
the
connection.
%
You
can
call
disconnect
on
the
instance
or
simply
clear
it
:
...
...
@@ -206,7 +206,7 @@ classdef itaVA < handle
state
=
VAMatlab
(
'get_server_state'
,
this.handle
);
end
function
connect
T
racker
(
this
,
remote_ip
,
local_ip
)
function
connect
_t
racker
(
this
,
remote_ip
,
local_ip
)
%
Connects
to
a
local
NatNet
tracking
server
%
%
The
server
will
update
a
virtual
sound
receiver
for
real
-
time
...
...
Write
Preview
Markdown
is supported
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