|
Transform Reference Guide
|
Convert list of integers and strings to raw data bytes
Syntax
List2Raw options
Options
- -name
- Optional user-defined name for the transform
Inlets
- listIn
- List to convert
- Type: List
Outlets
- rawOut
- raw data output
- Type: Raw
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.