Muvicado HD
Loading...
Searching...
No Matches
VVMIDIMessage Class Reference

#include <VVMIDIMessage.h>

Inheritance diagram for VVMIDIMessage:
Collaboration diagram for VVMIDIMessage:

Instance Methods

(id) - initWithType:channel:
(id) - initFromVals:t:c:d1:
(id) - initWithSysexArray:
(NSString *) - description
(NSString *) - lengthyDescription
(Byte) - type
(void) - setType:
(Byte) - channel
(void) - setData1:
(Byte) - data1
(void) - setData2:
(Byte) - data2
(NSMutableArray *) - sysexArray

Class Methods

(id) + createWithType:channel:
(id) + createFromVals:t:c:d1:
(id) + createWithSysexArray:

Protected Attributes

Byte type
Byte channel
Byte data1
Byte data2
NSMutableArray * sysexArray

Detailed Description

Definition at line 7 of file VVMIDIMessage.h.

Method Documentation

◆ channel

- (Byte) channel

◆ createFromVals:t:c:d1:

+ (id) createFromVals: (Byte)
t: (Byte)
c: (Byte)
d1: (Byte) d2 

◆ createWithSysexArray:

+ (id) createWithSysexArray: (NSMutableArray *) s

◆ createWithType:channel:

+ (id) createWithType: (Byte) t
channel: (Byte) c 

◆ data1

- (Byte) data1

◆ data2

- (Byte) data2

◆ description

- (NSString *) description
Here is the call graph for this function:
Here is the caller graph for this function:

◆ initFromVals:t:c:d1:

- (id) initFromVals: (Byte)
t: (Byte)
c: (Byte)
d1: (Byte) d2 

◆ initWithSysexArray:

- (id) initWithSysexArray: (NSMutableArray *) s

◆ initWithType:channel:

- (id) initWithType: (Byte) t
channel: (Byte) c 

◆ lengthyDescription

- (NSString *) lengthyDescription
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setData1:

- (void) setData1: (Byte) newData

◆ setData2:

- (void) setData2: (Byte) newData

◆ setType:

- (void) setType: (Byte) newType

◆ sysexArray

- (NSMutableArray *) sysexArray

◆ type

- (Byte) type

Member Data Documentation

◆ channel

- (Byte) channel
protected

Definition at line 9 of file VVMIDIMessage.h.

◆ data1

- (Byte) data1
protected

Definition at line 10 of file VVMIDIMessage.h.

◆ data2

- (Byte) data2
protected

Definition at line 11 of file VVMIDIMessage.h.

◆ sysexArray

- (NSMutableArray*) sysexArray
protected

Definition at line 14 of file VVMIDIMessage.h.

◆ type

- (Byte) type
protected

Definition at line 8 of file VVMIDIMessage.h.


The documentation for this class was generated from the following file: