Home | History | Annotate | Download | only in JetCreator

Lines Matching refs:ReadByte

257 def ReadByte (stream):

267 bytes.append(ReadByte(stream))
273 byte = ReadByte(stream)
407 note = ReadByte(stream)
408 velocity = ReadByte(stream)
441 note = ReadByte(stream)
442 velocity = ReadByte(stream)
472 note = ReadByte(stream)
473 value = ReadByte(stream)
498 controller = ReadByte(stream)
499 value = ReadByte(stream)
526 controller = ReadByte(stream)
527 value = ReadByte(stream)
553 program = ReadByte(stream)
577 value = ReadByte(stream)
601 value = (ReadByte(stream) << 7) + ReadByte(stream) - 0x2000
695 meta_type = ReadByte(stream)
1023 msg_type = ReadByte(stream)