From 4da4538cd367c13a2fc93ba7224a3be0fa08b6fb Mon Sep 17 00:00:00 2001 From: lathoub Date: Sun, 15 Mar 2020 01:46:13 +0100 Subject: [PATCH] return reference to Transport layer --- src/MIDI.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MIDI.h b/src/MIDI.h index a7af885..9effa6a 100644 --- a/src/MIDI.h +++ b/src/MIDI.h @@ -232,6 +232,8 @@ private: inline bool inputFilter(Channel inChannel); inline void resetInput(); +public: + Transport& getTransport() { return mTransport; } private: Transport& mTransport;