Home
last modified time | relevance | path

Searched refs:env_inc (Results 1 – 7 of 7) sorted by relevance

/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/wildmidi/
H A Dwildmidi_lib.cpp100 signed int env_inc; member
1449 nte->env_inc = 0; in do_note_off_extra()
1866 note_data->env_inc = in do_control_channel_notes_off()
2125 note_data->env_inc = in WM_Mix_Linear()
2128 note_data->env_inc = in WM_Mix_Linear()
2198 note_data->env_inc = in WM_Mix_Linear()
2201 note_data->env_inc = in WM_Mix_Linear()
2350 note_data->env_inc = in WM_Mix_Gauss()
2353 note_data->env_inc = in WM_Mix_Gauss()
2423 note_data->env_inc = in WM_Mix_Gauss()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/wildmidi/
H A Dwildmidi_lib.cpp121 signed int env_inc; member
1500 nte->env_inc = 0; in do_note_off_extra()
1916 note_data->env_inc = in do_control_channel_notes_off()
2201 note_data->env_inc = in WM_Mix_Linear()
2204 note_data->env_inc = in WM_Mix_Linear()
2274 note_data->env_inc = in WM_Mix_Linear()
2277 note_data->env_inc = in WM_Mix_Linear()
2426 note_data->env_inc = in WM_Mix_Gauss()
2429 note_data->env_inc = in WM_Mix_Gauss()
2499 note_data->env_inc = in WM_Mix_Gauss()
[all …]
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/src/
H A Dwildmidi_lib.c917 note_data->env_inc, in WM_GetOutput_Linear()
958 if (note_data->env_inc < 0) { in WM_GetOutput_Linear()
981 note_data->env_inc = 0; in WM_GetOutput_Linear()
989 note_data->env_inc = 0; in WM_GetOutput_Linear()
1013 note_data->env_inc = 0; in WM_GetOutput_Linear()
1073 note_data->env_inc = in WM_GetOutput_Linear()
1076 note_data->env_inc = in WM_GetOutput_Linear()
1306 if (note_data->env_inc < 0) { in WM_GetOutput_Gauss()
1358 note_data->env_inc = 0; in WM_GetOutput_Gauss()
1415 note_data->env_inc = in WM_GetOutput_Gauss()
[all …]
H A Dinternal_midi.c574 nte->env_inc = 0;
603 nte->env_inc = nte->sample->env_rate[3];
718 nte->env_inc = -nte->sample->env_rate[6];
727 mdi->note_table[1][ch][note].env_inc =
751 nte->env_inc = nte->sample->env_rate[0];
898 note_data->env_inc =
901 note_data->env_inc =
909 note_data->env_inc = 0;
1030 note_data->env_inc =
1033 note_data->env_inc =
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wildmidi/src/
H A Dwildmidi_lib.c259 signed long int env_inc; member
4132 (((*note_data)->env_inc > 0) &&
4141 (*note_data)->env_inc = 0;
4148 (*note_data)->env_inc = 0;
4160 (*note_data)->env_inc = 0;
4348 (*note_data)->env_inc = 0;
4355 (*note_data)->env_inc = 0;
4367 (*note_data)->env_inc = 0;
4735 (*note_data)->env_inc = 0;
4742 (*note_data)->env_inc = 0;
[all …]
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/sound/
H A Dpxt.cpp342 float_type env_acc, env_inc; in CreateAudio() local
357 env_inc = (MODEL_SIZE / (float_type)size_blocks); in CreateAudio()
455 env_acc += env_inc; in CreateAudio()
/dports/audio/wildmidi/wildmidi-wildmidi-0.4.2/include/
H A Dinternal_midi.h61 int32_t env_inc; member