Use shared audioformatmanager between plugin instances

This commit is contained in:
xenakios
2017-11-24 01:44:30 +02:00
parent e9e1c45550
commit 73ef79509c
3 changed files with 6 additions and 5 deletions

View File

@ -15,7 +15,7 @@
//==============================================================================
PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor (PaulstretchpluginAudioProcessor& p)
: AudioProcessorEditor (&p),
m_wavecomponent(p.m_afm.get()),
m_wavecomponent(p.m_afm),
processor (p)
{