mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
CoreMidi: Correctly apply protocol conversions for incoming messages
This commit is contained in:
parent
fa1b4b07ef
commit
a9a99a0a08
1 changed files with 2 additions and 2 deletions
|
|
@ -2049,12 +2049,12 @@ struct CoreMidiHelpers
|
|||
consumer (cb)
|
||||
{
|
||||
connection->addDisconnectionListener (disconnectListener);
|
||||
connection->addConsumer (consumer);
|
||||
connection->addConsumer (*this);
|
||||
}
|
||||
|
||||
~InputImplNative() override
|
||||
{
|
||||
connection->removeConsumer (consumer);
|
||||
connection->removeConsumer (*this);
|
||||
connection->removeDisconnectionListener (disconnectListener);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue