--- liblscp/trunk/doc/reference.dox 2020/10/08 13:54:38 3829 +++ liblscp/trunk/doc/reference.dox 2020/10/10 19:54:18 3830 @@ -10,7 +10,7 @@ On the path to a GUI for linuxsampler, I've been taking some of my spare time by writing an early implementation for the LSCP (the LinuxSampler Control Protocol), as defined from the current available draft document -(http://www.linuxsampler.org/api/draft-linuxsampler-protocol.html). +(https://www.linuxsampler.org/api/draft-linuxsampler-protocol.html). My implementation, while still rather crude, is taking the form of a programming library for plain conventional C, codenamed liblscp. @@ -139,7 +139,6 @@ @ref lscp_remove_channel (client, channel); @ref lscp_reset_sampler (client); @ref lscp_get_server_info (client); - @ref lscp_get_server_info (client); @ref lscp_get_total_voice_count (client); @ref lscp_get_total_voice_count_max (client); @ref lscp_get_volume (client); @@ -275,7 +274,7 @@ - https://www.rncbc.org/archive/#liblscp Please note that the code is known to compile and run on Linux AND on -win32 (!). On Linux the main target is a shared library (liblscp.so) so +Windows (!). On Linux the main target is a shared library (liblscp.so) so remember to set your LD_LIBRARY_PATH accordingly before running the test programs.