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
a192e20a
Commit
a192e20a
authored
1 year ago
by
Florent Berthaut
Browse files
Options
Downloads
Patches
Plain Diff
Fix gdpd messages to patch
parent
d7592b11
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/IvmiScene.gd
+2
-2
2 additions, 2 deletions
core/IvmiScene.gd
core/ivmi_scene.pd
+0
-0
0 additions, 0 deletions
core/ivmi_scene.pd
with
2 additions
and
2 deletions
core/IvmiScene.gd
+
2
−
2
View file @
a192e20a
...
@@ -294,9 +294,9 @@ func send(address, tags, args) :
...
@@ -294,9 +294,9 @@ func send(address, tags, args) :
PdMode
.
OSC
:
PdMode
.
OSC
:
_osc_to_pd
.
send_msg
(
addr
,
tags
,
args
)
_osc_to_pd
.
send_msg
(
addr
,
tags
,
args
)
PdMode
.
LIBPD
:
PdMode
.
LIBPD
:
var
split
:
Array
=
address
.
split
(
"/"
)
var
split
:
Array
=
addr
.
split
(
"/"
)
_gdpd
.
start_message
(
args
.
size
()
+
split
.
size
())
split
.
pop_front
()
split
.
pop_front
()
_gdpd
.
start_message
(
args
.
size
()
+
split
.
size
())
for
s
in
split
:
for
s
in
split
:
_gdpd
.
add_symbol
(
s
)
_gdpd
.
add_symbol
(
s
)
for
a
in
args
:
for
a
in
args
:
...
...
This diff is collapsed.
Click to expand it.
core/ivmi_scene.pd
+0 B (+0%)
View file @
a192e20a
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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