Home
last modified time | relevance | path

Searched refs:note_to_use (Results 1 – 25 of 115) sorted by relevance

12345

/dports/games/uhexen2/hexen2source-1.5.9/libs/timidity/
H A Dinstrum.c173 int amp, int note_to_use, in load_instrument() argument
330 if (note_to_use!=-1) in load_instrument()
331 sp->note_to_use=(uint8)(note_to_use); in load_instrument()
333 sp->note_to_use=0; in load_instrument()
508 if (sp->note_to_use && !(sp->modes & MODES_LOOPING)) { in load_instrument()
H A Dresample.c558 sp->note_to_use, in pre_resample()
559 note_name[sp->note_to_use % 12], (sp->note_to_use & 0x7F) / 12); in pre_resample()
562 ((double) (sp->sample_rate) * freq_table[(int) (sp->note_to_use)]); in pre_resample()
564 DEBUG_MSG(" *** Can't pre-resampling for note %d\n", sp->note_to_use); in pre_resample()
573 DEBUG_MSG(" *** Can't pre-resampling for note %d\n", sp->note_to_use); in pre_resample()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/timidity/
H A Dinstrum.c153 int panning, int amp, int note_to_use, in load_instrument() argument
320 if (note_to_use!=-1) in load_instrument()
321 sp->note_to_use=(Uint8)(note_to_use); in load_instrument()
323 sp->note_to_use=0; in load_instrument()
495 if (sp->note_to_use && !(sp->modes & MODES_LOOPING)) in load_instrument()
H A Dresample.c549 sp->note_to_use, in pre_resample()
550 note_name[sp->note_to_use % 12], (sp->note_to_use & 0x7F) / 12)); in pre_resample()
554 ((double) (sp->sample_rate) * freq_table[(int) (sp->note_to_use)]); in pre_resample()
556 SNDDBG((" *** Can't pre-resampling for note %d\n", sp->note_to_use)); in pre_resample()
565 SNDDBG((" *** Can't pre-resampling for note %d\n", sp->note_to_use)); in pre_resample()
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/timidity/
H A Dinstrum.c168 int panning, int amp, int note_to_use, in load_instrument() argument
333 if (note_to_use!=-1) in load_instrument()
334 sp->note_to_use=(Uint8)(note_to_use); in load_instrument()
336 sp->note_to_use=0; in load_instrument()
504 if (sp->note_to_use && !(sp->modes & MODES_LOOPING)) in load_instrument()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/audio/midi_drivers/timidity/
H A Dtimidity_instrum.cpp179 int panning, int amp, int note_to_use, in load_instrument() argument
356 if (note_to_use!=-1) in load_instrument()
357 sp->note_to_use=static_cast<uint8>(note_to_use); in load_instrument()
359 sp->note_to_use=0; in load_instrument()
542 if (sp->note_to_use && !(sp->modes & MODES_LOOPING)) in load_instrument()
/dports/games/vavoom/vavoom-1.33/source/timidity/
H A Dinstrum.cpp169 int panning, int amp, int note_to_use, in load_instrument() argument
326 if (note_to_use != -1) in load_instrument()
327 sp->note_to_use = (uint8)(note_to_use); in load_instrument()
329 sp->note_to_use = 0; in load_instrument()
502 if (sp->note_to_use && !(sp->modes & MODES_LOOPING)) in load_instrument()
/dports/audio/timidity/timidity-0.2i/
H A Dinstrum.c185 int panning, int amp, int note_to_use, in load_instrument() argument
355 if (note_to_use!=-1) in load_instrument()
356 sp->note_to_use=(uint8)(note_to_use); in load_instrument()
358 sp->note_to_use=0; in load_instrument()
534 if (sp->note_to_use && !(sp->modes & MODES_LOOPING)) in load_instrument()
/dports/games/edge/Edge-1.35-source/timidity/
H A Dinstrum.h51 s8_t panning, note_to_use, exclusiveClass; member
168 int panning, int amp, int note_to_use, int sf_ix);
H A Dinstrum.cc218 int panning, int amp, int cfg_tuning, int note_to_use, in load_instrument() argument
401 (percussion)? note_to_use : gm_num, bank, in load_instrument()
577 if (note_to_use!=-1) in load_instrument()
578 sp->note_to_use=(byte)(note_to_use); in load_instrument()
580 sp->note_to_use=0; in load_instrument()
825 if (sp->note_to_use && !(sp->modes & MODES_LOOPING)) in load_instrument()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidityplus/
H A Drecache.cpp82 && sp->root_freq == get_note_freq(sp, sp->note_to_use))) in resamp_cache_fetch()
105 == get_note_freq(vp->sample, vp->sample->note_to_use))) in resamp_cache_refer_on()
139 && sp->root_freq == get_note_freq(sp, sp->note_to_use)) in resamp_cache_refer_off()
363 if (sp->note_to_use) in cache_resampling()
364 note = sp->note_to_use; in cache_resampling()
/dports/audio/sdl_mixer/SDL_mixer-1.2.12/timidity/
H A Dinstrum.h35 panning, note_to_use, exclusiveClass; member
161 int panning, int amp, int note_to_use, int sf_ix);
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Drecache.c114 && sp->root_freq == get_note_freq(sp, sp->note_to_use))) in resamp_cache_fetch()
137 == get_note_freq(vp->sample, vp->sample->note_to_use))) in resamp_cache_refer_on()
171 && sp->root_freq == get_note_freq(sp, sp->note_to_use)) in resamp_cache_refer_off()
404 if (sp->note_to_use) in cache_resampling()
405 note = sp->note_to_use; in cache_resampling()
H A Dinstrum.c55 int panning, amp, note_to_use, strip_loop, strip_envelope, strip_tail; member
258 int panning, int amp, int note_to_use, in search_instrument_cache() argument
270 p->note_to_use == note_to_use && in search_instrument_cache()
281 int panning, int amp, int note_to_use, in store_instrument_cache() argument
295 p->note_to_use = note_to_use; in store_instrument_cache()
637 note_to_use = (tone->note != -1) ? tone->note : ((dr) ? prog : -1); in load_gus_instrument()
646 amp = note_to_use = panning = -1; in load_gus_instrument()
659 if ((ip = search_instrument_cache(name, panning, amp, note_to_use, in load_gus_instrument()
817 sp->note_to_use = (note_to_use != -1) ? (uint8) note_to_use : 0; in load_gus_instrument()
990 if (sp->note_to_use && ! (sp->modes & MODES_LOOPING)) in load_gus_instrument()
[all …]
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/timidity/
H A Drecache.c115 && sp->root_freq == get_note_freq(sp, sp->note_to_use))) in resamp_cache_fetch()
138 == get_note_freq(vp->sample, vp->sample->note_to_use))) in resamp_cache_refer_on()
172 && sp->root_freq == get_note_freq(sp, sp->note_to_use)) in resamp_cache_refer_off()
405 if (sp->note_to_use) in cache_resampling()
406 note = sp->note_to_use; in cache_resampling()
H A Dinstrum.c55 int panning, amp, note_to_use, strip_loop, strip_envelope, strip_tail;
258 int panning, int amp, int note_to_use,
270 p->note_to_use == note_to_use &&
281 int panning, int amp, int note_to_use,
295 p->note_to_use = note_to_use;
637 note_to_use = (tone->note != -1) ? tone->note : ((dr) ? prog : -1);
646 amp = note_to_use = panning = -1;
659 if ((ip = search_instrument_cache(name, panning, amp, note_to_use,
817 sp->note_to_use = (note_to_use != -1) ? (uint8) note_to_use : 0;
990 if (sp->note_to_use && ! (sp->modes & MODES_LOOPING))
[all …]
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/timidity/
H A Drecache.c114 && sp->root_freq == get_note_freq(sp, sp->note_to_use))) in resamp_cache_fetch()
137 == get_note_freq(vp->sample, vp->sample->note_to_use))) in resamp_cache_refer_on()
171 && sp->root_freq == get_note_freq(sp, sp->note_to_use)) in resamp_cache_refer_off()
404 if (sp->note_to_use) in cache_resampling()
405 note = sp->note_to_use; in cache_resampling()
H A Dinstrum.c55 int panning, amp, note_to_use, strip_loop, strip_envelope, strip_tail; member
258 int panning, int amp, int note_to_use, in search_instrument_cache() argument
270 p->note_to_use == note_to_use && in search_instrument_cache()
281 int panning, int amp, int note_to_use, in store_instrument_cache() argument
295 p->note_to_use = note_to_use; in store_instrument_cache()
637 note_to_use = (tone->note != -1) ? tone->note : ((dr) ? prog : -1); in load_gus_instrument()
646 amp = note_to_use = panning = -1; in load_gus_instrument()
659 if ((ip = search_instrument_cache(name, panning, amp, note_to_use, in load_gus_instrument()
817 sp->note_to_use = (note_to_use != -1) ? (uint8) note_to_use : 0; in load_gus_instrument()
990 if (sp->note_to_use && ! (sp->modes & MODES_LOOPING)) in load_gus_instrument()
[all …]
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/timidity/
H A Drecache.c114 && sp->root_freq == get_note_freq(sp, sp->note_to_use))) in resamp_cache_fetch()
137 == get_note_freq(vp->sample, vp->sample->note_to_use))) in resamp_cache_refer_on()
171 && sp->root_freq == get_note_freq(sp, sp->note_to_use)) in resamp_cache_refer_off()
404 if (sp->note_to_use) in cache_resampling()
405 note = sp->note_to_use; in cache_resampling()
H A Dinstrum.c55 int panning, amp, note_to_use, strip_loop, strip_envelope, strip_tail; member
258 int panning, int amp, int note_to_use, in search_instrument_cache() argument
270 p->note_to_use == note_to_use && in search_instrument_cache()
281 int panning, int amp, int note_to_use, in store_instrument_cache() argument
295 p->note_to_use = note_to_use; in store_instrument_cache()
637 note_to_use = (tone->note != -1) ? tone->note : ((dr) ? prog : -1); in load_gus_instrument()
646 amp = note_to_use = panning = -1; in load_gus_instrument()
659 if ((ip = search_instrument_cache(name, panning, amp, note_to_use, in load_gus_instrument()
817 sp->note_to_use = (note_to_use != -1) ? (uint8) note_to_use : 0; in load_gus_instrument()
990 if (sp->note_to_use && ! (sp->modes & MODES_LOOPING)) in load_gus_instrument()
[all …]
/dports/audio/timidity++-motif/TiMidity++-2.15.0/timidity/
H A Drecache.c114 && sp->root_freq == get_note_freq(sp, sp->note_to_use))) in resamp_cache_fetch()
137 == get_note_freq(vp->sample, vp->sample->note_to_use))) in resamp_cache_refer_on()
171 && sp->root_freq == get_note_freq(sp, sp->note_to_use)) in resamp_cache_refer_off()
404 if (sp->note_to_use) in cache_resampling()
405 note = sp->note_to_use; in cache_resampling()
/dports/audio/timidity++/TiMidity++-2.15.0/timidity/
H A Drecache.c114 && sp->root_freq == get_note_freq(sp, sp->note_to_use))) in resamp_cache_fetch()
137 == get_note_freq(vp->sample, vp->sample->note_to_use))) in resamp_cache_refer_on()
171 && sp->root_freq == get_note_freq(sp, sp->note_to_use)) in resamp_cache_refer_off()
404 if (sp->note_to_use) in cache_resampling()
405 note = sp->note_to_use; in cache_resampling()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/timidity/
H A Drecache.c114 && sp->root_freq == get_note_freq(sp, sp->note_to_use))) in resamp_cache_fetch()
137 == get_note_freq(vp->sample, vp->sample->note_to_use))) in resamp_cache_refer_on()
171 && sp->root_freq == get_note_freq(sp, sp->note_to_use)) in resamp_cache_refer_off()
404 if (sp->note_to_use) in cache_resampling()
405 note = sp->note_to_use; in cache_resampling()
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/timidity/
H A Drecache.c114 && sp->root_freq == get_note_freq(sp, sp->note_to_use)))
137 == get_note_freq(vp->sample, vp->sample->note_to_use)))
171 && sp->root_freq == get_note_freq(sp, sp->note_to_use))
404 if (sp->note_to_use)
405 note = sp->note_to_use;
/dports/audio/timidity++-slang/TiMidity++-2.15.0/timidity/
H A Drecache.c114 && sp->root_freq == get_note_freq(sp, sp->note_to_use))) in resamp_cache_fetch()
137 == get_note_freq(vp->sample, vp->sample->note_to_use))) in resamp_cache_refer_on()
171 && sp->root_freq == get_note_freq(sp, sp->note_to_use)) in resamp_cache_refer_off()
404 if (sp->note_to_use) in cache_resampling()
405 note = sp->note_to_use; in cache_resampling()

12345