projects
/
goodguy
/
cinelerra.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Batch Render menu help key using xdg-open + 8 more translations by RafaMar
[goodguy/cinelerra.git]
/
cinelerra-5.1
/
cinelerra
/
shuttle.inc
1
#ifndef __SHUTTLE_INC__
2
#define __SHUTTLE_INC__
3
4
class KeySymMapping;
5
class Stroke;
6
class Strokes;
7
class Modifiers;
8
class Translation;
9
class Translations;
10
class Shuttle;
11
12
// playback max speed -64x .. 64x
13
#define SHUTTLE_MAX_SPEED 64.
14
15
#endif