Home
last modified time | relevance | path

Searched defs:GetEngineFormat (Results 1 – 7 of 7) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sf2/
H A DEngineChannel.cpp46 AbstractEngine::Format EngineChannel::GetEngineFormat() { return AbstractEngine::SF2; } in GetEngineFormat() function in LinuxSampler::sf2::EngineChannel
H A DEngine.cpp29 Engine::Format Engine::GetEngineFormat() { return SF2; } in GetEngineFormat() function in LinuxSampler::sf2::Engine
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DEngineChannel.cpp45 AbstractEngine::Format EngineChannel::GetEngineFormat() { return AbstractEngine::GIG; } in GetEngineFormat() function in LinuxSampler::gig::EngineChannel
H A DEngine.cpp30 Engine::Format Engine::GetEngineFormat() { return GIG; } in GetEngineFormat() function in LinuxSampler::gig::Engine
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A DEngineChannel.cpp48 AbstractEngine::Format EngineChannel::GetEngineFormat() { return AbstractEngine::SFZ; } in GetEngineFormat() function in LinuxSampler::sfz::EngineChannel
H A DEngine.cpp30 Engine::Format Engine::GetEngineFormat() { return SFZ; } in GetEngineFormat() function in LinuxSampler::sfz::Engine
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/CoreAudio/
H A Dmod.rs5562 …pub unsafe fn GetEngineFormat<'a, Param0: ::windows::runtime::IntoParam<'a, IMMDevice>, Param1: ::… in GetEngineFormat() method