Loading...
Searching...
No Matches
Recording::AutomationRecorder Class Reference
Inheritance diagram for Recording::AutomationRecorder:
Recording::RecordProvider

Public Member Functions

 AutomationRecorder (RecordContext &ctx)
 
bool setup (const Box &, const RecordListening &) override
 
void stop () override
 
int count ()
 
void commit ()
 
void firstMessageReceived ()
 

Public Attributes

RecordContextcontext
 
score::hash_map< State::Address, RecordDatanumeric_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
 

Member Function Documentation

◆ setup()

bool Recording::AutomationRecorder::setup ( const Box box,
const RecordListening &  recordListening 
)
overridevirtual

◆ stop()

void Recording::AutomationRecorder::stop ( )
overridevirtual

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