reaper-osc
    Preparing search index...

    Enumeration OscArgumentType

    Index

    Enumeration Members

    BLOB: "b"

    Binary blob

    CHAR: "c"

    Single Character

    COLOR: "r"
    DOUBLE: "d"

    64-bit Floating Point

    FALSE: "F"

    False. No bytes are allocated in the argument data

    FLOAT: "f"

    32-bit Floating Point

    IMPULSE: "I"

    Impulse aka bang. Used for event triggers. No bytes are allocated in the argument data

    INT: "i"

    32-bit Integer

    LONG: "h"

    64-bit Integer

    MIDI: "m"
    NULL: "N"

    Null. No bytes are allocated in the argument data

    STRING: "s"

    String

    TRUE: "T"

    True. No bytes are allocated in the argument data