Euphoria
eu::minsynth::PianoKey Struct Reference

#include <synth.h>

Public Member Functions

 PianoKey (int st, core::Key kc, const std::string &n, int octave)
 

Public Attributes

int semitone
 
core::Key keycode
 
std::string name
 
bool octave_shift
 

Detailed Description

Definition at line 178 of file synth.h.

Constructor & Destructor Documentation

◆ PianoKey()

eu::minsynth::PianoKey::PianoKey ( int  st,
core::Key  kc,
const std::string &  n,
int  octave 
)

Definition at line 241 of file synth.cc.

Member Data Documentation

◆ keycode

core::Key eu::minsynth::PianoKey::keycode

Definition at line 181 of file synth.h.

◆ name

std::string eu::minsynth::PianoKey::name

Definition at line 182 of file synth.h.

◆ octave_shift

bool eu::minsynth::PianoKey::octave_shift

Definition at line 183 of file synth.h.

◆ semitone

int eu::minsynth::PianoKey::semitone

Definition at line 180 of file synth.h.


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