Retrospective recording

I would like to experiment with retrospective recording in my app. I see there is a “SettingID::retrospectiveRecord” storage property but I don’t know how to enable it. Does it just set the length of recording time?
Additionally, what else would be needed to start capturing midi on a track and applying it later to a clip?

Thanks

Yes, this setting is just the number of seconds to capture in the retrospective buffer.
To use it you just call TransportControl::applyRetrospectiveRecord() or TransportControl::getRetrospectiveRecordAsAudioFiles()

1 Like