Audacity 3.2.0
JournalEvents.h
Go to the documentation of this file.
1/*!********************************************************************
2
3 Audacity: A Digital Audio Editor
4
5 @name JournalEvents.h
6
7 @brief utilities to record events to journal and recreate them on playback
8
9 Paul Licameli
10
11**********************************************************************/
12
13#include <vector>
14
15namespace Journal
16{
17namespace Events
18{
19 //\brief Whether events are being recorded to the journal
20 bool IsWatching();
21
22 //\brief Stop watching events, and give the user an error message
24}
25}
void FailedEventSerialization()
Facilities for recording and playback of sequences of user interaction.