Home
last modified time | relevance | path

Searched refs:CP_ERR_COND (Results 1 – 8 of 8) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_instrument.cpp58 CP_ERR_COND(p_note >= CPNote::NOTES); in set_sample_number()
70 CP_ERR_COND(p_note >= CPNote::NOTES); in set_note_number()
111 CP_ERR_COND(p_amount > MAX_VOLUME); in set_volume_global_amount()
120 CP_ERR_COND(p_amount > MAX_FADEOUT); in set_volume_fadeout()
129 CP_ERR_COND(p_amount > MAX_VOLUME_RANDOM); in set_volume_random_variation()
141 CP_ERR_COND(p_amount > MAX_PAN); in set_pan_default_amount()
160 CP_ERR_COND(p_amount < -32); in set_pan_pitch_separation()
161 CP_ERR_COND(p_amount > 32); in set_pan_pitch_separation()
171 CP_ERR_COND(p_amount >= CPNote::NOTES); in set_pan_pitch_center()
181 CP_ERR_COND(p_amount > MAX_PAN_RANDOM); in set_pan_random_variation()
[all …]
H A Dcp_song.cpp176 CP_ERR_COND(p_speed < MIN_SPEED); in set_speed()
177 CP_ERR_COND(p_speed > MAX_SPEED); in set_speed()
190 CP_ERR_COND(p_tempo < MIN_TEMPO); in set_tempo()
191 CP_ERR_COND(p_tempo > MAX_TEMPO); in set_tempo()
349 CP_ERR_COND(!get_sample(p_sample)); in make_instrument_from_sample()
723 CP_ERR_COND(!variables.use_instruments); in separate_in_one_sample_instruments()
775 CP_ERR_COND(remap[sn] == -1); // no more free instruments in separate_in_one_sample_instruments()
H A Dcp_config.h40 #define CP_ERR_COND(m_cond) ERR_FAIL_COND(m_cond) macro
H A Dcp_pattern.cpp439 CP_ERR_COND(pos_idx == -1); in set_length()
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_instrument.cpp58 CP_ERR_COND(p_note >= CPNote::NOTES); in set_sample_number()
70 CP_ERR_COND(p_note >= CPNote::NOTES); in set_note_number()
111 CP_ERR_COND(p_amount > MAX_VOLUME); in set_volume_global_amount()
120 CP_ERR_COND(p_amount > MAX_FADEOUT); in set_volume_fadeout()
129 CP_ERR_COND(p_amount > MAX_VOLUME_RANDOM); in set_volume_random_variation()
141 CP_ERR_COND(p_amount > MAX_PAN); in set_pan_default_amount()
160 CP_ERR_COND(p_amount < -32); in set_pan_pitch_separation()
161 CP_ERR_COND(p_amount > 32); in set_pan_pitch_separation()
171 CP_ERR_COND(p_amount >= CPNote::NOTES); in set_pan_pitch_center()
181 CP_ERR_COND(p_amount > MAX_PAN_RANDOM); in set_pan_random_variation()
[all …]
H A Dcp_song.cpp176 CP_ERR_COND(p_speed < MIN_SPEED); in set_speed()
177 CP_ERR_COND(p_speed > MAX_SPEED); in set_speed()
190 CP_ERR_COND(p_tempo < MIN_TEMPO); in set_tempo()
191 CP_ERR_COND(p_tempo > MAX_TEMPO); in set_tempo()
349 CP_ERR_COND(!get_sample(p_sample)); in make_instrument_from_sample()
723 CP_ERR_COND(!variables.use_instruments); in separate_in_one_sample_instruments()
775 CP_ERR_COND(remap[sn] == -1); // no more free instruments in separate_in_one_sample_instruments()
H A Dcp_config.h40 #define CP_ERR_COND(m_cond) ERR_FAIL_COND(m_cond) macro
H A Dcp_pattern.cpp439 CP_ERR_COND(pos_idx == -1); in set_length()