Public Member Functions

Patch Class Reference

Patch. More...

#include <Patch.h>

List of all members.

Public Member Functions

 Patch (std::string, bool, bool)
 Patch Constructor.
void setName (std::string)
 Setters and Getters.
void setIsEnabled (bool)
void setIsPlaying (bool)
std::string * getName ()
bool getIsEnabled ()
bool getIsPlaying ()

Detailed Description

Patch.

The Patch class makes sure the patch information is correct, storing the name and state of the active patch.


Constructor & Destructor Documentation

Patch::Patch ( std::string  ,
bool  ,
bool   
)

Patch Constructor.

The Patch constructor expects params patchName, isEnabled, isPlaying


Member Function Documentation

void Patch::setName ( std::string  )

Setters and Getters.

These setters and getters are used to manage the name and state of Patch


The documentation for this class was generated from the following files:
 All Classes Functions