Console Library 4.7.0
A header-only library that makes C++ simple
Loading...
Searching...
No Matches
console::MIDI Member List

This is the complete list of members for console::MIDI, including all inherited members.

get_bpm() constconsole::MIDIinline
get_instrument()console::MIDIinline
get_volume() constconsole::MIDIinline
MIDI(Instrument instrument=Instrument::AcousticGrandPiano, unsigned char bpm=120, unsigned char volume=100, unsigned deviceID=0)console::MIDIinline
MIDI(const MIDI &)=deleteconsole::MIDI
MIDI(MIDI &&midi)=deleteconsole::MIDI
nplay(Note note)console::MIDIinline
nplay(Iter begin, Iter end)console::MIDIinline
operator=(const MIDI &)=deleteconsole::MIDI
operator=(MIDI &&)=deleteconsole::MIDI
play(Note note)console::MIDIinline
play(Iter begin, Iter end)console::MIDIinline
set_bpm(unsigned char new_bpm)console::MIDIinline
set_instrument(Instrument new_instrument)console::MIDIinline
set_volume(unsigned char vol)console::MIDIinline
~MIDI() noexceptconsole::MIDIinline