Does anyone know what MIDI control/value 38 104 does?
I created a MIDI file and changed the pitch bend range one octave. It looks like this in Record Producer:
It looks like this in CalkWalk:
Note that 1640 is 12 * 128 + 104. The 104 it throwing the setting off.
I dumped the file using mf2tXP and got this:
MFile 1 3 480
MTrk
0 Meta SeqName "untitled"
0 TimeSig 4/4 24 8
0 KeySig 0 major
0 Tempo 500000
0 Meta TrkEnd
TrkEnd
MTrk
0 Meta TrkName "Track 1"
0 PrCh ch=1 p=56
0 Par ch=1 c=7 v=127
0 Par ch=1 c=101 v=0
1 Par ch=1 c=100 v=0
2 Par ch=1 c=6 v=12
3 Par ch=1 c=38 v=104
3 On ch=1 n=60 v=127
1940 Pb ch=1 v=8192
So what is that 38 104 doing?
Thanks!