Home
last modified time | relevance | path

Searched refs:InstrumentScriptConsumer (Results 1 – 4 of 4) sorted by relevance

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/common/
H A DAbstractInstrumentManager.h20 typedef ResourceConsumer<VMParserContext> InstrumentScriptConsumer; typedef
75 … virtual VMParserContext* Create(ScriptKey key, InstrumentScriptConsumer* pConsumer, void*& pArg);
77 …virtual void OnBorrow(VMParserContext* pResource, InstrumentScriptConsumer* pConsumer, void*& pArg… in OnBorrow()
H A DAbstractInstrumentManager.cpp16 …InstrumentManager::ScriptResourceManager::Create(ScriptKey key, InstrumentScriptConsumer* pConsume… in Create()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DInstrumentResourceManager.cpp757 std::set<InstrumentScriptConsumer*> consumers = scripts.ConsumersOf({ in GetEngineChannelsUsingScriptSourceCode()
762 std::set<InstrumentScriptConsumer*>::iterator iter = consumers.begin(); in GetEngineChannelsUsingScriptSourceCode()
763 std::set<InstrumentScriptConsumer*>::iterator end = consumers.end(); in GetEngineChannelsUsingScriptSourceCode()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DAbstractEngineChannel.h46 class AbstractEngineChannel: public EngineChannel, public InstrumentScriptConsumer {