Home
last modified time | relevance | path

Searched refs:setChannelIndex (Results 1 – 9 of 9) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/src/gui/
H A DFxMixerView.cpp318 void FxMixerView::FxChannelView::setChannelIndex( int index ) in setChannelIndex() function in FxMixerView::FxChannelView
412 m_fxChannelViews[i]->m_fxLine->setChannelIndex(i-1); in deleteChannel()
474 m_fxChannelViews[index]->setChannelIndex( index ); in moveChannelLeft()
475 m_fxChannelViews[index - 1]->setChannelIndex( index - 1 ); in moveChannelLeft()
/dports/audio/lmms/lmms-1.2.2/include/
H A DFxMixerView.h54 void setChannelIndex( int index );
H A DFxLine.h60 void setChannelIndex(int index);
/dports/audio/mixxx/mixxx-2.3.0/src/engine/channels/
H A Denginechannel.h55 void setChannelIndex(int channelIndex) { in setChannelIndex() function
/dports/audio/mixxx/mixxx-2.3.0/src/engine/
H A Denginebuffer.h161 void setChannelIndex(int channelIndex) { in setChannelIndex() function
H A Denginemaster.cpp795 pChannel->setChannelIndex(pChannelInfo->m_index); in addChannel()
/dports/audio/lmms/lmms-1.2.2/src/gui/widgets/
H A DFxLine.cpp134 void FxLine::setChannelIndex( int index ) in setChannelIndex() function in FxLine
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DPlayerIT.h340 void setChannelIndex(mp_sint32 channelIndex) { this->channelIndex = channelIndex; } in setChannelIndex() function
H A DPlayerIT.cpp518 vchn->setChannelIndex(i); in allocateVirtualChannel()
543 vchn->setChannelIndex(chnIndex); in allocateVirtualChannel()