samplicator
samplicator copied to clipboard
Comment describing the config format in read_config.c is wrong
It says that the port separator is ':', but it's '/'.:
https://github.com/sleinen/samplicator/blob/37e0e90cec9021ecf287e5de0c0dc09b181b27e4/read_ config.c#L415
The comment in the source looks correct to me, because the port separator is indeed ':', or at least that is the intent of the code. What makes you think it is '/'?
The port separator is indeed '/' which I found a little odd myself...
https://github.com/sleinen/samplicator/blob/37e0e90cec9021ecf287e5de0c0dc09b181b27e4/read_config.c#L44