|
From: Rui N. C. <rn...@rn...> - 2003-12-31 11:23:30
|
Christian Schoenebeck wrote: > Hi! > > Here is the promised initial draft for the LinuxSampler control protocol: > > http://www.linuxsampler.org/api/draft-linuxsampler-protocol-00.pdf > http://www.linuxsampler.org/api/draft-linuxsampler-protocol-00.rtf > > I expect you to post your suggestions for improvements / corrections for > the protocol. Sorry that I've not created a plain text version yet. ACK. My first comment goes to literal syntax of some commands, as for making them a bit more structured-wise. It resumes to dropping a underscore character, in favor to a space one. For example, on "3.8 Getting channel information", having the syntax: GET CHANNEL_INFO <sampler-channel> it should be: GET CHANNEL INFO <sampler-channel> Like wise, I'll suggest: 3.9 GET CHANNEL_VOICE_COUNT -> GET CHANNEL VOICE_COUNT 3.10 GET CHANNEL_STREAM_COUNT -> GET CHANNEL STREAM_COUNT 3.11 GET CHANNEL_BUFFER_FILL BYTES -> GET CHANNEL BUFFER_FILL BYTES 3.12 GET CHANNEL_BUFFER_FILL PERCENTAGE -> GET CHANNEL BUFFER_FILL PERCENTAGE I hope you get th picture. Thus get general format would be: -- rncbc aka Rui Nuno Capela rn...@rn... |