Home
last modified time | relevance | path

Searched refs:ipatch_item_first (Results 1 – 11 of 11) sorted by relevance

/dports/audio/libinstpatch/libinstpatch-1.1.6/libinstpatch/
H A DIpatchItem.h248 IpatchItem *ipatch_item_first(IpatchIter *iter);
H A DIpatchSF2Inst.c327 zitem = ipatch_item_first(&iter); in ipatch_sf2_inst_item_remove_full()
H A DIpatchSLI.c588 pitem = ipatch_item_first(&iter); in ipatch_sli_get_zone_references()
H A DIpatchSLISample.c361 zone = ipatch_item_first(&iter); in ipatch_sli_sample_item_remove_full()
H A Dlibinstpatch.def441 ipatch_item_first
H A DIpatchDLS2Sample.c334 region = ipatch_item_first(&iter); in ipatch_dls2_sample_item_remove_full()
H A DIpatchSF2Sample.c429 zitem = ipatch_item_first(&iter); in ipatch_sf2_sample_item_remove_full()
H A DIpatchSF2.c1258 pitem = ipatch_item_first(&iter); in ipatch_sf2_get_zone_references()
H A DIpatchItem.c1813 ipatch_item_first(IpatchIter *iter) in ipatch_item_first() function
H A DIpatchPaste.c778 for(item = ipatch_item_first(&iter); item; item = ipatch_item_next(&iter)) in check_item_conflicts_GHFunc()
/dports/audio/muse-sequencer/muse-4.0.0/src/synti/fluidsynth/
H A Dfluidsynti.cpp829 for (pset = ipatch_item_first (&pIter); pset != NULL; pset = ipatch_item_next (&pIter)) in loadSf2NoteSampleNames()
861 … for (pZone = ipatch_item_first (&pZoneIter); pZone != NULL; pZone = ipatch_item_next (&pZoneIter)) in loadSf2NoteSampleNames()
889 … for (iZone = ipatch_item_first (&iZoneIter); iZone != NULL; iZone = ipatch_item_next (&iZoneIter)) in loadSf2NoteSampleNames()