sftools icon indicating copy to clipboard operation
sftools copied to clipboard

Code improvements

Open davy7125 opened this issue 10 years ago • 0 comments

Hi,

Several non-critical things:

  • the following dependencies could be avoided if you remove non essential functions: xml module of Qt, libsndfile,
  • C++11 could be avoided by rewriting the initialization of a structure,
  • warnings could be removed (memset(&p, sizeof(p), 0); / unused variables),
  • a namespace is missing,
  • readCompressedSample is dead code.

davy7125 avatar Sep 07 '15 21:09 davy7125