mirror of
https://github.com/onyx-and-iris/vmrcli.git
synced 2025-08-09 04:51:49 +00:00
Compare commits
No commits in common. "12a55a52f221ca572c455991682c1876b294f9d7" and "900ed23ebf146883e735cec3da3b60878ceeddb6" have entirely different histories.
12a55a52f2
...
900ed23ebf
@ -1,4 +1,4 @@
|
||||
# Voicemeeter Remote Command Line Utility
|
||||
# VMRCLI Command Line Utility
|
||||
|
||||
## `Tested against`
|
||||
|
||||
|
@ -215,6 +215,7 @@ void interactive(T_VBVMR_INTERFACE *vmr)
|
||||
while (*p && !isspace(*p))
|
||||
command[i++] = *p++;
|
||||
command[i] = '\0';
|
||||
p++; /* shift to next char */
|
||||
|
||||
if (command[0] != '\0')
|
||||
parse_command(vmr, command);
|
||||
|
Loading…
x
Reference in New Issue
Block a user