module OSC::Type

Extended Modules

Defined in:

osc-crystal/type.cr

Instance Method Summary

Instance Method Detail

def tag_to_type(tag : Char) #

[View source]
def type_to_tag(type : Int32) #

[View source]
def type_to_tag(type : Float32) #

[View source]
def type_to_tag(type : String) #

[View source]
def type_to_tag(type : Array(UInt8)) #

[View source]
def type_to_tag(type : Int64) #

[View source]
def type_to_tag(type : Time) #

[View source]
def type_to_tag(type : Float64) #

[View source]
def type_to_tag(type : Char) #

[View source]
def type_to_tag(type : OSC::Type::RGBA) #

[View source]
def type_to_tag(type : OSC::Type::Midi) #

[View source]
def type_to_tag(type : OSC::Type::True.class) #

[View source]
def type_to_tag(type : OSC::Type::False.class) #

[View source]
def type_to_tag(type : Nil.class) #

[View source]
def type_to_tag(type : OSC::Type::Inf.class) #

[View source]