On 12/09/2016 at 02:13, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 16+
Platform:
Language(s) : C++ ;
---------
Hi,
this is not really a bug report but a request. I didn't know where to post it otherwise (let me know if there is a spot to post API requests).
The GeSndInfo class member functions:
GetLength & GetSampleRate
Please make the API functions constant as the other member functions. There is no reason for them not to be. I mean it's just a simple open sourced class and I can change the API code accordingly myself but I shouldn't imo.
Currently I am using a wrapper instead so I don't have to touch the API itself but in any case this is unnecessarily annoying.
Thanks