<div dir="ltr">Craig wrote something about midi and OS X testing in 2005 to the squeak list. <div>I have a sqMacMIDI.c file in a working directory here.</div><div>with some smalltalk code/class</div><div><br></div><div><div>&#39;From Squeak3.2 of 15 January 2002 [latest update: #4956] on 5 September 2002 at 2:33:33 pm&#39;!</div><div>Object subclass: #MultiMIDIPort</div><div><span class="" style="white-space:pre">        </span>instanceVariableNames: &#39;&#39;</div><div><span class="" style="white-space:pre">        </span>classVariableNames: &#39;AccessSema InputData InputPort InputProcess &#39;</div><div><span class="" style="white-space:pre">        </span>poolDictionaries: &#39;&#39;</div><div><span class="" style="white-space:pre">        </span>category: &#39;Sound-Scores&#39;!</div></div><div><div>MultiMIDIPort class</div><div><span class="" style="white-space:pre">        </span>instanceVariableNames: &#39;&#39;!</div><div><br></div><div>!MultiMIDIPort class methodsFor: &#39;as yet unclassified&#39; stamp: &#39;jh 9/4/2002 15:41&#39;!</div><div>bufferTimeStampFrom: aByteArray</div><div><span class="" style="white-space:pre">        </span>&quot;Return the timestamp from the given MIDI input buffer. Assume the given buffer is at least 4 bytes long.&quot;</div><div><br></div><div><span class="" style="white-space:pre">        </span>^ ((aByteArray at: 1) bitShift: 24) +</div><div><span class="" style="white-space:pre">        </span>  ((aByteArray at: 2) bitShift: 16) +</div><div><span class="" style="white-space:pre">        </span>  ((aByteArray at: 3) bitShift: 8) +</div><div><span class="" style="white-space:pre">        </span>   (aByteArray at: 4)</div><div>! !</div></div><div>...</div><div><br></div><div>Not sure who &#39;jh&#39; is</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 2, 2014 at 1:08 PM, Eliot Miranda <span dir="ltr">&lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Tue, Dec 2, 2014 at 12:53 PM, John McIntosh <span dir="ltr">&lt;<a href="mailto:johnmci@smalltalkconsulting.com" target="_blank">johnmci@smalltalkconsulting.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">no doubt the midi interface has to be ported to OS X from the os-9 carbon base</div></blockquote><div><br></div></span><div>Hmmm.  Looks like one has to use CoreMIDI, not QuickTime.  Any media savvy volunteers willing to step up?  Craig?</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_extra"><div><div><br><div class="gmail_quote">On Tue, Dec 2, 2014 at 12:45 PM, Eliot Miranda <span dir="ltr">&lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi All,<div><br></div><div>    I see this in QuickTimeMusic.h.  What is one to do long-term?  (Short-term I&#39;ll just not include the MIDI plugin)</div><div><br></div><div><div>/* QuickTime is not available to 64-bit clients */</div><div><br></div><div>#if !__LP64__</div><span><font color="#888888"><div><br></div><div><br></div>-- <br><div>best,<div>Eliot</div></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><div><div dir="ltr">===========================================================================<br>John M. McIntosh &lt;<a href="mailto:johnmci@smalltalkconsulting.com" target="_blank">johnmci@smalltalkconsulting.com</a>&gt; <a href="https://www.linkedin.com/in/smalltalk" target="_blank">https://www.linkedin.com/in/smalltalk</a><br>===========================================================================<br></div></div>
</font></span></div>
</blockquote></span></div><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div>best,<div>Eliot</div></div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">===========================================================================<br>John M. McIntosh &lt;<a href="mailto:johnmci@smalltalkconsulting.com" target="_blank">johnmci@smalltalkconsulting.com</a>&gt; <a href="https://www.linkedin.com/in/smalltalk" target="_blank">https://www.linkedin.com/in/smalltalk</a><br>===========================================================================<br></div></div>
</div>