commit | 46326e59a0a19367d4158c027d56d4b8440e8d3d | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@google.com> | Fri Mar 06 10:48:51 2015 -0800 |
committer | Mike Lockwood <lockwood@google.com> | Wed Mar 11 10:19:37 2015 -0700 |
tree | a611c194bfb1da1158ec955d2b7a05b311a9e738 | |
parent | 0c7342f0153076c88ba8e6a1647999c248787906 [diff] |
MidiDevice: Add support for making direct connections between ports The output port of one device can be connected to the input port of another device using the new MidiDevice.connectPorts() method. This allows an application to direct the output of one device directly to the input port of another without having to copy data from one to another. Change-Id: I4d361c4e0950b9b9516b0c2f0c158677b1aca208