|
Stepdance Software Library
|
RecorderTrack handles recording of a single motion stream. More...
#include <recording.hpp>
Public Member Functions | |
| void | begin () |
| int8_t | run () |
Public Attributes | |
| BlockPort | input_target_position |
RecorderTrack handles recording of a single motion stream.
The RecorderTrack class records a single motion stream by tracking the input target position and determining when steps occur based on the configured resolution. It is used internally by the FourTrackRecorder class to manage multiple recording channels. You should not have to intialize it directly.