Searched refs:origpitch (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Dsfont.h151 int origpitch; member in struct:_fluid_sample_t
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_defsfont.h113 unsigned char origpitch; /* root midi key number */ member in struct:_SFSample
288 unsigned char origpitch; /* root midi key number */ member in struct:_SFShdr
H A Dfluid_defsfont.c1626 sample->origpitch = sfsample->origpitch;
2861 READB (p->origpitch, fd);
H A Dfluid_ramsfont.c1076 sample->origpitch = rootkey;
H A Dfluid_voice.c1089 * NOTE: origpitch sets MIDI root note while pitchadj is a fine tuning amount
1097 voice->root_pitch = voice->sample->origpitch * 100.0f - voice->sample->pitchadj;

Completed in 53 milliseconds