summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx/mtx-src/notes.h
blob: 8806ef868cc510eb4454a9519a457d04572c7ee6 (plain)
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
/* Header for module notes, generated by p2c 1.21alpha-07.Dec.93 */
#ifndef NOTES_H
#define NOTES_H


/*$V-*/

#ifndef CONTROL_H
#include "control.h"
#endif


#ifdef NOTES_G
# define vextern
#else
# define vextern extern
#endif


extern short count64['9' + 1 - '0'];


extern void processNote(Char *note, Char *xnote, Char dur1, Char *dur,
			short *count);
extern Char durationCode(Char *note);
extern Char octaveCode(Char *note);
extern void removeOctaveCode(Char code, Char *note);
extern void insertOctaveCode(Char code, Char *note);
extern void translateSolfa(Char *nt);


#undef vextern

#endif /*NOTES_H*/

/* End. */