Lines Matching defs:version
7 ** the Free Software Foundation; either version 2.1 of the License, or
8 ** (at your option) any later version.
173 { uint32_t version ;
511 psf_binheader_readf (psf, "E44", &(psf->peak_info->version), &(psf->peak_info->timestamp)) ;
513 if (psf->peak_info->version != 1)
514 psf_log_printf (psf, " version : %d *** (should be version 1)\n", psf->peak_info->version) ;
516 psf_log_printf (psf, " version : %d\n", psf->peak_info->version) ;
1621 ** There is another (probably better) version in the source code to the SoX but it
1690 count = psf_binheader_readf (psf, "E442", &bc.version, &bc.numBeats, &bc.rootNote) ;
1695 bc.version, bc.numBeats, bc.rootNote) ;