Home
last modified time | relevance | path

Searched refs:GetPresetCount (Results 1 – 9 of 9) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sf2/
H A DInstrumentResourceManager.cpp257 return pFile->GetPresetCount(); in GetSfInstrumentCount()
261 if (idx >= pFile->GetPresetCount()) { in GetSfInstrument()
/dports/audio/libgig/libgig-4.3.0/src/tools/
H A Dsf2dump.cpp151 cout << "Presets (" << sf->GetPresetCount() << "): " << endl; in PrintPeresets()
152 for (int i = 0; i < sf->GetPresetCount(); i++) { /* exclude the terminal header - EOP */ in PrintPeresets()
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-wmp/projectM-wmp/
H A DprojectM-wmp.h70 STDMETHOD(GetPresetCount)(LONG *pnPresetCount);
H A DprojectM-wmp.cpp228 STDMETHODIMP CProjectMwmp::GetPresetCount(LONG *pnPresetCount) in GetPresetCount() function in CProjectMwmp
/dports/audio/libgig/libgig-4.3.0/src/
H A DSF.h530 int GetPresetCount();
H A DSF.cpp1167 int File::GetPresetCount() { in GetPresetCount() function in sf2::File
1172 if (idx < 0 || idx >= GetPresetCount()) { in GetPreset()
1192 for (int i = 0; i < GetPresetCount(); i++) { in DeleteInstrument()
/dports/audio/qsampler/qsampler-qsampler_0_9_4/src/
H A DqsamplerChannel.cpp895 const int iPresetCount = pSf2->GetPresetCount(); in getInstrumentList()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/db/
H A DInstrumentsDbUtilities.cpp169 if (index >= m_sf2->GetPresetCount()) in getInstrumentInfo()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/MediaPlayer/
H A Dmod.rs5517 pub unsafe fn GetPresetCount(&self, pnpresetcount: *mut i32) -> ::windows::runtime::Result<()> { in GetPresetCount() method
5609 pub unsafe fn GetPresetCount(&self, pnpresetcount: *mut i32) -> ::windows::runtime::Result<()> { in GetPresetCount() method