|
From: Christian S. <chr...@ep...> - 2004-01-03 00:06:10
|
Hi! I updated the protocol document: http://www.linuxsampler.org/api/draft-linuxsampler-protocol-01.pdf http://www.linuxsampler.org/api/draft-linuxsampler-protocol-01.sxw Major changes: - updated with Rui's proposals (Rui check if I forgot something) - Error responses now look like this: ERR:<errorcode>:<errormessage> That way frontends have an easier opportunity to e.g. show an error message already translated to a certain language just by doing a error code lookup - introduced warnings as possible return messages: WRN:<warningcode>:<warningmessage> A warning means the command was successful, but there are noteworthy issues to report, e.g. after a "LOAD INSTRUMENT" command, a warning might be returned because the deployed engine on that channel doesn't provide a certain feature to accurately playing back the instrument I have not added binary extensions so far. Should I? Again, send your suggestions for further improvements and corrections! CU Christian |