mirror of
https://github.com/thestk/stk
synced 2026-01-14 21:41:53 +00:00
Renamed StkFrames::copyChannel
Renamed StkFrames::copyChannel to StkFrames::getChannel.
This commit is contained in:
@@ -317,7 +317,7 @@ void StkFrames :: resize( size_t nFrames, unsigned int nChannels, StkFloat value
|
||||
for ( size_t i=0; i<size_; i++ ) data_[i] = value;
|
||||
}
|
||||
|
||||
StkFrames& StkFrames::copyChannel(unsigned int sourceChannel,StkFrames& destinationFrames, unsigned int destinationChannel) const
|
||||
StkFrames& StkFrames::getChannel(unsigned int sourceChannel,StkFrames& destinationFrames, unsigned int destinationChannel) const
|
||||
{
|
||||
#if defined(_STK_DEBUG_)
|
||||
if (sourceChannel > channels() - 1) {
|
||||
|
||||
Reference in New Issue
Block a user