1#ifndef MIDIOUTLOGGER_HH
2#define MIDIOUTLOGGER_HH
10class CommandController;
20 [[nodiscard]] std::string_view
getName()
const override;
24 void recvByte(
byte value, EmuTime::param time)
override;
26 template<
typename Archive>
27 void serialize(Archive& ar,
unsigned version);
Represents something you can plug devices into.
Pluggable that connects an MSX MIDI out port to a host MIDI device.
std::string_view getName() const override
Name used to identify this pluggable.
void plugHelper(Connector &connector, EmuTime::param time) override
void unplugHelper(EmuTime::param time) override
void recvByte(byte value, EmuTime::param time) override
std::string_view getDescription() const override
Description for this pluggable.
void serialize(Archive &ar, unsigned version)
This file implemented 3 utility functions: