Home
last modified time | relevance | path

Searched refs:detune (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-lib/test/
H A Dmidifile.h78 #define detune 0x5e macro
/third_party/libsnd/examples/
H A Dsndfile-loopify.c156 instr.detune = 0 ; in add_instrument_data()
/third_party/libsnd/include/
H A Dsndfile.h474 char basenote, detune ; member
/third_party/libsnd/tests/
H A Dcommand_test.c738 3, /* detune */ in instrument_test()
794 write_inst.detune = 0 ; in instrument_test()
812 write_inst.detune, in instrument_test()
830 read_inst.detune, in instrument_test()
/third_party/libsnd/src/
H A Drf64.c725 tmp = (unsigned int) (psf->instrument->detune * dtune + 0.5) ; in rf64_write_header()
H A Dwav.c1230 tmp = (uint32_t) (psf->instrument->detune * dtune + 0.5) ; in wav_write_header()
1520 psf->instrument->detune = (int8_t) (pitch / (0x40000000 / 25.0) + 0.5) ; in wav_read_smpl_chunk()
H A Daiff.c148 int8_t detune ; /* cents off, only -50 to +50 are significant */ member
733 psf->instrument->detune = bytes [1] ; in aiff_read_header()

Completed in 10 milliseconds