Muvicado HD
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAppControllerCoordinates presentation of top-level preference and MIDI setup panels
 Cbbox_shape
 CControllerManages the active Mode and connects UI elements with the PlayArea
 CDrawFreehandPadModeMode that digitizes a freehand path into a Pad while dragging
 CDrawPolygonPadModeMode for drawing polygons on the pad with adjustable transparency
 CDrawTraceModeMode for drawing by tracing over existing elements or guides
 Cedge_shape
 CElementAbstract base class for items stored in PadView's element bag
 Cgpc_polygon
 Cgpc_tristrip
 Cgpc_vertex
 Cgpc_vertex_list
 Cit_shape
 Clmt_shape
 CModeBase class for interaction modes used by PlayArea and Controller
 CMovePadModeMode that lets the user move selected pads and sweep a marquee to select pads
 CMutLockArraySimilar to NSMutableArray, but thread-safe. Internally, uses an NSMutableArray and a rwlock
 CMutLockDictMutLockDict is a thread-safe version of NSMutableDictionary
 CMutNRLockArraySubclass of MutLockArray; this class does NOT retain the objects in its array!
 CMutNRLockDictSubclass of MutLockDict; this class does NOT retain the objects in its array!
 CMuvicadoTests
 CNamedMutLockArray
 CNotePaletteAreaRenders a grid of pads mapped to MIDI notes and forwards interactions
 CNSBezierPath(GPC)
 CObjectHolder
 Cp_shape
 CPadA drawable element backed by NSBezierPath with color, text, and MIDI attributes
 CPadViewNSView subclass that displays and edits Pad elements
 CPadView(Persist)
 CPageSelectAreaA PadView subclass providing UI to select and navigate pages
 CPlayAreaNSView subclass that hosts pads, modes, and editing commands
 CPreferenceControllerManages the Preferences window, including color and startup options
 CRestModePassive mode that immediately switches to its next mode on mouse up
 Csbt_t_shape
 Cst_shape
 CUtilityNamespace-style class for color math, randomization, and note helpers
 Cv_shape
 CVVCrashReporterSimple class which automatically uploads crash logs and other relevant diagnostic information automatically made available by os x to a remote server
 C<VVCrashReporterDelegate>The crash reporter's delegate must adhere to this protocol
 CVVCrashReporterDescriptionField
 CVVCrashReporterEmailField
 CVVCURLDL
 C<VVCURLDLDelegate>
 C<VVMIDIDelegateProtocol>
 CVVMIDIManager
 CVVMIDIMessage
 CVVMIDINode
 CVVSprite
 CVVSpriteControl
 CVVSpriteControlCell
 CVVSpriteGLView
 CVVSpriteManager
 CVVSpriteView
 CVVStopwatchThis class is used to measure how long it takes to do things; much easier to work with than NSDate
 CVVThreadLoopSimple class for spawning a thread which executes at a specified interval- simpler and easier to work with than NSThread/NSTimer in multi-threaded programming environments