Yes I have tried All as well. And yes I'm having trouble sending MIDI to Loopy to make the binding. I assume since Loopy is receiving clock via the virtual port that the port/pathway is working.
I've done some more research and it looks like some clever folks are working to edit the plist file which addresses Loopy's MIDI bindings. It looks pretty straightforward but every time I make the change and send it back to the Loopy App (with iFunBox) the changes don't seem to stick. Below is an example of that plist file. In the MIDI binding you'll see 3 events (C0, C#0,D0) linked to 'Toggle Mute' for tracks 1,2, &3 in Loopy. The areas in Red are where I try to change to "Set List Maker"
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BITCrashManagerStatus</key>
<integer>1</integer>
<key>BITUpdateDateOfLastCheck</key>
<date>0000-12-30T00:00:00Z</date>
<key>BITUpdateDateOfVersionInstallation</key>
<real>444667443.02020299</real>
<key>BITUpdateUsageTimeForVersionString</key>
<string>1.4.10</string>
<key>BITUpdateUsageTimeOfCurrentVersion</key>
<real>55771.182731151581</real>
<key>Count-In</key>
<true/>
<key>Count-In Length</key>
<real>1</real>
<key>Count-In Mute/Unmute</key>
<true/>
<key>DBLocalEndpoint ID</key>
<string>CA85588F-2746-47C3-A6C7-E6009FC5025F</string>
<key>Default BPM</key>
<real>104</real>
<key>Fade</key>
<false/>
<key>Fade In Duration</key>
<real>0.10000000149011612</real>
<key>Fade Out Duration</key>
<real>1.4832448959350586</real>
<key>Fit Imported Loops</key>
<true/>
<key>Last Announcement Check</key>
<integer>444926606</integer>
<key>Last Announcement ID</key>
<string>20140927</string>
<key>Last Announcement Timestamp</key>
<string>Fri, 06 Feb 2015 06:09:50 GMT</string>
<key>Last Session</key>
<string>4 Feb, 21:12</string>
<key>MIDI Bindings</key>
<dict>
<key>
Network Session 1</key>
<dict>
<key>90007f</key>
<dict>
<key>action</key>
<string>toggle mute</string>
<key>track</key>
<integer>0</integer>
</dict>
<key>90017f</key>
<dict>
<key>action</key>
<string>toggle mute</string>
<key>track</key>
<integer>1</integer>
</dict>
<key>90027f</key>
<dict>
<key>action</key>
<string>toggle mute</string>
<key>track</key>
<integer>2</integer>
</dict>
</dict>
</dict>
<key>MIDI Bindings Order</key>
<dict>
<key>
Network Session 1</key>
<array>
<string>90007f</string>
<string>90017f</string>
<string>90027f</string>
</array>
</dict>
<key>MIDI Clock Destinations</key>
<array>
<string>Set List Maker</string>
<string>Network Session 1</string>
</array>
<key>MIDI Clock Sources</key>
<array/>
<key>MIDI Control Sources</key>
<array>
<string>Set List Maker</string>
</array>
<key>MIDI Over Network</key>
<true/>
<key>PGMIDI Saved Virtual Destination ID</key>
<integer>-812361745</integer>
<key>Play Imported Loops Immediately</key>
<true/>
<key>Play in Background</key>
<true/>
<key>Playthrough</key>
<false/>
<key>Showed 1.4 Welcome</key>
<true/>
<key>Showed Tutorial</key>
<true/>
<key>Synchronise Tracks</key>
<false/>
<key>TPAnnouncementController: First Launch Complete</key>
<true/>
<key>Track Count</key>
<integer>12</integer>
<key>WebDatabaseDirectory</key>
<string>/var/mobile/Containers/Data/Application/AB1E2E47-20B6-42AD-A65B-A64629A0D708/Library/Caches</string>
<key>WebKitDiskImageCacheSavedCacheDirectory</key>
<string></string>
<key>WebKitLocalStorageDatabasePathPreferenceKey</key>
<string>/var/mobile/Containers/Data/Application/AB1E2E47-20B6-42AD-A65B-A64629A0D708/Library/Caches</string>
<key>WebKitOfflineWebApplicationCacheEnabled</key>
<true/>
<key>WebKitShrinksStandaloneImagesToFit</key>
<true/>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BITCrashManagerStatus</key>
<integer>1</integer>
<key>BITUpdateDateOfLastCheck</key>
<date>0000-12-30T00:00:00Z</date>
<key>BITUpdateDateOfVersionInstallation</key>
<real>444667443.02020299</real>
<key>BITUpdateUsageTimeForVersionString</key>
<string>1.4.10</string>
<key>BITUpdateUsageTimeOfCurrentVersion</key>
<real>55771.182731151581</real>
<key>Count-In</key>
<true/>
<key>Count-In Length</key>
<real>1</real>
<key>Count-In Mute/Unmute</key>
<true/>
<key>DBLocalEndpoint ID</key>
<string>CA85588F-2746-47C3-A6C7-E6009FC5025F</string>
<key>Default BPM</key>
<real>104</real>
<key>Fade</key>
<false/>
<key>Fade In Duration</key>
<real>0.10000000149011612</real>
<key>Fade Out Duration</key>
<real>1.4832448959350586</real>
<key>Fit Imported Loops</key>
<true/>
<key>Last Announcement Check</key>
<integer>444926606</integer>
<key>Last Announcement ID</key>
<string>20140927</string>
<key>Last Announcement Timestamp</key>
<string>Fri, 06 Feb 2015 06:09:50 GMT</string>
<key>Last Session</key>
<string>4 Feb, 21:12</string>
<key>MIDI Bindings</key>
<dict>
<key>Network Session 1</key>
<dict>
<key>90007f</key>
<dict>
<key>action</key>
<string>toggle mute</string>
<key>track</key>
<integer>0</integer>
</dict>
<key>90017f</key>
<dict>
<key>action</key>
<string>toggle mute</string>
<key>track</key>
<integer>1</integer>
</dict>
<key>90027f</key>
<dict>
<key>action</key>
<string>toggle mute</string>
<key>track</key>
<integer>2</integer>
</dict>
</dict>
</dict>
<key>MIDI Bindings Order</key>
<dict>
<key>Network Session 1</key>
<array>
<string>90007f</string>
<string>90017f</string>
<string>90027f</string>
</array>
</dict>
<key>MIDI Clock Destinations</key>
<array>
<string>Set List Maker</string>
<string>Network Session 1</string>
</array>
<key>MIDI Clock Sources</key>
<array/>
<key>MIDI Control Sources</key>
<array>
<string>Set List Maker</string>
</array>
<key>MIDI Over Network</key>
<true/>
<key>PGMIDI Saved Virtual Destination ID</key>
<integer>-812361745</integer>
<key>Play Imported Loops Immediately</key>
<true/>
<key>Play in Background</key>
<true/>
<key>Playthrough</key>
<false/>
<key>Showed 1.4 Welcome</key>
<true/>
<key>Showed Tutorial</key>
<true/>
<key>Synchronise Tracks</key>
<false/>
<key>TPAnnouncementController: First Launch Complete</key>
<true/>
<key>Track Count</key>
<integer>12</integer>
<key>WebDatabaseDirectory</key>
<string>/var/mobile/Containers/Data/Application/AB1E2E47-20B6-42AD-A65B-A64629A0D708/Library/Caches</string>
<key>WebKitDiskImageCacheSavedCacheDirectory</key>
<string></string>
<key>WebKitLocalStorageDatabasePathPreferenceKey</key>
<string>/var/mobile/Containers/Data/Application/AB1E2E47-20B6-42AD-A65B-A64629A0D708/Library/Caches</string>
<key>WebKitOfflineWebApplicationCacheEnabled</key>
<true/>
<key>WebKitShrinksStandaloneImagesToFit</key>
<true/>
</dict>
</plist>