Transform Reference Guide

raw::List2Raw [Help Patch]

Convert list of integers and strings to raw data bytes

Syntax

List2Raw options

Options

Inlets

Outlets

Comments

List2Raw converts a list of integers and strings into a stream of raw data types, useful for network protocols or MIDI system exclusive messages. Integers are converted in the corresponding byte (e.g., the integer 41 is converted to byte value 41, the character "A"), while strings are appended directly to the data stream (e.g., the string "OSW" appends the characters "O", "S" and "W"). Elements of other data types return errors and do not affect the data stream output.

See Also

Raw2List
UDPSend
UDPListen

Open Sound World User Guide
© 2000-2004 Amar Chaudhary. All rights reserved.