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
e5430892
Commit
e5430892
authored
1 year ago
by
Florent Berthaut
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of
https://gitlab.univ-lille.fr/ivmi/ivmi-builder
parents
b17e3d28
0ead8937
Branches
Branches containing commit
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
-2
2 additions, 2 deletions
core/IvmiScene.gd
with
2 additions
and
2 deletions
core/IvmiScene.gd
+
2
−
2
View file @
e5430892
...
@@ -15,6 +15,7 @@ var _osc_discov : GodOSC
...
@@ -15,6 +15,7 @@ var _osc_discov : GodOSC
#PD variables
#PD variables
@
export_file
(
"*.pd"
)
var
_pd_patch
@
export_file
(
"*.pd"
)
var
_pd_patch
@
export
var
_rt_audio
:
bool
=
false
var
_gdpd
var
_gdpd
@
export
var
_debug_osc
:
bool
=
false
@
export
var
_debug_osc
:
bool
=
false
...
@@ -93,8 +94,7 @@ func _ready():
...
@@ -93,8 +94,7 @@ func _ready():
var
global_patch
=
ProjectSettings
.
globalize_path
(
_pd_patch
)
var
global_patch
=
ProjectSettings
.
globalize_path
(
_pd_patch
)
var
patch_name
=
global_patch
.
split
(
"/"
)[
-
1
]
var
patch_name
=
global_patch
.
split
(
"/"
)[
-
1
]
var
patch_dir
=
global_patch
.
trim_suffix
(
patch_name
)
var
patch_dir
=
global_patch
.
trim_suffix
(
patch_name
)
_gdpd
.
openfile
(
patch_name
,
patch_dir
)
gdpdok
=
_gdpd
.
openfile
(
patch_name
,
patch_dir
)
gdpdok
=
true
if
not
gdpdok
:
if
not
gdpdok
:
print
(
"IVMI : Could not load gdpd addon"
)
print
(
"IVMI : Could not load gdpd addon"
)
...
...
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