Home
last modified time | relevance | path

Searched defs:InstrumentFileName (Results 1 – 4 of 4) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DEngineChannel.cpp210 String EngineChannel::InstrumentFileName() { in InstrumentFileName() function in LinuxSampler::gig::EngineChannel
214 String EngineChannel::InstrumentFileName(int index) { in InstrumentFileName() function in LinuxSampler::gig::EngineChannel
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DEngineChannel.cpp97 String EngineChannel::InstrumentFileName(int index) { in InstrumentFileName() function in LinuxSampler::EngineChannel
H A DAbstractEngineChannel.cpp83 String AbstractEngineChannel::InstrumentFileName() { in InstrumentFileName() function in LinuxSampler::AbstractEngineChannel
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/network/
H A Dlscpserver.cpp1223 String InstrumentFileName = "NONE"; in GetChannelInfo() local