Home
last modified time | relevance | path

Searched refs:sample_store (Results 1 – 13 of 13) sorted by relevance

/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchSF2VoiceCache.c97 def_voice.sample_store = NULL; in ipatch_sf2_voice_cache_class_init()
378 if(voice->sample_store) in ipatch_sf2_voice_set_sample_data()
383 voice->sample_store = NULL; in ipatch_sf2_voice_set_sample_data()
405 if(voice->sample_store) in ipatch_sf2_voice_cache_sample_data()
412 voice->sample_store in ipatch_sf2_voice_cache_sample_data()
416 return (voice->sample_store != NULL); in ipatch_sf2_voice_cache_sample_data()
439 if(dest->sample_store) in ipatch_sf2_voice_copy()
441 g_object_unref(dest->sample_store); in ipatch_sf2_voice_copy()
453 if(src->sample_store) in ipatch_sf2_voice_copy()
455 dest->sample_store = g_object_ref(src->sample_store); in ipatch_sf2_voice_copy()
[all …]
H A DIpatchSF2VoiceCache.h104 IpatchSampleStore *sample_store; /* Cached store */ member
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/sfloader/
H A Dfluid_instpatch.c34 IpatchSampleStoreCache *sample_store; member
168 if(!voice->sample_store) in fluid_instpatch_preset_noteon()
177 … ipatch_sample_store_cache_get_location(IPATCH_SAMPLE_STORE_CACHE(voice->sample_store)), in fluid_instpatch_preset_noteon()
317 …tpatch_voice_user_data_t *new_fluid_instpatch_voice_user_data(IpatchSampleStoreCache *sample_store) in new_fluid_instpatch_voice_user_data() argument
333 ipatch_sample_store_cache_open(sample_store); in new_fluid_instpatch_voice_user_data()
334 data->sample_store = sample_store; in new_fluid_instpatch_voice_user_data()
343 ipatch_sample_store_cache_close(data->sample_store); in fluid_instpatch_on_voice_user_data_destroy()
411 …ata = new_fluid_instpatch_voice_user_data(IPATCH_SAMPLE_STORE_CACHE(voice->sample_store))) == NULL) in convert_dls_to_sf2_instrument()
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/tests/
H A Dtest-gstyle-filter.c41 GtkListStore *sample_store; member
140 gtk_tree_model_get (GTK_TREE_MODEL (filter_data->sample_store), &iter, 0, &sample_num, -1); in sample_combo_changed()
233 filter_data.sample_store = GTK_LIST_STORE (gtk_builder_get_object (builder, "sample_store")); in test_filter()
234 …gtk_list_store_insert_with_values (filter_data.sample_store, NULL, -1, 0, 0, 1, "Color powders", -… in test_filter()
235 gtk_list_store_insert_with_values (filter_data.sample_store, NULL, -1, 0, 1, 1, "Palette", -1); in test_filter()
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dvars.c300 static int sample_store(struct vars *vars, const char *name, struct sample *smp) in sample_store() function
390 return sample_store(vars, name, smp); in sample_store_stream()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dvars.c339 static int sample_store(struct vars *vars, const char *name, struct sample *smp) in sample_store() function
441 ret = sample_store(vars, name, smp); in sample_store_stream()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dvars.c339 static int sample_store(struct vars *vars, const char *name, struct sample *smp) in sample_store() function
441 ret = sample_store(vars, name, smp); in sample_store_stream()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dvars.c339 static int sample_store(struct vars *vars, const char *name, struct sample *smp) in sample_store() function
441 ret = sample_store(vars, name, smp); in sample_store_stream()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dvars.c337 static int sample_store(struct vars *vars, const char *name, struct sample *smp) in sample_store() function
433 ret = sample_store(vars, name, smp); in sample_store_stream()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dvars.c339 static int sample_store(struct vars *vars, const char *name, struct sample *smp) in sample_store() function
441 ret = sample_store(vars, name, smp); in sample_store_stream()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dvars.c367 static int sample_store(struct vars *vars, const char *name, struct sample *smp) in sample_store() function
469 ret = sample_store(vars, name, smp); in sample_store_stream()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dvars.c367 static int sample_store(struct vars *vars, const char *name, struct sample *smp) in sample_store() function
469 ret = sample_store(vars, name, smp); in sample_store_stream()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dvars.c350 static int sample_store(struct vars *vars, const char *name, struct sample *smp) in sample_store() function
452 ret = sample_store(vars, name, smp); in sample_store_stream()