<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Sadly, I have limited knowledge of MIDI APIs on OS X and iOS, and no MIDI hardware, so I can’t investigate in much detail.&nbsp;<div class=""><br class=""></div><div class="">Note that RtMidi.h and RtMidi.cpp will build fine on an iOS Xcode project, but when you run them I get this error message:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;" class=""><b class="">MidiInDummy: This class provides no functionality.</b></div><div class=""><b class=""><br class=""></b></div><div class="">What does this MidiInDummy do? Does it mock MIDI ports?&nbsp;</div><div class=""><br class=""></div><div class="">Stephane, you can take this for a spin, I’ve pushed this experiment here:&nbsp;</div><div class=""><a href="https://github.com/arielelkin/stk/tree/miditests" class="">https://github.com/arielelkin/stk/tree/miditests</a></div><div class=""><br class=""></div><div class="">see lines 29-43 of ViewController.mm</div><div class=""><br class=""></div><div class="">Ariel</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 13 Dec 2015, at 3:48 p.m., Gary Scavone &lt;<a href="mailto:gary@ccrma.stanford.edu" class="">gary@ccrma.Stanford.EDU</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi Stéphane,<br class=""><br class="">Ariel Elkin is the person that has contributed the most iOS related stuff to Stk lately. &nbsp;Ariel, do you know how well RtMidi might port to iOS?<br class=""><br class="">Regards,<br class=""><br class="">—gary<br class=""><br class=""><blockquote type="cite" class="">On Dec 7, 2015, at 9:37 AM, Stéphane Letz &lt;<a href="mailto:letz@grame.fr" class="">letz@grame.fr</a>&gt; wrote:<br class=""><br class="">Hi all,<br class=""><br class="">RTMidi code use some OSX specific API (like AudioConvertHostTimeToNanos or AudioGetCurrentHostTime…), not directly available on iOS.<br class=""><br class="">Has someone ported the RTMidi code on iOS ?<br class=""><br class="">Thanks.<br class=""><br class="">Stéphane Letz <br class="">_______________________________________________<br class="">Stk mailing list<br class=""><a href="mailto:Stk@ccrma.stanford.edu" class="">Stk@ccrma.stanford.edu</a><br class="">https://cm-mail.stanford.edu/mailman/listinfo/stk<br class=""></blockquote><br class=""><br class="">_______________________________________________<br class="">Stk mailing list<br class=""><a href="mailto:Stk@ccrma.stanford.edu" class="">Stk@ccrma.stanford.edu</a><br class="">https://cm-mail.stanford.edu/mailman/listinfo/stk<br class=""><br class=""></div></div></blockquote></div><br class=""></div></div></body></html>