Home
last modified time | relevance | path

Searched refs:m_thruChannel (Results 1 – 2 of 2) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DControlBlock.cpp49 m_thruChannel = 0; in clear()
433 (track.m_thruChannel == channel) && in vacateThruChannel()
508 return InstrumentAndChannel(m_instrumentId, m_thruChannel); in getChannelAsReady()
535 m_thruChannel = in makeChannelReady()
546 StudioControl::sendChannelSetup(instrument, m_thruChannel); in makeChannelReady()
568 m_thruChannel = instrument->getNaturalChannel(); in allocateThruChannel()
589 m_thruChannel = instrument->getNaturalChannel(); in allocateThruChannel()
596 m_thruChannel = allocator->allocateThruChannel(*instrument); in allocateThruChannel()
600 << (int)m_thruChannel; in allocateThruChannel()
625 { allocator->releaseThruChannel(m_thruChannel); } in releaseThruChannel()
[all …]
H A DControlBlock.h111 int m_thruChannel; member