JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::VSTPluginFormat::ExtraFunctions Class Referenceabstract

Base class for some extra functions that can be attached to a VST plugin instance. More...

#include <juce_VSTPluginFormat.h>

Public Member Functions

virtual ~ExtraFunctions ()
 
virtual int getAutomationState ()=0
 This should return the host's automation state. More...
 
virtual int64 getTempoAt (int64 samplePos)=0
 This should return 10000 * the BPM at this position in the current edit. More...
 

Detailed Description

Base class for some extra functions that can be attached to a VST plugin instance.

Constructor & Destructor Documentation

◆ ~ExtraFunctions()

virtual juce::VSTPluginFormat::ExtraFunctions::~ExtraFunctions ( )
inlinevirtual

Member Function Documentation

◆ getAutomationState()

virtual int juce::VSTPluginFormat::ExtraFunctions::getAutomationState ( )
pure virtual

This should return the host's automation state.

Returns
0 = not supported, 1 = off, 2 = read, 3 = write, 4 = read/write

◆ getTempoAt()

virtual int64 juce::VSTPluginFormat::ExtraFunctions::getTempoAt ( int64  samplePos)
pure virtual

This should return 10000 * the BPM at this position in the current edit.


The documentation for this class was generated from the following file: