summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx/mtx-src/notes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/m-tx/mtx-src/notes.h')
-rw-r--r--Build/source/utils/m-tx/mtx-src/notes.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/Build/source/utils/m-tx/mtx-src/notes.h b/Build/source/utils/m-tx/mtx-src/notes.h
new file mode 100644
index 00000000000..8806ef868cc
--- /dev/null
+++ b/Build/source/utils/m-tx/mtx-src/notes.h
@@ -0,0 +1,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. */