thruActivated as a property of the Transport layer
This commit is contained in:
parent
419c74adfe
commit
99a981be5e
|
|
@ -94,7 +94,7 @@ void MidiInterface<Transport, Settings, Platform>::begin(Channel inChannel)
|
|||
mMessage.length = 0;
|
||||
|
||||
mThruFilterMode = Thru::Full;
|
||||
mThruActivated = true;
|
||||
mThruActivated = mTransport.thruActivated;
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -51,6 +51,8 @@ public:
|
|||
};
|
||||
|
||||
public:
|
||||
static const bool thruActivated = false;
|
||||
|
||||
void begin()
|
||||
{
|
||||
// Initialise the Serial port
|
||||
|
|
|
|||
Loading…
Reference in New Issue