Recording::AutomationRecorder Class Reference
Inheritance diagram for Recording::AutomationRecorder:
Public Member Functions | |
AutomationRecorder (RecordContext &ctx) | |
bool | setup (const Box &, const RecordListening &) override |
void | stop () override |
int | count () |
void | commit () |
void | firstMessageReceived () |
Public Attributes | |
RecordContext & | context |
score::hash_map< State::Address, RecordData > | numeric_records |
score::hash_map< State::Address, std::array< RecordData, 2 > > | vec2_records |
score::hash_map< State::Address, std::array< RecordData, 3 > > | vec3_records |
score::hash_map< State::Address, std::array< RecordData, 4 > > | vec4_records |
score::hash_map< State::Address, std::vector< RecordData > > | list_records |
The documentation for this class was generated from the following files:
- RecordManager.hpp
- RecordManager.cpp