Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / shuttle.inc
1 // Copyright 2013 Eric Messick (FixedImagePhoto.com/Contact)
2 // reworked 2019 for cinelerra-gg by William Morrow
3
4 #ifndef __SHUTTLE_INC__
5 #define __SHUTTLE_INC__
6
7 class KeySymMapping;
8 class Stroke;
9 class Strokes;
10 class Modifiers;
11 class Translation;
12 class Translations;
13 class Shuttle;
14
15 // playback max speed -64x .. 64x
16 #define SHUTTLE_MAX_SPEED 64.
17
18 #endif