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

Fix gdpd messages to patch

parent d7592b11
No related branches found
No related tags found
No related merge requests found
...@@ -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 :
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment