Home
last modified time | relevance | path

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

/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_player_data_nna.cpp62 if (aux_voc_ctrl->NNA_type != CPInstrument::NNA_NOTE_CUT) { in process_NNAs()
70 switch (aux_voc_ctrl->NNA_type) { in process_NNAs()
H A Dcp_instrument.cpp82 data.NNA_type = p_NNA_type; in set_NNA_type()
86 return data.NNA_type; in get_NNA_type()
257 data.NNA_type = NNA_NOTE_CUT; in reset()
H A Dcp_player_data.h136 int8_t NNA_type; member
221 int8_t NNA_type; member
H A Dcp_instrument.h88 NNA_Type NNA_type; member
H A Dcp_player_data_notes.cpp256 control.channel[p_track].NNA_type = control.channel[p_track].instrument_ptr->get_NNA_type(); in process_note_and_instrument()
262 control.channel[p_track].NNA_type = CPInstrument::NNA_NOTE_CUT; in process_note_and_instrument()
H A Dcp_player_data_events.cpp182 NNA_type = master_channel->NNA_type; in update_info_from_master_channel()
H A Dcp_player_data_effects.cpp549 control.channel[p_track].NNA_type = CPInstrument::NNA_NOTE_CUT; in do_effect_S()
553 control.channel[p_track].NNA_type = CPInstrument::NNA_NOTE_CONTINUE; in do_effect_S()
557 control.channel[p_track].NNA_type = CPInstrument::NNA_NOTE_OFF; in do_effect_S()
561 control.channel[p_track].NNA_type = CPInstrument::NNA_NOTE_FADE; in do_effect_S()
/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_player_data_nna.cpp62 if (aux_voc_ctrl->NNA_type != CPInstrument::NNA_NOTE_CUT) { in process_NNAs()
70 switch (aux_voc_ctrl->NNA_type) { in process_NNAs()
H A Dcp_instrument.cpp82 data.NNA_type = p_NNA_type; in set_NNA_type()
86 return data.NNA_type; in get_NNA_type()
257 data.NNA_type = NNA_NOTE_CUT; in reset()
H A Dcp_player_data.h136 int8_t NNA_type; member
221 int8_t NNA_type; member
H A Dcp_instrument.h88 NNA_Type NNA_type; member
H A Dcp_player_data_notes.cpp256 control.channel[p_track].NNA_type = control.channel[p_track].instrument_ptr->get_NNA_type(); in process_note_and_instrument()
262 control.channel[p_track].NNA_type = CPInstrument::NNA_NOTE_CUT; in process_note_and_instrument()
H A Dcp_player_data_events.cpp182 NNA_type = master_channel->NNA_type; in update_info_from_master_channel()
H A Dcp_player_data_effects.cpp549 control.channel[p_track].NNA_type = CPInstrument::NNA_NOTE_CUT; in do_effect_S()
553 control.channel[p_track].NNA_type = CPInstrument::NNA_NOTE_CONTINUE; in do_effect_S()
557 control.channel[p_track].NNA_type = CPInstrument::NNA_NOTE_OFF; in do_effect_S()
561 control.channel[p_track].NNA_type = CPInstrument::NNA_NOTE_FADE; in do_effect_S()