Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ivmi-Builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Damien Marchal
Ivmi-Builder
Commits
854f762f
Commit
854f762f
authored
1 year ago
by
Florent Berthaut
Browse files
Options
Downloads
Patches
Plain Diff
Cleared unused code
parent
a192e20a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/IvmiScene.gd
+2
-29
2 additions, 29 deletions
core/IvmiScene.gd
with
2 additions
and
29 deletions
core/IvmiScene.gd
+
2
−
29
View file @
854f762f
...
@@ -16,12 +16,6 @@ var _osc_discov : GodOSC
...
@@ -16,12 +16,6 @@ var _osc_discov : GodOSC
#PD variables
#PD variables
@
export_file
(
"*.pd"
)
var
_pd_patch
@
export_file
(
"*.pd"
)
var
_pd_patch
var
_gdpd
var
_gdpd
#var _audio_stream
#var _audio_player
#var _input_buffer
#var _output_buffer
#var _buffer_size = 64
#var phase = 0
@
export
var
_debug_osc
:
bool
=
false
@
export
var
_debug_osc
:
bool
=
false
...
@@ -306,28 +300,7 @@ func send(address, tags, args) :
...
@@ -306,28 +300,7 @@ func send(address, tags, args) :
_gdpd
.
add_symbol
(
a
)
_gdpd
.
add_symbol
(
a
)
_gdpd
.
finish_list
(
"from_gdpd"
)
_gdpd
.
finish_list
(
"from_gdpd"
)
#func _player_disconnected(id):
#------------Logging--------------------
# print("\n", player_info[id].name, " just disconnected from server", "\n")
# player_info.erase(id)
#func _server_disconnected():
# printerr("\n", "Disconnected from server", "\n")
#func _connected_fail():
# printerr("\n", "Could not connect to server", "\n")
#remote func register_player(info):
# var id = get_tree().get_remote_sender_id()
# if (not info.has("name")):
# info.name = str("Client ", id)
# print("\n", info.name, " just connected to server", "\n")
# player_info[id] = info
#func _signaling_inited(lobby):
# print("got signal")
################LOGGING#########################
func
recording_start
()
:
func
recording_start
()
:
_recording_state
=
RecordingState
.
RECORDING
_recording_state
=
RecordingState
.
RECORDING
...
@@ -378,7 +351,7 @@ func record_property(address, tags, values) :
...
@@ -378,7 +351,7 @@ func record_property(address, tags, values) :
func
_recording_playing_done
()
:
func
_recording_playing_done
()
:
pass
pass
# --------------------------
# ----------
Utils
----------------
func
get_interface
()
->
XRInterface
:
func
get_interface
()
->
XRInterface
:
return
_xr_interface
return
_xr_interface
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment