Clean up the non working VST manufacturer specific stuff

This commit is contained in:
xenakios
2018-03-26 19:31:23 +03:00
parent 8421269565
commit bca5cc5dcf
2 changed files with 3 additions and 21 deletions

View File

@ -104,7 +104,7 @@ public:
class PaulstretchpluginAudioProcessorEditor;
class PaulstretchpluginAudioProcessor : public AudioProcessor,
public MultiTimer, public VSTCallbackHandler
public MultiTimer
{
public:
using EditorType = PaulstretchpluginAudioProcessorEditor;
@ -119,12 +119,7 @@ public:
bool isBusesLayoutSupported (const BusesLayout& layouts) const override;
#endif
pointer_sized_int handleVstManufacturerSpecific(int32 index,
pointer_sized_int value,
void* ptr,
float opt) override;
void processBlock (AudioSampleBuffer&, MidiBuffer&) override;
void processBlock (AudioSampleBuffer&, MidiBuffer&) override;
//==============================================================================
AudioProcessorEditor* createEditor() override;