Skip to content
Snippets Groups Projects
Commit 854f762f authored by Florent Berthaut's avatar Florent Berthaut
Browse files

Cleared unused code

parent a192e20a
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment