Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
osc-crystal
v0.1.1
OSC
BudleElement
Bundle
Client
Decode
Encode
Message
Server
Type
Blob
False
Inf
Midi
RGBA
True
Types
Util
Built with Crystal 1.9.2
2023-10-08 13:05:35 UTC
class
OSC::Type::Midi
OSC::Type::Midi
Reference
Object
Defined in:
osc-crystal/type.cr
Constructors
.new
(port : UInt8, status : UInt8, data1 : UInt8, data2 : UInt8)
.new
(data : Array(UInt8))
Instance Method Summary
#==
(m : Midi)
#data
: Array(UInt8)
Constructor Detail
def self.
new
(port : UInt8, status : UInt8, data1 : UInt8, data2 : UInt8)
#
[
View source
]
def self.
new
(data : Array(UInt8))
#
[
View source
]
Instance Method Detail
def
==
(m :
Midi
)
#
[
View source
]
def
data
: Array(UInt8)
#
[
View source
]