Thanks for your answer, Karim.
As far as I understand the MIDI specification, the midi pitch wheel of a MIDI controller sends the Channel Voice Pitch Bend Change message (see e.g. http://www.midi.org/techspecs/midimessages.php). Using OM with midishare, and routing MIDI to the IAC bus, and then monitoring this bus in Max with the midiin and xbendin objects, I indeed see messages arriving whenever I evaluate one of the pitchwheel objects in the OM tutorial 10. Here’s a simple Max patch to demo this:
----------begin_max5_patcher----------
667.3ocyWErbaBCD8L7UnQmodPBLf6sz1K8P+B5jIirQoQofDiPjRZl7uWjD
3XmXCLFLSGOFLRqDu2tucW4WbcfaE0zRH3yfeBbbdw0wwLjd.m1mcf4j5cYj
RiYPN8OhsOB8rSon0JyvERFWA3BEUv6ljWky3YTkYgn1AKUOmQMK4.yDUpN6
7aGsfn18.i+q6jzcJK.wn0q78.gglawg5qX7JevssqgkZ13F78oDndnWcc0W
7lH2H69MvW+4jLKXjLCMLy72nuEE0Gyh61c6VqdtfZ2DHDb67QZcnjMsPYvf
DFuI1v6f9HbzYIbijC5czs4zCzE1OoO.O8f9ljUq2GyW2aLObYh41j3sTd50
JEtky1L3ndyfClwL3ZMmlnZFODqBrUjV2qXFOFw7bFSyYoLF+dw0REGXoaru
g61r5fC398Btpj8Wytiz19QWBBdfsbRtEI2HYjrYV2WkS4U8pBXJZda+P32u
4qfuIYOQk.8O+RUI.oCQd5KmXRbeSFz2jg6mTI.+fTev6oc.LbuGcBkcaCV1
ptn098pTGTpZ9teoEDYSnSQk2Q4jsVD5Oe53LAIMmVVdl5wnoqjiLEhwgXyo
KhuDkbxhoj6Ma+Z4gZqyEZzMgWRtdvkjq+gRhlWHLiwe+QWMXVO9wdtRQkbW
2t0dFJvavNkVpXbhh0bz02rI4HadfklR4G1cKkUpk4omWmOVznK.NHbhVL3D
NBzDrXnQya7.nI9Hat1nAMBzfVLz3OBzrPx3Q3aBWLeCdD9lvEy2DLlTb7+W
UbvKHdFi14c9vqJdRFi+AcghYa6KRQQyQ.Ka2SCTZZw+nPpeL1y7HiaezriP
I8IVm8lStCIxlVzpl9yURaiz5H6eUDlKRoRdEyzJ1U+le08erhODhA
-----------end_max5_patcher-----------
However, regardless of which of the pitchwheel objects in tutorial 10 that I evaluate, whenever I play the chord-seq object in the lower left corner of the OM patch, I see pitch bend messages arriving in Max, not just note-on messages. Before any notes are played, pitch bend messages sets up quarter-tone tuning, and at the end of the playback session, they are set back to no detuning. Here’s what I get printed in the Max window:
bend: 8192 1
bend: 9216 2
bend: 10240 3
bend: 11264 4
noteon: 60 100 1
noteon: 60 0 1
noteon: 60 100 2
noteon: 60 0 2
noteon: 60 100 3
noteon: 60 0 3
noteon: 60 100 4
noteon: 60 0 4
noteon: 61 100 1
noteon: 61 0 1
noteon: 61 100 2
noteon: 61 0 2
noteon: 61 100 3
noteon: 61 0 3
noteon: 61 100 4
noteon: 61 0 4
noteon: 62 100 1
noteon: 62 0 1
bend: 8192 1
bend: 8192 2
bend: 8192 3
bend: 8192 4
bend: 8192 1
bend: 8192 2
bend: 8192 3
bend: 8192 4
So, to me it seems like the pitch bending is now taken care of automatically. IMHO that’s nice!