repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r370: Heroine Virutal's official release 1.2.1
[cinelerra_cv/mob.git]
/
hvirtual
/
cinelerra
/
vautomation.h
blob
d14001fe821e1a1ab35f1b53031861456846c8f3
1
#ifndef VAUTOMATION_H
2
#define VAUTOMATION_H
3
4
#include
"automation.h"
5
#include
"edl.inc"
6
#include
"track.inc"
7
8
class
VAutomation
:
public
Automation
9
{
10
public
:
11
VAutomation
(
EDL
*
edl
,
Track
*
track
);
12
~
VAutomation
();
13
14
int
create_objects
();
15
16
int
direct_copy_possible
(
int64_t
start
,
int
direction
);
17
};
18
19
20
#endif