Home
last modified time | relevance | path

Searched refs:scale_note (Results 1 – 14 of 14) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/timidity/
H A Dresample.cpp566 sp->scale_note, in pre_resample()
567 note_name[sp->scale_note % 12], (sp->scale_note & 0x7F) / 12); in pre_resample()
569 a = (sp->sample_rate * note_to_freq(sp->scale_note)) / (sp->root_freq * song->rate); in pre_resample()
H A Dinstrum.cpp322 sp->scale_note = note_to_use; in load_instrument()
327 sp->scale_note = LittleShort(patch_data.ScaleFrequency); in load_instrument()
340 sp->scale_note, sp->scale_factor); in load_instrument()
H A Dinstrum_sf2.cpp1435 sp->scale_note = gen->overridingRootKey; in ApplyGeneratorsToRegion()
1439 sp->scale_note = sfsamp->OriginalPitch; in ApplyGeneratorsToRegion()
1441 sp->root_freq = note_to_freq(sp->scale_note); in ApplyGeneratorsToRegion()
1448 sp->scale_note = gen->keynum; in ApplyGeneratorsToRegion()
1459 sp->scale_note = 60; in ApplyGeneratorsToRegion()
H A Dplaymidi.cpp238 …double scalednote = (note - sp->scale_note) * sp->scale_factor / 1024.0 + sp->scale_note + sp->tun… in calculate_scaled_frequency()
H A Dtimidity.h250 scale_note; member
H A Dinstrum_dls.cpp1145 sample->scale_note = rgn->wsmp->usUnityNote; in load_region_dls()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/
H A Dinstrum.cpp329 sp->scale_note = note_to_use; in load_instrument()
334 sp->scale_note = LittleShort(patch_data.ScaleFrequency); in load_instrument()
347 sp->scale_note, sp->scale_factor); in load_instrument()
H A Dinstrum_sf2.cpp1439 sp->scale_note = gen->overridingRootKey;
1443 sp->scale_note = sfsamp->OriginalPitch;
1445 sp->root_freq = note_to_freq(sp->scale_note);
1452 sp->scale_note = gen->keynum;
1463 sp->scale_note = 60;
H A Dplaymidi.cpp261 …double scalednote = (note - sp->scale_note) * sp->scale_factor / 1024.0 + sp->scale_note + sp->tun… in calculate_scaled_frequency()
H A Dresample.cpp568 a = (sp->sample_rate * note_to_freq(sp->scale_note)) / (sp->root_freq * song->rate); in pre_resample()
H A Dinstrum_dls.cpp1151 sample->scale_note = rgn->wsmp->usUnityNote; in load_region_dls()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidity/timidity/
H A Dinstrum.h61 scale_note; member
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dprefsubtitles.cpp452 QString scale_note = tr("This option does NOT change the size of the " in createHelp() local
459 scale_note); in createHelp()
/dports/games/libretro-yabause/yabause-ea5b118/yabauseut/src/
H A Dscsp.c1350 int scale_note = major_scale[which_note]; in scsp_test_note_on() local
1351 int fns = fns_table[scale_note]; in scsp_test_note_on()