Home
last modified time | relevance | path

Searched refs:GetInstrumentInfo (Results 1 – 18 of 18) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DInstrumentManager.h207 …virtual instrument_info_t GetInstrumentInfo(instrument_id_t ID) throw (InstrumentManagerException)…
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/db/
H A DInstrumentsDb.h383 DbInstrument GetInstrumentInfo(String Instr);
683 DbInstrument GetInstrumentInfo(int InstrId);
H A DInstrumentsDb.cpp964 DbInstrument InstrumentsDb::GetInstrumentInfo(String Instr) { in GetInstrumentInfo() function in LinuxSampler::InstrumentsDb
972 i = GetInstrumentInfo(id); in GetInstrumentInfo()
982 DbInstrument InstrumentsDb::GetInstrumentInfo(int InstrId) { in GetInstrumentInfo() function in LinuxSampler::InstrumentsDb
1141 DbInstrument i = GetInstrumentInfo(InstrId); in CopyInstrument()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sf2/
H A DInstrumentResourceManager.h74 …virtual instrument_info_t GetInstrumentInfo(instrument_id_t ID) throw (InstrumentManagerException);
H A DVoice.h63 virtual InstrumentInfo GetInstrumentInfo() OVERRIDE;
H A DVoice.cpp103 Voice::InstrumentInfo Voice::GetInstrumentInfo() { in GetInstrumentInfo() function in LinuxSampler::sf2::Voice
H A DInstrumentResourceManager.cpp73 …InstrumentResourceManager::instrument_info_t InstrumentResourceManager::GetInstrumentInfo(instrume… in GetInstrumentInfo() function in LinuxSampler::sf2::InstrumentResourceManager
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A DInstrumentResourceManager.h71 …virtual instrument_info_t GetInstrumentInfo(instrument_id_t ID) throw (InstrumentManagerException);
H A DVoice.h63 virtual InstrumentInfo GetInstrumentInfo() OVERRIDE;
H A DInstrumentResourceManager.cpp55 …InstrumentResourceManager::instrument_info_t InstrumentResourceManager::GetInstrumentInfo(instrume… in GetInstrumentInfo() function in LinuxSampler::sfz::InstrumentResourceManager
H A DVoice.cpp129 Voice::InstrumentInfo Voice::GetInstrumentInfo() { in GetInstrumentInfo() function in LinuxSampler::sfz::Voice
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DVoice.h70 virtual InstrumentInfo GetInstrumentInfo() OVERRIDE;
H A DInstrumentResourceManager.h80 …virtual instrument_info_t GetInstrumentInfo(instrument_id_t ID) throw (InstrumentManagerException)…
H A DVoice.cpp126 Voice::InstrumentInfo Voice::GetInstrumentInfo() { in GetInstrumentInfo() function in LinuxSampler::gig::Voice
H A DInstrumentResourceManager.cpp126 …InstrumentResourceManager::instrument_info_t InstrumentResourceManager::GetInstrumentInfo(instrume… in GetInstrumentInfo() function in LinuxSampler::gig::InstrumentResourceManager
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DAbstractVoice.h168 virtual InstrumentInfo GetInstrumentInfo() = 0;
H A DAbstractVoice.cpp136 InstrInfo = GetInstrumentInfo(); in Trigger()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/network/
H A Dlscpserver.cpp3482 pManager->GetInstrumentInfo(id); in GetFileInstrumentInfo()
3820 DbInstrument info = InstrumentsDb::GetInstrumentsDb()->GetInstrumentInfo(Instr); in GetDbInstrumentInfo()