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

Public Member Functions

virtual ~Listener ()
 
virtual void midiKeyStateChanged (AudioTrack *, const juce::Array< int > &notesOn, const juce::Array< int > &vels, const juce::Array< int > &notesOff)=0
 Callback to indicate notes have been played for the given track. More...
 

Constructor & Destructor Documentation

◆ ~Listener()

virtual tracktion::engine::MidiInputDevice::MidiKeyChangeDispatcher::Listener::~Listener ( )
virtual

Member Function Documentation

◆ midiKeyStateChanged()

virtual void tracktion::engine::MidiInputDevice::MidiKeyChangeDispatcher::Listener::midiKeyStateChanged ( AudioTrack ,
const juce::Array< int > &  notesOn,
const juce::Array< int > &  vels,
const juce::Array< int > &  notesOff 
)
pure virtual

Callback to indicate notes have been played for the given track.


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