LiVES  3.2.0
Macros
osc_notify.h File Reference

Go to the source code of this file.

Macros

#define LIVES_OSC_NOTIFY_NONE   0
 
#define LIVES_OSC_NOTIFY_FRAME_SYNCH   1
 sent when a frame is displayed More...
 
#define LIVES_OSC_NOTIFY_PLAYBACK_STARTED   2
 sent when a/v playback starts or clip is switched More...
 
#define LIVES_OSC_NOTIFY_PLAYBACK_STOPPED   3
 sent when a/v playback ends More...
 
#define LIVES_OSC_NOTIFY_PLAYBACK_STOPPED_RD   4
 sent when a/v playback ends and there is recorded data for rendering/previewing More...
 
#define LIVES_OSC_NOTIFY_RECORD_STARTED   32
 sent when record starts (TODO) More...
 
#define LIVES_OSC_NOTIFY_RECORD_STOPPED   33
 sent when record stops (TODO) More...
 
#define LIVES_OSC_NOTIFY_QUIT   64
 sent when app quits More...
 
#define LIVES_OSC_NOTIFY_CLIP_OPENED   128
 sent after a clip is opened More...
 
#define LIVES_OSC_NOTIFY_CLIP_CLOSED   129
 sent after a clip is closed More...
 
#define LIVES_OSC_NOTIFY_CLIPSET_OPENED   256
 sent after a clip set is opened More...
 
#define LIVES_OSC_NOTIFY_CLIPSET_SAVED   257
 sent after a clip set is closed More...
 
#define LIVES_OSC_NOTIFY_SUCCESS   512
 for OSC only (not for C++) More...
 
#define LIVES_OSC_NOTIFY_FAILED   1024
 for OSC only (not for C++) More...
 
#define LIVES_OSC_NOTIFY_CANCELLED   2048
 for OSC only (not for C++) More...
 
#define LIVES_OSC_NOTIFY_MODE_CHANGED   4096
 mode changed to clip editor or to multitrack More...
 
#define LIVES_OSC_NOTIFY_USER1   32768
 user defined notification (e.g. external sync) More...
 

Macro Definition Documentation

◆ LIVES_OSC_NOTIFY_CANCELLED

#define LIVES_OSC_NOTIFY_CANCELLED   2048

for OSC only (not for C++)

Definition at line 54 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_CLIP_CLOSED

#define LIVES_OSC_NOTIFY_CLIP_CLOSED   129

sent after a clip is closed

Definition at line 47 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_CLIP_OPENED

#define LIVES_OSC_NOTIFY_CLIP_OPENED   128

sent after a clip is opened

Definition at line 46 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_CLIPSET_OPENED

#define LIVES_OSC_NOTIFY_CLIPSET_OPENED   256

sent after a clip set is opened

Definition at line 49 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_CLIPSET_SAVED

#define LIVES_OSC_NOTIFY_CLIPSET_SAVED   257

sent after a clip set is closed

Definition at line 50 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_FAILED

#define LIVES_OSC_NOTIFY_FAILED   1024

for OSC only (not for C++)

Definition at line 53 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_FRAME_SYNCH

#define LIVES_OSC_NOTIFY_FRAME_SYNCH   1

sent when a frame is displayed

Definition at line 33 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_MODE_CHANGED

#define LIVES_OSC_NOTIFY_MODE_CHANGED   4096

mode changed to clip editor or to multitrack

Definition at line 56 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_NONE

#define LIVES_OSC_NOTIFY_NONE   0

Definition at line 31 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_PLAYBACK_STARTED

#define LIVES_OSC_NOTIFY_PLAYBACK_STARTED   2

sent when a/v playback starts or clip is switched

Definition at line 34 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_PLAYBACK_STOPPED

#define LIVES_OSC_NOTIFY_PLAYBACK_STOPPED   3

sent when a/v playback ends

Definition at line 35 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_PLAYBACK_STOPPED_RD

#define LIVES_OSC_NOTIFY_PLAYBACK_STOPPED_RD   4

sent when a/v playback ends and there is recorded data for rendering/previewing

Definition at line 39 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_QUIT

#define LIVES_OSC_NOTIFY_QUIT   64

sent when app quits

Definition at line 44 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_RECORD_STARTED

#define LIVES_OSC_NOTIFY_RECORD_STARTED   32

sent when record starts (TODO)

Definition at line 41 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_RECORD_STOPPED

#define LIVES_OSC_NOTIFY_RECORD_STOPPED   33

sent when record stops (TODO)

Definition at line 42 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_SUCCESS

#define LIVES_OSC_NOTIFY_SUCCESS   512

for OSC only (not for C++)

Definition at line 52 of file osc_notify.h.

◆ LIVES_OSC_NOTIFY_USER1

#define LIVES_OSC_NOTIFY_USER1   32768

user defined notification (e.g. external sync)

Definition at line 58 of file osc_notify.h.