#include <Patch.h>
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 () |
The Patch class makes sure the patch information is correct, storing the name and state of the active patch.
| Patch::Patch | ( | std::string | , |
| bool | , | ||
| bool | |||
| ) |
| void Patch::setName | ( | std::string | ) |
Setters and Getters.
These setters and getters are used to manage the name and state of Patch
1.7.3