Initial work on custom GUI
This commit is contained in:
@ -675,6 +675,8 @@ void MultiStretchAudioSource::setFFTWindowingType(int windowtype)
|
||||
|
||||
void MultiStretchAudioSource::setFFTSize(int size)
|
||||
{
|
||||
if (size == getActiveStretchSource()->getFFTSize())
|
||||
return;
|
||||
if (m_is_playing == false)
|
||||
{
|
||||
getActiveStretchSource()->setFFTSize(size);
|
||||
|
Reference in New Issue
Block a user