Home
last modified time | relevance | path

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

/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/fluidsynth/src/
H A Dfluid_sfont.c575 #define SAMPLE_LOOP_MARGIN 8U in fluid_sample_set_sound_data() macro
603 storedNbFrames += 2 * SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
613 FLUID_MEMCPY(sample->data + SAMPLE_LOOP_MARGIN, data, nbframes * sizeof(short)); in fluid_sample_set_sound_data()
625 FLUID_MEMCPY(sample->data24 + SAMPLE_LOOP_MARGIN, data24, nbframes * sizeof(char)); in fluid_sample_set_sound_data()
630 sample->start = SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
631 sample->end = SAMPLE_LOOP_MARGIN + nbframes - 1; in fluid_sample_set_sound_data()
656 #undef SAMPLE_LOOP_MARGIN in fluid_sample_set_sound_data()
/dports/audio/gmsynth-lv2/gmsynth.lv2-0.5.0/fluidsynth/src/
H A Dfluid_sfont.c575 #define SAMPLE_LOOP_MARGIN 8U in fluid_sample_set_sound_data() macro
603 storedNbFrames += 2 * SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
613 FLUID_MEMCPY(sample->data + SAMPLE_LOOP_MARGIN, data, nbframes * sizeof(short)); in fluid_sample_set_sound_data()
625 FLUID_MEMCPY(sample->data24 + SAMPLE_LOOP_MARGIN, data24, nbframes * sizeof(char)); in fluid_sample_set_sound_data()
630 sample->start = SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
631 sample->end = SAMPLE_LOOP_MARGIN + nbframes - 1; in fluid_sample_set_sound_data()
656 #undef SAMPLE_LOOP_MARGIN in fluid_sample_set_sound_data()
/dports/audio/fluidsynth/fluidsynth-2.2.4/src/sfloader/
H A Dfluid_sfont.c592 #define SAMPLE_LOOP_MARGIN 8U in fluid_sample_set_sound_data() macro
620 storedNbFrames += 2 * SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
630 FLUID_MEMCPY(sample->data + SAMPLE_LOOP_MARGIN, data, nbframes * sizeof(short)); in fluid_sample_set_sound_data()
642 FLUID_MEMCPY(sample->data24 + SAMPLE_LOOP_MARGIN, data24, nbframes * sizeof(char)); in fluid_sample_set_sound_data()
647 sample->start = SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
648 sample->end = SAMPLE_LOOP_MARGIN + nbframes - 1; in fluid_sample_set_sound_data()
673 #undef SAMPLE_LOOP_MARGIN in fluid_sample_set_sound_data()
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_sfont.c584 #define SAMPLE_LOOP_MARGIN 8U in fluid_sample_set_sound_data() macro
612 storedNbFrames += 2 * SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
622 FLUID_MEMCPY(sample->data + SAMPLE_LOOP_MARGIN, data, nbframes * sizeof(short)); in fluid_sample_set_sound_data()
634 FLUID_MEMCPY(sample->data24 + SAMPLE_LOOP_MARGIN, data24, nbframes * sizeof(char)); in fluid_sample_set_sound_data()
639 sample->start = SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
640 sample->end = SAMPLE_LOOP_MARGIN + nbframes - 1; in fluid_sample_set_sound_data()
665 #undef SAMPLE_LOOP_MARGIN in fluid_sample_set_sound_data()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/fluidsynth/src/
H A Dfluid_ramsfont.c26 #define SAMPLE_LOOP_MARGIN 8 macro
1046 sample->data = FLUID_MALLOC(storedNbFrames*2 + 4*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1051 FLUID_MEMSET(sample->data, 0, storedNbFrames*2 + 4*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1052 FLUID_MEMCPY((char*)(sample->data) + 2*SAMPLE_LOOP_MARGIN, data, nbframes*2); in fluid_sample_set_sound_data()
1056 …FLUID_MEMCPY((char*)(sample->data) + 2*SAMPLE_LOOP_MARGIN + storedNbFrames*2, (char*)data, 2*SAMPL… in fluid_sample_set_sound_data()
1057 …MCPY((char*)(sample->data), (char*)data + nbframes*2 - 2*SAMPLE_LOOP_MARGIN, 2*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1062 sample->start = SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
1063 sample->end = SAMPLE_LOOP_MARGIN + storedNbFrames; in fluid_sample_set_sound_data()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/src/
H A Dfluid_ramsfont.c26 #define SAMPLE_LOOP_MARGIN 8 macro
1046 sample->data = FLUID_MALLOC(storedNbFrames*2 + 4*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1051 FLUID_MEMSET(sample->data, 0, storedNbFrames*2 + 4*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1052 FLUID_MEMCPY((char*)(sample->data) + 2*SAMPLE_LOOP_MARGIN, data, nbframes*2); in fluid_sample_set_sound_data()
1056 …FLUID_MEMCPY((char*)(sample->data) + 2*SAMPLE_LOOP_MARGIN + storedNbFrames*2, (char*)data, 2*SAMPL… in fluid_sample_set_sound_data()
1057 …MCPY((char*)(sample->data), (char*)data + nbframes*2 - 2*SAMPLE_LOOP_MARGIN, 2*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1062 sample->start = SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
1063 sample->end = SAMPLE_LOOP_MARGIN + storedNbFrames; in fluid_sample_set_sound_data()
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/sfloader/
H A Dfluid_ramsfont.c26 #define SAMPLE_LOOP_MARGIN 8 macro
1156 sample->data = FLUID_MALLOC(storedNbFrames*2 + 4*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1161 FLUID_MEMSET(sample->data, 0, storedNbFrames*2 + 4*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1162 FLUID_MEMCPY((char*)(sample->data) + 2*SAMPLE_LOOP_MARGIN, data, nbframes*2); in fluid_sample_set_sound_data()
1166 …FLUID_MEMCPY((char*)(sample->data) + 2*SAMPLE_LOOP_MARGIN + storedNbFrames*2, (char*)data, 2*SAMPL… in fluid_sample_set_sound_data()
1167 …MCPY((char*)(sample->data), (char*)data + nbframes*2 - 2*SAMPLE_LOOP_MARGIN, 2*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1172 sample->start = SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
1173 sample->end = SAMPLE_LOOP_MARGIN + storedNbFrames; in fluid_sample_set_sound_data()
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/fluidsynth/src/sfloader/
H A Dfluid_ramsfont.c26 #define SAMPLE_LOOP_MARGIN 8 macro
1156 sample->data = FLUID_MALLOC(storedNbFrames*2 + 4*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1161 FLUID_MEMSET(sample->data, 0, storedNbFrames*2 + 4*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1162 FLUID_MEMCPY((char*)(sample->data) + 2*SAMPLE_LOOP_MARGIN, data, nbframes*2); in fluid_sample_set_sound_data()
1166 …FLUID_MEMCPY((char*)(sample->data) + 2*SAMPLE_LOOP_MARGIN + storedNbFrames*2, (char*)data, 2*SAMPL… in fluid_sample_set_sound_data()
1167 …MCPY((char*)(sample->data), (char*)data + nbframes*2 - 2*SAMPLE_LOOP_MARGIN, 2*SAMPLE_LOOP_MARGIN); in fluid_sample_set_sound_data()
1172 sample->start = SAMPLE_LOOP_MARGIN; in fluid_sample_set_sound_data()
1173 sample->end = SAMPLE_LOOP_MARGIN + storedNbFrames; in fluid_sample_set_sound_data()