I'd like to make a feature request. I'd like see the "const" qualifer added to appropriate parameters inhe DSPLink API. A lot of parameters are obviously const but passing const parameters produces compiler warnings. I am not really fond on turning off warnings or avoiding the use of const.