Some useless testing with 64 bit floating point stuff
This commit is contained in:
@ -603,6 +603,13 @@ void copyAudioBufferWrappingPosition(const AudioBuffer<float>& src, AudioBuffer<
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
void PaulstretchpluginAudioProcessor::processBlock (AudioBuffer<double>& buffer, MidiBuffer&)
|
||||
{
|
||||
jassert(false);
|
||||
}
|
||||
*/
|
||||
|
||||
void PaulstretchpluginAudioProcessor::processBlock (AudioSampleBuffer& buffer, MidiBuffer& midiMessages)
|
||||
{
|
||||
ScopedLock locker(m_cs);
|
||||
|
Reference in New Issue
Block a user