Home
last modified time | relevance | path

Searched refs:GetSamplePath (Results 1 – 5 of 5) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSampleFormats.cpp312 SetSamplePath(targetSample, srcSong.GetSamplePath(sourceSample)); in ReadSampleFromSong()
2449 …const std::string filenameU8 = GetSamplePath(smp).AbsolutePathToRelative(filename.GetPath()).ToUTF… in SaveITIInstrument()
H A DSndfile.h651 …mpt::PathString GetSamplePath(SAMPLEINDEX smp) const { if(m_samplePaths.size() >= smp) return m_sa… in GetSamplePath() function
H A DSampleFormatSFZ.cpp1005 if(auto filename = GetSamplePath(smp); !filename.empty()) in ReadSFZInstrument()
H A DSndfile.cpp500 mpt::PathString filename = GetSamplePath(nSmp);
H A DLoad_it.cpp1864 …const std::string filenameU8 = GetSamplePath(smp).AbsolutePathToRelative(filename.GetPath()).ToUTF… in SaveIT()