Home
last modified time | relevance | path

Searched refs:normalized_val (Results 1 – 25 of 29) sorted by relevance

12

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dautomation_point.c133 const float normalized_val, in automation_point_new_float() argument
142 math_assert_nonnann (normalized_val); in automation_point_new_float()
146 self->normalized_val = normalized_val; in automation_point_new_float()
200 float normalized_val; in automation_point_set_fvalue() local
205 normalized_val = in automation_point_set_fvalue()
209 port, normalized_val); in automation_point_set_fvalue()
217 normalized_val = in automation_point_set_fvalue()
223 self->normalized_val = normalized_val; in automation_point_set_fvalue()
228 math_assert_nonnann (self->normalized_val); in automation_point_set_fvalue()
240 port, self->normalized_val, Z_F_AUTOMATING); in automation_point_set_fvalue()
[all …]
H A Dcontrol_port.c187 float normalized_val) in control_port_normalized_val_to_real() argument
201 normalized_val = in control_port_normalized_val_to_real()
202 math_floats_equal (normalized_val, 0.f) ? in control_port_normalized_val_to_real()
203 1e-20f : normalized_val; in control_port_normalized_val_to_real()
208 powf (maxf / minf, normalized_val); in control_port_normalized_val_to_real()
213 normalized_val >= 0.001f ? 1.f : 0.f; in control_port_normalized_val_to_real()
219 normalized_val * in control_port_normalized_val_to_real()
225 return normalized_val > 0.0001f; in control_port_normalized_val_to_real()
231 normalized_val); in control_port_normalized_val_to_real()
237 normalized_val * (self->maxf - self->minf); in control_port_normalized_val_to_real()
[all …]
H A Dautomation_track.c779 return ap->normalized_val; in automation_track_get_val_at_pos()
788 ap->normalized_val <= next_ap->normalized_val; in automation_track_get_val_at_pos()
792 ap->normalized_val - next_ap->normalized_val); in automation_track_get_val_at_pos()
811 ap->normalized_val; in automation_track_get_val_at_pos()
814 next_ap->normalized_val; in automation_track_get_val_at_pos()
853 const float normalized_val) in get_y_px_from_height_and_normalized_val() argument
856 (int) (height - normalized_val * height); in get_y_px_from_height_and_normalized_val()
866 float normalized_val) in automation_track_get_y_px_from_normalized_val() argument
870 (float) self->height, normalized_val); in automation_track_get_y_px_from_normalized_val()
918 ap->normalized_val)) in automation_track_verify()
H A Dautomation_function.c43 ap, 1.f - ap->normalized_val, in flip()
H A Dmidi_mapping.c234 float normalized_val = in apply_mapping() local
237 dest, normalized_val, in apply_mapping()
H A Drecording_manager.c656 region->last_recorded_ap->normalized_val; in delete_automation_points()
694 float normalized_val, in create_automation_point() argument
716 val, normalized_val, &adj_pos); in create_automation_point()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dautomation_arranger.c129 float normalized_val = in automation_arranger_widget_create_ap() local
132 "normalized val is %f", (double) normalized_val); in automation_arranger_widget_create_ap()
136 normalized_val = CLAMP (normalized_val, 0.f, 1.f); in automation_arranger_widget_create_ap()
140 port, normalized_val); in automation_arranger_widget_create_ap()
145 value, normalized_val, &local_pos); in automation_arranger_widget_create_ap()
373 float normalized_val = in automation_arranger_move_hit_aps() local
378 normalized_val = in automation_arranger_move_hit_aps()
379 CLAMP (normalized_val, 0.f, 1.f); in automation_arranger_move_hit_aps()
382 port, normalized_val); in automation_arranger_move_hit_aps()
H A Dtimeline_bg.c185 float normalized_val = in G_DEFINE_TYPE() local
188 if (normalized_val < 0.f) in G_DEFINE_TYPE()
189 normalized_val = in G_DEFINE_TYPE()
198 normalized_val); in G_DEFINE_TYPE()
H A Dbar_slider.c249 double normalized_val =
258 REAL_VAL_FROM_BAR_SLIDER (normalized_val));
305 double normalized_val = in automation_region_widget_new()
315 REAL_VAL_FROM_BAR_SLIDER (normalized_val)); in automation_region_widget_new()
H A Dvolume.c69 double normalized_val = in G_DEFINE_TYPE() local
72 normalized_val * (double) width; in G_DEFINE_TYPE()
H A Dautomation_region.c200 ap->normalized_val; in automation_mode_widget_init()
205 next_ap->normalized_val; in automation_mode_widget_init()
H A Dautomation_point.c177 (double) ap->normalized_val); in automation_point_draw()
H A Darranger_draw.c343 float normalized_val = in draw_timeline_bg() local
354 normalized_val = in draw_timeline_bg()
363 normalized_val); in draw_timeline_bg()
H A Dregion.c852 1.0 - (double) ap->normalized_val;
857 (double) next_ap->normalized_val;
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dautomation_point.h68 float normalized_val; member
87 AutomationPoint, normalized_val),
111 const float normalized_val,
H A Dcontrol_port.h90 float normalized_val);
H A Dautomation_track.h507 float normalized_val);
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/schemas/audio/
H A Dautomation_point.h37 float normalized_val; member
53 AutomationPoint_v1, normalized_val),
/dports/mail/notmuch/notmuch-0.34.2/lib/
H A Dconfig.cc262 char *normalized_val = NULL; in _notmuch_config_load_from_database() local
270 normalized_val = _expand_path (list, key, notmuch_config_list_value (list)); in _notmuch_config_load_from_database()
271 _notmuch_string_map_append (notmuch->config, key, normalized_val); in _notmuch_config_load_from_database()
272 talloc_free (normalized_val); in _notmuch_config_load_from_database()
437 char *normalized_val; in _notmuch_config_load_from_file() local
450 normalized_val = _expand_path (notmuch, absolute_key, val); in _notmuch_config_load_from_file()
451 _notmuch_string_map_set (notmuch->config, absolute_key, normalized_val); in _notmuch_config_load_from_file()
454 talloc_free (normalized_val); in _notmuch_config_load_from_file()
/dports/mail/notmuch-emacs/notmuch-0.34.2/lib/
H A Dconfig.cc262 char *normalized_val = NULL; in _notmuch_config_load_from_database() local
270 normalized_val = _expand_path (list, key, notmuch_config_list_value (list)); in _notmuch_config_load_from_database()
271 _notmuch_string_map_append (notmuch->config, key, normalized_val); in _notmuch_config_load_from_database()
272 talloc_free (normalized_val); in _notmuch_config_load_from_database()
437 char *normalized_val; in _notmuch_config_load_from_file() local
450 normalized_val = _expand_path (notmuch, absolute_key, val); in _notmuch_config_load_from_file()
451 _notmuch_string_map_set (notmuch->config, absolute_key, normalized_val); in _notmuch_config_load_from_file()
454 talloc_free (normalized_val); in _notmuch_config_load_from_file()
/dports/mail/notmuch-mutt/notmuch-0.34.2/lib/
H A Dconfig.cc262 char *normalized_val = NULL; in _notmuch_config_load_from_database() local
270 normalized_val = _expand_path (list, key, notmuch_config_list_value (list)); in _notmuch_config_load_from_database()
271 _notmuch_string_map_append (notmuch->config, key, normalized_val); in _notmuch_config_load_from_database()
272 talloc_free (normalized_val); in _notmuch_config_load_from_database()
437 char *normalized_val; in _notmuch_config_load_from_file() local
450 normalized_val = _expand_path (notmuch, absolute_key, val); in _notmuch_config_load_from_file()
451 _notmuch_string_map_set (notmuch->config, absolute_key, normalized_val); in _notmuch_config_load_from_file()
454 talloc_free (normalized_val); in _notmuch_config_load_from_file()
/dports/mail/py-notmuch2/notmuch-0.34.2/lib/
H A Dconfig.cc262 char *normalized_val = NULL; in _notmuch_config_load_from_database() local
270 normalized_val = _expand_path (list, key, notmuch_config_list_value (list)); in _notmuch_config_load_from_database()
271 _notmuch_string_map_append (notmuch->config, key, normalized_val); in _notmuch_config_load_from_database()
272 talloc_free (normalized_val); in _notmuch_config_load_from_database()
437 char *normalized_val; in _notmuch_config_load_from_file() local
450 normalized_val = _expand_path (notmuch, absolute_key, val); in _notmuch_config_load_from_file()
451 _notmuch_string_map_set (notmuch->config, absolute_key, normalized_val); in _notmuch_config_load_from_file()
454 talloc_free (normalized_val); in _notmuch_config_load_from_file()
/dports/mail/py-notmuch/notmuch-0.34.2/lib/
H A Dconfig.cc262 char *normalized_val = NULL; in _notmuch_config_load_from_database() local
270 normalized_val = _expand_path (list, key, notmuch_config_list_value (list)); in _notmuch_config_load_from_database()
271 _notmuch_string_map_append (notmuch->config, key, normalized_val); in _notmuch_config_load_from_database()
272 talloc_free (normalized_val); in _notmuch_config_load_from_database()
437 char *normalized_val; in _notmuch_config_load_from_file() local
450 normalized_val = _expand_path (notmuch, absolute_key, val); in _notmuch_config_load_from_file()
451 _notmuch_string_map_set (notmuch->config, absolute_key, normalized_val); in _notmuch_config_load_from_file()
454 talloc_free (normalized_val); in _notmuch_config_load_from_file()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/actions/
H A Darranger_selections.c1329 ap->normalized_val + in do_or_undo_move()
1341 copy_ap->normalized_val + in do_or_undo_move()
1644 ap->normalized_val - in do_or_undo_duplicate_or_link()
1650 cached_ap->normalized_val - in do_or_undo_duplicate_or_link()
1794 ap->normalized_val + in do_or_undo_duplicate_or_link()
1804 cached_ap->normalized_val + in do_or_undo_duplicate_or_link()
2497 normalized_val); in do_or_undo_edit()
2528 normalized_val); in do_or_undo_edit()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/tests/actions/
H A Dtracklist_selections.c188 float normalized_val =
192 math_assert_nonnann (normalized_val);
195 port->deff, normalized_val,
204 math_assert_nonnann (ap->normalized_val);
250 float prev_norm_val = ap->normalized_val;
251 math_assert_nonnann (ap->normalized_val);

12