Lines Matching refs:region_key

1854   gchar *group_key, *region_key;  in ags_sfz_sample_get_key()  local
1887 region_key = ags_sfz_region_lookup_control(sfz_sample->region, in ags_sfz_sample_get_key()
1890 if(region_key != NULL){ in ags_sfz_sample_get_key()
1894 retval = sscanf(region_key, "%3ld", &current_midi_key); in ags_sfz_sample_get_key()
1897 retval = ags_diatonic_scale_note_to_midi_key(region_key, in ags_sfz_sample_get_key()
1905 g_free(region_key); in ags_sfz_sample_get_key()
1924 gchar *group_key, *region_key; in ags_sfz_sample_get_hikey() local
1957 region_key = ags_sfz_region_lookup_control(sfz_sample->region, in ags_sfz_sample_get_hikey()
1960 if(region_key != NULL){ in ags_sfz_sample_get_hikey()
1964 retval = sscanf(region_key, "%3ld", &current_hikey); in ags_sfz_sample_get_hikey()
1969 retval = ags_diatonic_scale_note_to_midi_key(region_key, in ags_sfz_sample_get_hikey()
1977 g_free(region_key); in ags_sfz_sample_get_hikey()
1996 gchar *group_key, *region_key; in ags_sfz_sample_get_lokey() local
2029 region_key = ags_sfz_region_lookup_control(sfz_sample->region, in ags_sfz_sample_get_lokey()
2032 if(region_key != NULL){ in ags_sfz_sample_get_lokey()
2036 retval = sscanf(region_key, "%3ld", &current_lokey); in ags_sfz_sample_get_lokey()
2041 retval = ags_diatonic_scale_note_to_midi_key(region_key, in ags_sfz_sample_get_lokey()
2049 g_free(region_key); in ags_sfz_sample_get_lokey()
2068 gchar *group_key, *region_key; in ags_sfz_sample_get_pitch_keycenter() local
2101 region_key = ags_sfz_region_lookup_control(sfz_sample->region, in ags_sfz_sample_get_pitch_keycenter()
2104 if(region_key != NULL){ in ags_sfz_sample_get_pitch_keycenter()
2108 retval = sscanf(region_key, "%3ld", &current_pitch_keycenter); in ags_sfz_sample_get_pitch_keycenter()
2113 retval = ags_diatonic_scale_note_to_midi_key(region_key, in ags_sfz_sample_get_pitch_keycenter()
2121 g_free(region_key); in ags_sfz_sample_get_pitch_keycenter()
2140 gchar *group_key, *region_key; in ags_sfz_sample_get_loop_mode() local
2173 region_key = ags_sfz_region_lookup_control(sfz_sample->region, in ags_sfz_sample_get_loop_mode()
2176 if(region_key != NULL){ in ags_sfz_sample_get_loop_mode()
2180 retval = sscanf(region_key, "%ul", &current_loop_mode); in ags_sfz_sample_get_loop_mode()
2185 retval = ags_diatonic_scale_note_to_midi_key(region_key, in ags_sfz_sample_get_loop_mode()
2193 g_free(region_key); in ags_sfz_sample_get_loop_mode()
2212 gchar *group_key, *region_key; in ags_sfz_sample_get_loop_start() local
2245 region_key = ags_sfz_region_lookup_control(sfz_sample->region, in ags_sfz_sample_get_loop_start()
2248 if(region_key != NULL){ in ags_sfz_sample_get_loop_start()
2252 retval = sscanf(region_key, "%ul", &current_loop_start); in ags_sfz_sample_get_loop_start()
2257 retval = ags_diatonic_scale_note_to_midi_key(region_key, in ags_sfz_sample_get_loop_start()
2265 g_free(region_key); in ags_sfz_sample_get_loop_start()
2284 gchar *group_key, *region_key; in ags_sfz_sample_get_loop_end() local
2317 region_key = ags_sfz_region_lookup_control(sfz_sample->region, in ags_sfz_sample_get_loop_end()
2320 if(region_key != NULL){ in ags_sfz_sample_get_loop_end()
2324 retval = sscanf(region_key, "%ul", &current_loop_end); in ags_sfz_sample_get_loop_end()
2329 retval = ags_diatonic_scale_note_to_midi_key(region_key, in ags_sfz_sample_get_loop_end()
2337 g_free(region_key); in ags_sfz_sample_get_loop_end()