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

#include <VVMIDIManager.h>

Inheritance diagram for VVMIDIManager:
Collaboration diagram for VVMIDIManager:

Instance Methods

(void) - generalInit
(NSMutableDictionary *) - createSnapshot
(void) - loadSnapshot:
(void) - loadMIDIInputSources
(void) - loadMIDIOutputDestinations
(void) - createVirtualNodes
(void) - setupChanged
(void) - receivedMIDI:
(void) - receivedMIDI:fromNode:
(void) - sendMsg:
(void) - sendMsgs:
(VVMIDINode *) - findDestNodeNamed:
(VVMIDINode *) - findSourceNodeNamed:
(NSArray *) - destNodeNameArray
(id) - receivingNodeClass
(id) - sendingNodeClass
(NSString *) - receivingNodeName
(NSString *) - sendingNodeName
(MutLockArray *) - sourceArray
(MutLockArray *) - destArray
(VVMIDINode *) - virtualSource
(VVMIDINode *) - virtualDest
(id) - delegate
(void) - setDelegate:

Protected Attributes

MutLockArraysourceArray
MutLockArraydestArray
VVMIDINodevirtualSource
VVMIDINodevirtualDest
id delegate

Detailed Description

Definition at line 19 of file VVMIDIManager.h.

Method Documentation

◆ createSnapshot

- (NSMutableDictionary *) createSnapshot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ createVirtualNodes

- (void) createVirtualNodes
Here is the call graph for this function:
Here is the caller graph for this function:

◆ delegate

- (id) delegate

◆ destArray

- (MutLockArray *) destArray

◆ destNodeNameArray

- (NSArray *) destNodeNameArray
Here is the call graph for this function:
Here is the caller graph for this function:

◆ findDestNodeNamed:

- (VVMIDINode *) findDestNodeNamed: (NSString *) n

◆ findSourceNodeNamed:

- (VVMIDINode *) findSourceNodeNamed: (NSString *) n

◆ generalInit

- (void) generalInit
Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadMIDIInputSources

- (void) loadMIDIInputSources
Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadMIDIOutputDestinations

- (void) loadMIDIOutputDestinations
Here is the call graph for this function:
Here is the caller graph for this function:

◆ loadSnapshot:

- (void) loadSnapshot: (NSDictionary *) d

◆ receivedMIDI:

- (void) receivedMIDI: (NSArray *) a

◆ receivedMIDI:fromNode:

- (void) receivedMIDI: (NSArray *) a
fromNode: (VVMIDINode *) n 

Reimplemented from <VVMIDIDelegateProtocol>.

◆ receivingNodeClass

- (id) receivingNodeClass
Here is the call graph for this function:
Here is the caller graph for this function:

◆ receivingNodeName

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

◆ sendingNodeClass

- (id) sendingNodeClass
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sendingNodeName

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

◆ sendMsg:

- (void) sendMsg: (VVMIDIMessage *) m

◆ sendMsgs:

- (void) sendMsgs: (NSArray *) a

◆ setDelegate:

- (void) setDelegate: (id) n

◆ setupChanged

- (void) setupChanged

Reimplemented from <VVMIDIDelegateProtocol>.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sourceArray

- (MutLockArray *) sourceArray

◆ virtualDest

- (VVMIDINode *) virtualDest

◆ virtualSource

- (VVMIDINode *) virtualSource

Member Data Documentation

◆ delegate

- (id) delegate
protected

Definition at line 26 of file VVMIDIManager.h.

◆ destArray

- (MutLockArray*) destArray
protected

Definition at line 21 of file VVMIDIManager.h.

◆ sourceArray

- (MutLockArray*) sourceArray
protected

Definition at line 20 of file VVMIDIManager.h.

◆ virtualDest

- (VVMIDINode*) virtualDest
protected

Definition at line 24 of file VVMIDIManager.h.

◆ virtualSource

- (VVMIDINode*) virtualSource
protected

Definition at line 23 of file VVMIDIManager.h.


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