mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
initial driver entry point
This commit is contained in:
@@ -343,7 +343,7 @@ void EffectChorus<T>::applyEffect(T* audio, size_t frameCount, const ChannelMap&
|
||||
}
|
||||
}
|
||||
|
||||
audio = outBuf;
|
||||
audio += bs * chanMap.m_channelCount;
|
||||
remFrames -= bs;
|
||||
|
||||
size_t chanPitch = m_blockSamples * AMUSE_CHORUS_NUM_BLOCKS;
|
||||
|
||||
Reference in New Issue
Block a user