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