oops, that commit wasn't so clean
[hrr.git] / bot.h
blob03da554dbf61a9ffb362aa85239632e1c9c5b5b4
1 /*
2 -----BEGIN PGP SIGNED MESSAGE-----
3 Hash: SHA1
5 m m mm mmm .----------. .---------------------. mmm mm m m
6 8 8 88 888 | .--------` | .------------------` 888 88 8 8
7 8 8 88 888 | ```````|`V```````| |``||``|`````| 888 88 8 8
8 8 8 88 888 `------ | | [] | |``````|| | [] | 888 88 8 8
9 8 8 88 888 |`````` | | | ````|```` | | 888 88 8 8
10 ` ` `` ``` ``````````````> |````````````| |`` ``` `` ` `
11 ==============` `---`
12 L A B O R A T O R I E S
14 This file is part of Hacker Radio Rec.
16 Hacker Radio Rec is free software: you can redistribute it and/or
17 modify it under the terms of the GNU General Public License as
18 published by the Free Software Foundation, either version 3 of
19 the License or (at your option) any later version.
21 Hacker Radio Rec is distributed in the hope that it will be
22 useful, but WITHOUT ANY WARRANTY; without even the implied
23 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
24 See the GNU General Public License for more details.
26 Copyright (C) 2009, Thea DeSilva
27 You can find a copy of GNU General Public License in COPYING
29 enum { CMD_CUE,
30 CMD_LIVE,
31 CMD_MENU,
32 CMD_MANUAL,
33 CMD_SELECT,
34 CMD_ENVELOPE,
35 CMD_MOVE,
36 CMD_START,
37 CMD_STOP,
38 CMD_PAUSE,
39 CMD_PLAY,
40 CMD_REC,
41 CMD_END,
42 CMD_HSCROLL,
43 CMD_VSCROLL,
44 CMD_PAGELEFT,
45 CMD_PAGERIGHT };
47 enum { MENU_LOAD,
48 MENU_SAVE,
49 MENU_CLEAR,
50 MENU_CLEAR_TRACK,
51 MENU_WAVE_COPY,
52 MENU_WAVE_DELETE,
53 MENU_WAVE_CLEAR,
54 MENU_WAVE_PASTE,
55 MENU_WAVE_CUT,
56 MENU_WAVE_ZOOMTO};
58 enum { TOOL_SELECT,
59 TOOL_ENVELOPE,
60 TOOL_MOVE };
62 extern Sint32 current_tool;
65 void mover(Sint32 cmd);
66 Sint32 cue_file_bot(struct select_file_t *selector, char *filename);
67 Sint32 nah_really(struct object_t *obj, Sint32 data);
68 Sint32 bottom(struct object_t *obj, Sint32 data);
69 Sint32 menu_bottom(struct object_t *obj, Sint32 data);
70 void host_msg_recv(Sint32 msg, void *data, Sint32 len);
72 Thank you for your attention
73 -----BEGIN PGP SIGNATURE-----
74 Version: GnuPG v1.4.9 (OpenBSD)
76 iEYEARECAAYFAkrsgwsACgkQMNO4A6bnBrMZFgCfaWByG/EIcOCO0vuorigZabYa
77 HY8An0VfQoQwdHN0vRrnKA+Po7p7jzru
78 =0XpB
79 -----END PGP SIGNATURE-----