mod-audio / mod-host

LV2 host for Jack controllable via socket or command line
GNU General Public License v3.0
108 stars 55 forks source link

Protocol does not handle multiple spaces in white space separators #80

Open riban-bw opened 4 months ago

riban-bw commented 4 months ago

When entering a command, the protocol separates the command to words using space as the delimiter. If there is more than one space then the parsing fails. It may be advantageous to support any quantity of spaces in command separators.

riban-bw commented 4 months ago

I have submitted a PR that skips multiple spaces.