Searched refs:MIDInote (Results 1 – 3 of 3) sorted by relevance
54 int8_t MIDInote; /* for unity pitch playback */ member101 lsx_readsb(ft, &(trailer->MIDInote)); in readtrailer()139 trailer->MIDInote = MIDI_UNITY; /* Unity play back */ in settrailer()168 lsx_writeb(ft, (uint8_t)(trailer->MIDInote)); in writetrailer()298 lsx_report("MIDI Note number: %d", trailer.MIDInote); in sox_smpstartread()312 ft->oob.instr.MIDInote = trailer.MIDInote; in sox_smpstartread()
225 lsx_readsb(ft, &(ft->oob.instr.MIDInote)); in lsx_aiffstartread()462 lsx_report("Unity MIDI Note: %d", ft->oob.instr.MIDInote); in reportInstrument()771 lsx_writeb(ft, (uint8_t)ft->oob.instr.MIDInote); in aiffwriteheader()
1419 signed char MIDInote; /**< for unity pitch playback */ member