Home
last modified time | relevance | path

Searched refs:vibrato_type (Results 1 – 17 of 17) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_sample.cpp92 vibrato_type = p_vibrato_type; in set_vibrato_type()
96 return vibrato_type; in get_vibrato_type()
150 vibrato_type = p_sample.vibrato_type; in copy_from()
169 vibrato_type = VIBRATO_SINE; in reset()
H A Dcp_sample.h57 VibratoType vibrato_type; variable
H A Dcp_player_data.h312 uint8_t vibrato_type; member
H A Dcp_player_data_effects.cpp60 switch (control.channel[p_track].vibrato_type) { in do_vibrato()
527 if (inf < 4) control.channel[p_track].vibrato_type = inf; in do_effect_S()
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_sample.cpp92 vibrato_type = p_vibrato_type; in set_vibrato_type()
96 return vibrato_type; in get_vibrato_type()
150 vibrato_type = p_sample.vibrato_type; in copy_from()
169 vibrato_type = VIBRATO_SINE; in reset()
H A Dcp_sample.h57 VibratoType vibrato_type; variable
H A Dcp_player_data.h312 uint8_t vibrato_type; member
H A Dcp_player_data_effects.cpp60 switch (control.channel[p_track].vibrato_type) { in do_vibrato()
527 if (inf < 4) control.channel[p_track].vibrato_type = inf; in do_effect_S()
/dports/audio/dumb-allegro/dumb-0.9.3/src/it/
H A Dreadxm.c107 int vibrato_type; member
423 extra->vibrato_type = dumbfile_getc(f); in it_xm_read_instrument()
428 if (dumbfile_error(f) || extra->vibrato_type >= 4) in it_xm_read_instrument()
810 sample->vibrato_waveform = xm_convert_vibrato[extra.vibrato_type]; in it_xm_load_sigdata()
/dports/audio/dumb/dumb-0.9.3/src/it/
H A Dreadxm.c107 int vibrato_type; member
423 extra->vibrato_type = dumbfile_getc(f); in it_xm_read_instrument()
428 if (dumbfile_error(f) || extra->vibrato_type >= 4) in it_xm_read_instrument()
810 sample->vibrato_waveform = xm_convert_vibrato[extra.vibrato_type]; in it_xm_load_sigdata()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/dumb-0.9.2/it/
H A Dreadxm.c107 int vibrato_type; member
422 extra->vibrato_type = dumbfile_getc(f); in it_xm_read_instrument()
427 if (dumbfile_error(f) || extra->vibrato_type >= 4) in it_xm_read_instrument()
803 sample->vibrato_waveform = xm_convert_vibrato[extra.vibrato_type]; in it_xm_load_sigdata()
/dports/games/openomf/dumb-238f23c/dumb/src/it/
H A Dreadxm.c108 int vibrato_type; member
602 extra->vibrato_type = dumbfile_getc(f); in it_xm_read_instrument()
607 if (dumbfile_error(f) || extra->vibrato_type > 4) // XXX in it_xm_read_instrument()
1063 sample->vibrato_waveform = xm_convert_vibrato[extra.vibrato_type]; in it_xm_load_sigdata()
1170 sample->vibrato_waveform = xm_convert_vibrato[extra.vibrato_type]; in it_xm_load_sigdata()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dumb/dumb-kode54/src/it/
H A Dreadxm.c108 int vibrato_type; member
602 extra->vibrato_type = dumbfile_getc(f); in it_xm_read_instrument()
607 if (dumbfile_error(f) || extra->vibrato_type > 4) // XXX in it_xm_read_instrument()
1063 sample->vibrato_waveform = xm_convert_vibrato[extra.vibrato_type]; in it_xm_load_sigdata()
1170 sample->vibrato_waveform = xm_convert_vibrato[extra.vibrato_type]; in it_xm_load_sigdata()
/dports/games/zdoom/zdoom-2.8.1/dumb/src/it/
H A Dreadxm.c111 int vibrato_type; member
606 extra->vibrato_type = dumbfile_getc(f); in it_xm_read_instrument()
611 if (dumbfile_error(f) || extra->vibrato_type > 4) // XXX in it_xm_read_instrument()
1165 sample->vibrato_waveform = xm_convert_vibrato[extra.vibrato_type]; in it_xm_load_sigdata()
1272 sample->vibrato_waveform = xm_convert_vibrato[extra.vibrato_type]; in it_xm_load_sigdata()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/dumb/src/it/
H A Dreadxm.c111 int vibrato_type; member
606 extra->vibrato_type = dumbfile_getc(f); in it_xm_read_instrument()
611 if (dumbfile_error(f) || extra->vibrato_type > 4) // XXX in it_xm_read_instrument()
1165 sample->vibrato_waveform = xm_convert_vibrato[extra.vibrato_type]; in it_xm_load_sigdata()
1272 sample->vibrato_waveform = xm_convert_vibrato[extra.vibrato_type]; in it_xm_load_sigdata()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Djar_xm.h330 jar_xm_waveform_type_t vibrato_type; member
924 instr->vibrato_type = READ_U8(offset + 235); in jar_xm_load_module()
925 if(instr->vibrato_type == 2) { in jar_xm_load_module()
926 instr->vibrato_type = 1; in jar_xm_load_module()
927 } else if(instr->vibrato_type == 1) { in jar_xm_load_module()
928 instr->vibrato_type = 2; in jar_xm_load_module()
1164 …ch->autovibrato_note_offset = .25f * jar_xm_waveform(instr->vibrato_type, step) * (float)instr->vi… in jar_xm_autovibrato()
/dports/games/retroarch/RetroArch-1.9.7/deps/ibxm/
H A Dibxm.c54 int vibrato_type, vibrato_phase, vibrato_speed, vibrato_depth; member
1013 int wave = channel_waveform( channel, channel->vibrato_phase, channel->vibrato_type & 0x3 ); in channel_vibrato()
1157 if( channel->vibrato_type < 4 ) { in channel_trigger()
1511 channel->vibrato_type = channel->note.param; in channel_row()