[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Date Index][
Thread Index][
Author Index]
Re: Time-code sync issues...(help!!)
THANKS!!!! that's why I love this list too... Richard, you're great...
T.
On 5/14/02 1:27 PM, "Richard Zvonar" <zvonar@zvonar.com> wrote:
> On 5/14/02 at 11:57 AM, toddreynolds@rcn.com (todd reynolds) wrote:
>>> 1. Is there a controller number or note number for Start Point which I
>>> could send from MAX/MSP? And the same for changing 8th/beat on the
>fly?
>
> At 9:06 AM -0700 5/14/02, andrew pask wrote:
>>
>> Maybe Dr Zvonar will be able to sort this out, isn't 250 the raw
>> MIDI number for start?
>
> Correct. Start = 250 decimal, FA Hex, 11111010 binary
>
>
> Here's the whole MIDI spec:
>
> CHANNEL VOICE MESSAGES
> ======================
>
> 1000nnnn 8N 128-143 0kkkkkkk Note Off event
> 0vvvvvvv vvvvvvv: note off velocity
>
> 1001nnnn 9N 144-159 0kkkkkkk Note On event (middle C = 60)
> 0vvvvvvv vvvvvvv: note on velocity
>
> 1010nnnn AN 160-175 0kkkkkkk Polyphonic key pressure/after
> touch
> 0vvvvvvv vvvvvvv: pressure value
>
> 1011nnnn BN 176-191 0ccccccc Control Change
> 0vvvvvvv ccccccc: control #(0-121)
> vvvvvvv: control value
> 0-31 continuous MSB, 32-63 LSB
> 64-95 switches,
> 96-121 undefined
> ccccccc: 122-127 reserved
>
> 1100nnnn CN 192-207 0ppppppp Program Change
> ppppppp: program number (0-127)
>
> 1101nnnn DN 208-223 0vvvvvvv Channel pressure/after touch
> vvvvvvv: pressure value
>
> 1110nnnn EN 224-239 0vvvvvvv Pitch wheel change LSB
> 0vvvvvvv Pitch wheel change MSB
>
> CHANNEL MODE MESSAGES
> =====================
>
> 1011nnnn BN 176-191 0ccccccc Selects Channel Mode
> 0vvvvvvv
> ccccccc = 122: Local Control
> vvvvvvv = 0: Local
> Control OFF
> vvvvvvv = 127: Local
> Control ON
>
> ccccccc = 123: All Notes OFF
> vvvvvvv = 0
>
> ccccccc = 124: Omni Mode OFF
> (All Notes OFF)
> vvvvvvv = 0:
>
> ccccccc = 125: Omni Mode ON
> (All Notes OFF)
> vvvvvvv = 0
>
> ccccccc = 126: Mono Mode ON
> (Poly Mode OFF,
> All Notes OFF)
> vvvvvvv = M (M=number of
> channels)
> vvvvvvv = 0 (number of
> channels =
>
> number of voices
> in receiver)
>
> ccccccc = 127: Poly Mode ON
> (All Notes OFF)
> vvvvvvv = 0
>
>
> SYSTEM COMMON MESSAGES
> ======================
>
> 11110000 F0 240 Start of System Exclusive
>
> 11110001 F1 241 MTC Quarter Frame
>
> 11110010 F2 242 Song Position Pointer
> 0lllllll lllllll: LSB
> 0hhhhhhh hhhhhhh: MSB
>
> 11110011 F3 243 0sssssss Song Select
> sssssss: Song #
>
> 11110100 F4 244 Undefined
>
> 11110101 F5 245 Undefined
>
> 11110110 F6 246 Tune Request
>
> 11110111 F7 247 End of System Exclusive
>
>
> SYSTEM REAL TIME MESSAGES
> =========================
>
> 11111000 F8 248 Timing Clock
> 11111001 F9 249 Undefined
> 11111010 FA 250 Start
> 11111011 FB 251 Continue
> 11111100 FC 252 Stop
> 11111101 FD 253 Undefined
> 11111110 FE 254 Active Sensing
> 11111111 FF 255 System Reset