Home
last modified time | relevance | path

Searched refs:get_scripted_note_target_channel (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_pattern.cpp277 int channel = get_scripted_note_target_channel(p_column, p_row); in get_transformed_script_note()
287 int CPPattern::get_scripted_note_target_channel(uint8_t p_column, uint16_t p_row) { in get_scripted_note_target_channel() function in CPPattern
310 int channel = get_scripted_note_target_channel(p_column, p_row); in scripted_clone()
399 if (channel == get_scripted_note_target_channel(x, y)) { in update_scripted_clones_sourcing_channel()
H A Dcp_pattern.h77 int get_scripted_note_target_channel(uint8_t p_column, uint16_t p_row);
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_pattern.cpp277 int channel = get_scripted_note_target_channel(p_column, p_row); in get_transformed_script_note()
287 int CPPattern::get_scripted_note_target_channel(uint8_t p_column, uint16_t p_row) { in get_scripted_note_target_channel() function in CPPattern
310 int channel = get_scripted_note_target_channel(p_column, p_row); in scripted_clone()
399 if (channel == get_scripted_note_target_channel(x, y)) { in update_scripted_clones_sourcing_channel()
H A Dcp_pattern.h77 int get_scripted_note_target_channel(uint8_t p_column, uint16_t p_row);