Home
last modified time | relevance | path

Searched refs:EngineChannel (Results 26 – 50 of 99) sorted by relevance

1234

/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/gig/
H A DInstrumentResourceManager.h55 class EngineChannel; variable
78 …virtual InstrumentEditor* LaunchInstrumentEditor(LinuxSampler::EngineChannel* pEngineChannel, inst…
103 …void CacheInitialSamples(::gig::Sample* pSample, EngineChannel* pEngineChann…
123 … std::set<EngineChannel*> GetEngineChannelsUsingScriptSourceCode(const String& code, bool bLock);
124 … std::set<EngineChannel*> GetEngineChannelsUsing(::gig::Instrument* pInstrument, bool bLock);
H A DInstrumentScriptVMFunctions.cpp30 EngineChannel* pEngineChannel = in exec()
31 static_cast<EngineChannel*>(m_vm->m_event->cause.pEngineChannel); in exec()
130 EngineChannel* pEngineChannel = in exec()
131 static_cast<EngineChannel*>(m_vm->m_event->cause.pEngineChannel); in exec()
H A DMakefile.am21 EngineChannel.cpp EngineChannel.h \
H A DVoice.h52 class EngineChannel; variable
58 …class Voice : public LinuxSampler::VoiceBase<EngineChannel, ::gig::DimensionRegion, ::gig::Sample,…
112 EngineChannel* GetGigEngineChannel();
/dports/audio/mixxx/mixxx-2.3.0/src/engine/channels/
H A Denginechannel.h15 class EngineChannel : public EngineObject {
24 EngineChannel(const ChannelHandleAndGroup& handle_group,
29 virtual ~EngineChannel();
H A Denginedeck.h40 class EngineDeck : public EngineChannel, public AudioDestination {
47 EngineChannel::ChannelOrientation defaultOrientation,
H A Denginemicrophone.cpp15 : EngineChannel(handle_group, EngineChannel::CENTER, pEffectsManager, in EngineMicrophone()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/
H A DInstrumentManager.h35 class EngineChannel; variable
130 … static void LoadInstrumentInBackground(instrument_id_t ID, EngineChannel* pEngineChannel);
190 …virtual InstrumentEditor* LaunchInstrumentEditor(EngineChannel* pEngineChannel, instrument_id_t ID…
H A DEngineBase.h778 void ProcessEvents(EngineChannel* pEngineChannel, uint Samples) { in ProcessEvents()
896 ProcessNoteOn((EngineChannel*)itEvent->pEngineChannel, itEvent); in ProcessEvents()
1267 EngineChannel* pBegin = NULL; // to detect endless loop in StealVoice()
1457 void RenderActiveVoices(EngineChannel* pEngineChannel, uint Samples) { in RenderActiveVoices()
1538 void PostProcess(EngineChannel* pEngineChannel) { in PostProcess()
1557 EngineChannel* pEngineChannel, in ProcessHardcodedControllers()
2042 void ProcessHardcodedRpn(EngineChannel* pEngineChannel, in ProcessHardcodedRpn()
2069 void ProcessHardcodedNrpn(EngineChannel* pEngineChannel, in ProcessHardcodedNrpn()
2237 EngineChannel* pEngineChannel,
2246 EngineChannel* pEngineChannel,
[all …]
H A DInstrumentManagerThread.h48 … void StartNewLoad(String Filename, uint uiInstrumentIndex, EngineChannel* pEngineChannel);
60EngineChannel* pEngineChannel; ///< only for DIRECT_LOAD commands
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/drivers/midi/
H A DMidiInputPort.h40 class EngineChannel; variable
83 void Connect(EngineChannel* pEngineChannel, midi_chan_t MidiChannel);
92 void Disconnect(EngineChannel* pEngineChannel);
471 typedef std::set<EngineChannel*> MidiChannelMap_t[17];
/dports/security/keybase/client-v5.7.1/shared/__mocks__/
H A Dengine.tsx6 class EngineChannel {}
14 export {getEngine, makeEngine, Engine, EngineChannel, getEngineSaga}
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sf2/
H A DMakefile.am11 EngineChannel.cpp EngineChannel.h \
H A DVoice.h45 class EngineChannel; variable
51 …class Voice : public LinuxSampler::VoiceBase<EngineChannel, ::sf2::Region, ::sf2::Sample, DiskThre…
106 EngineChannel* GetSf2EngineChannel();
H A DVoice.cpp32 …typedef LinuxSampler::VoiceBase<EngineChannel, ::sf2::Region, ::sf2::Sample, DiskThread> SF2VoiceB…
48 EngineChannel* Voice::GetSf2EngineChannel() { in GetSf2EngineChannel()
49 return static_cast<EngineChannel*>(pEngineChannel); in GetSf2EngineChannel()
/dports/audio/linuxsampler/linuxsampler-2.2.0/src/engines/sfz/
H A DMakefile.am11 EngineChannel.cpp EngineChannel.h \
H A DVoice.h43 class EngineChannel; variable
49 class Voice : public LinuxSampler::VoiceBase<EngineChannel, ::sfz::Region, Sample, DiskThread> {
107 EngineChannel* GetSfzEngineChannel();
/dports/audio/mixxx/mixxx-2.3.0/src/engine/sync/
H A Dbasesyncablelistener.h7 class EngineChannel; variable
20 EngineChannel* getMaster() const;
H A Dinternalclock.h14 class EngineChannel; variable
30 EngineChannel* getChannel() const override { in getChannel()
H A Dsyncable.h5 class EngineChannel; variable
44 virtual EngineChannel* getChannel() const = 0;
/dports/audio/mixxx/mixxx-2.3.0/src/test/
H A Dsignalpathtest.h72 m_pVisualsManager, EngineChannel::CENTER, m_sGroup1); in BaseSignalPathTest()
74 m_pVisualsManager, EngineChannel::CENTER, m_sGroup2); in BaseSignalPathTest()
76 m_pVisualsManager, EngineChannel::CENTER, m_sGroup3); in BaseSignalPathTest()
82 m_pVisualsManager, EngineChannel::CENTER, m_sPreviewGroup); in BaseSignalPathTest()
/dports/audio/mixxx/mixxx-2.3.0/src/library/autodj/
H A Dautodjprocessor.h25 EngineChannel::ChannelOrientation orientation);
29 return m_orientation == EngineChannel::LEFT; in isLeft()
33 return m_orientation == EngineChannel::RIGHT; in isRight()
128 EngineChannel::ChannelOrientation m_orientation;
/dports/audio/mixxx/mixxx-2.3.0/src/engine/
H A Denginebuffer.h24 class EngineChannel; variable
91 EngineChannel* pChannel, EngineMaster* pMixingEngine);
111 void requestClonePosition(EngineChannel* pChannel);
389 QAtomicPointer<EngineChannel> m_pChannelToCloneFrom;
/dports/audio/mixxx/mixxx-2.3.0/src/mixer/
H A Dbasetrackplayer.h61 EngineChannel::ChannelOrientation defaultOrientation,
90 void slotCloneChannel(EngineChannel* pChannel);
116 EngineChannel* m_pChannelToCloneFrom;
H A Dplayermanager.cpp378 EngineChannel::ChannelOrientation orientation = EngineChannel::LEFT; in addDeckInner()
380 orientation = EngineChannel::RIGHT; in addDeckInner()
450 EngineChannel::ChannelOrientation orientation = EngineChannel::CENTER; in addSamplerInner()
475 EngineChannel::ChannelOrientation orientation = EngineChannel::CENTER; in addPreviewDeckInner()

1234