Apologies for the newbie question…
Would anyone be able to help get PitchWheel in MIDICONTROL to work correctly, please?
If I create a MIDICONTROL (“PitchWheel”) with values ranging from 0 to 16383 (I also tried -8192 to 8191) the MIDI data actually pushed out to PitchWheel ranges only from -8192 to -8065 (128 possible values).
For instance, with these values sent into MIDICONTROL:
(8192 8190 8182 8184 8180 8182 8190 8222 8220 8222 8224 8224 8228 8228 8226 8226 8226 8228 8228 8230 8220 8212 8210 8208 8204 8200 8196 8196 8194 8190 8186 8186 8194 8200 8202 8202 8202 8202 8202 8200 8194 8190 8192 8194 8194 8196 8198 8198 8200 8200 8202 8206 8216 8228 8238 8226 8198 8202 8204 8204 8204 8202 8202 8202 8208 8212 8214 8212 8208 8200 8200 8202 8206 8208 8210 8212 8214 8216 8218 8224 8222 8212 8210 8212 8212 8212 8214 8212 8210 8214 8220 8226 8226 8224 8222 8222 8224 8228 8228 8226 8218 8214 8212 8206 8200 8206 8212 8208 8202 8208 8212 8212 8210 8206 8208 8208 8178 8180 8182 8178 8176 8180 8204 8206 8206 8208 8210 8208 8206 8206 8214 8222 8224 8228 8238 8250 8250 8250)
…I see the following PitchWheel MIDI sent to the network (first few values):
-8192 -8066 -8074 -8072 -8076 -8074 -8066 etc.
Seems something needs to be set to let the MIDICONTROL know that we are dealing with the special case of PitchWheel rather than 0-127 MIDI CC?
Settings in MIDI preferences are to use midi-player, shift MIDI channels for micro-intervals = always, auto microtone bend = off.
Thanks!