TracktionEngine
Public Member Functions | List of all members
tracktion::engine::Clip::Listener Struct Referenceabstract

Listener interface to be notified of recorded MIDI being sent to the plugins. More...

Public Member Functions

virtual ~Listener ()=default
 
virtual void midiMessageGenerated (Clip &, const juce::MidiMessage &)=0
 Called when a recorded MidiMessage has been generated and sent. More...
 

Detailed Description

Listener interface to be notified of recorded MIDI being sent to the plugins.

Constructor & Destructor Documentation

◆ ~Listener()

virtual tracktion::engine::Clip::Listener::~Listener ( )
virtualdefault

Member Function Documentation

◆ midiMessageGenerated()

virtual void tracktion::engine::Clip::Listener::midiMessageGenerated ( Clip ,
const juce::MidiMessage &   
)
pure virtual

Called when a recorded MidiMessage has been generated and sent.

to the playback graph. This applies to Step and Midi clips.


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