JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::KeyboardComponentBase::NoteAndVelocity Struct Reference

This structure is returned by the getNoteAndVelocityAtPosition() method. More...

#include <juce_KeyboardComponentBase.h>

Collaboration diagram for juce::KeyboardComponentBase::NoteAndVelocity:

Public Attributes

int note
 
float velocity
 

Detailed Description

This structure is returned by the getNoteAndVelocityAtPosition() method.

Member Data Documentation

◆ note

int juce::KeyboardComponentBase::NoteAndVelocity::note

◆ velocity

float juce::KeyboardComponentBase::NoteAndVelocity::velocity

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