<!DOCTYPE HTML null "">
<html><head><title></title></head><body>There are a few higher resolution values in the midi spec that you can use.. The bend value (one per channel, so 16 total assesses) is 14 bit and there are also nrpn messages which combine several control change messages to create a larger address and value space (14 bit). Or you can use sysex... I'm on a phone or I'd write some pseudo code for that...<br><br><div class="gmail_quote">On June 2, 2016 5:53:32 AM PDT, jamal crawford <threen52@ml1.net> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">




<div style="font-family:Arial;">hi list <br /></div>
<div style="font-family:Arial;"> </div>
<div style="font-family:Arial;">> If you need a greater resolution for your values, just break them up into several bytes. This way, sending > a single 16 bit integer would take 4 bytes (address, bit 14-15, bit 13-7, bit 0-6).<br /></div>
<div style="font-family:Arial;"> </div>
<div style="font-family:Arial;">>That’s a great point. Everyone complains about MIDI now (not enough range, etc) but it’s <b>*perfect* </b>for >what it was designed to do: send small event data quickly on much older, slower hardware. I little >bitmasking and away you go.<br /></div>
<div style="font-family:Arial;"> </div>
<div style="font-family:Arial;">i second that! very neat point indeed. would it be to much to ask if anyone could clarify that bitmasking to a lower, non-programmers level? like sending 1234 with midi, how would you break it down bitwise?<br /></div>
<div style="font-family:Arial;"> </div>
<div style="font-family:Arial;">thanks in advance<br /></div>
<div style="font-family:Arial;"> </div>
<div id="sig1477134"><div class="signature">~/.jc<br /></div>
</div>
<div style="font-family:Arial;"> </div>


<p style="margin-top: 2.5em; margin-bottom: 1em; border-bottom: 1px solid #000"></p><pre class="k9mail"><hr /><br />Pd-list@lists.iem.at mailing list<br />UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a><br /></pre></blockquote></div></body></html>