Home
last modified time | relevance | path

Searched refs:queue_sf2_file_path (Results 1 – 2 of 2) sorted by relevance

/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/src/
H A Davldrums.c81 char queue_sf2_file_path[1024]; member
300 snprintf (self->queue_sf2_file_path, sizeof (self->queue_sf2_file_path), "%s" PATH_SEP "%s", in instantiate()
302 self->queue_sf2_file_path[sizeof(self->queue_sf2_file_path) - 1] = '\0'; in instantiate()
304 if (!file_exists (self->queue_sf2_file_path)) { in instantiate()
305 … (&self->logger, "avldrums.lv2: Cannot find drumkit soundfont: '%s'\n", self->queue_sf2_file_path); in instantiate()
555 self->initialized = load_sf2 (self, self->queue_sf2_file_path); in work()
578 strcpy (self->current_sf2_file_path, self->queue_sf2_file_path); in work_response()
/dports/audio/ardour6/Ardour-6.8.0/libs/plugins/a-fluidsynth.lv2/
H A Da-fluidsynth.cc156 char queue_sf2_file_path[1024]; member
605 strncpy (self->queue_sf2_file_path, fn, 1023); in run()
606 self->queue_sf2_file_path[1023] = '\0'; in run()
756 self->initialized = load_sf2 (self, self->queue_sf2_file_path); in work()
785 strcpy (self->current_sf2_file_path, self->queue_sf2_file_path); in work_response()
941 strncpy (self->queue_sf2_file_path, apath, 1023); in restore()
942 self->queue_sf2_file_path[1023] = '\0'; in restore()