forked from vladkorotnev/plasma-clock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
003_haruhi_no_omoi.cpp
43 lines (41 loc) · 948 Bytes
/
003_haruhi_no_omoi.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#include <sound/pomf.h>
extern "C" const POMFHeader POMF_HEAD = {
POMF_MAGIC_FILE,
POMF_CURVER,
"Haruhi no omoi",
"Kosaki Satoru - Haruhi no omoi"
};
extern "C" const melody_item_t POMF_TUNE[] = {
{FREQ_SET, 0, 554},
{DELAY, 0, 681},
{FREQ_SET, 0, 740},
{DELAY, 0, 1363},
{FREQ_SET, 0, 698},
{DELAY, 0, 681},
{FREQ_SET, 0, 1108},
{DELAY, 0, 1363},
{FREQ_SET, 0, 1108},
{DELAY, 0, 681},
{FREQ_SET, 0, 988},
{DELAY, 0, 1363},
{FREQ_SET, 0, 1108},
{DELAY, 0, 681},
{FREQ_SET, 0, 830},
{DELAY, 0, 1363},
{FREQ_SET, 0, 932},
{DELAY, 0, 340},
{FREQ_SET, 0, 988},
{DELAY, 0, 340},
{FREQ_SET, 0, 1108},
{DELAY, 0, 1363},
{FREQ_SET, 0, 740},
{DELAY, 0, 681},
{FREQ_SET, 0, 988},
{DELAY, 0, 1363},
{FREQ_SET, 0, 932},
{DELAY, 0, 681},
{FREQ_SET, 0, 830},
{DELAY, 0, 2045},
{FREQ_SET, 0, 0},
{DELAY, 0, 3579},
};