annotate tools/dumpmod.c @ 2565:d56a0e86067a

Improve error handling.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 28 Feb 2022 11:49:58 +0200
parents aacf3bd1cceb
children 9807ae37ad69
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 /*
942
38cad00b41dd Rename viewmod utility to dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 860
diff changeset
2 * dumpmod - View information about given module file
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 * Programmed and designed by Matti 'ccr' Hamalainen
942
38cad00b41dd Rename viewmod utility to dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 860
diff changeset
4 * (C) Copyright 2006-2015 Tecnic Software productions (TNSP)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 *
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 * Please read file 'COPYING' for information on license and distribution.
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 */
1432
a9516570cc26 Improve build, so that we can build the tools and tests with minimal
Matti Hamalainen <ccr@tnsp.org>
parents: 1413
diff changeset
8 #include "dmtool.h"
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 #include "jss.h"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 #include "jssmod.h"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 #include "dmargs.h"
285
245b15cd1919 Don't link libSDL uselessly to utilities that do not actually use it.
Matti Hamalainen <ccr@tnsp.org>
parents: 152
diff changeset
12 #include "dmmutex.h"
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 char *optFilename = NULL;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 BOOL optViewPatterns = FALSE,
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 optViewInstruments = FALSE,
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 optViewExtInstruments = FALSE,
795
926e3900119c Add -d option to viewmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 777
diff changeset
19 optViewGeneralInfo = FALSE,
926e3900119c Add -d option to viewmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 777
diff changeset
20 optDump = FALSE;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22
860
daebbf28953d The argument handling API in dmargs* was synced with th-libs.
Matti Hamalainen <ccr@tnsp.org>
parents: 797
diff changeset
23 static const DMOptArg optList[] =
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 {
2408
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
25 { 0, '?', "help" , "Show this help", OPT_NONE },
2410
bc05bcfc4598 Add a C file with the generic BSD license text and a function for
Matti Hamalainen <ccr@tnsp.org>
parents: 2408
diff changeset
26 { 1, 0, "license" , "Print out this program's license agreement", OPT_NONE },
2408
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
27 { 2, 'v', "verbose" , "Be more verbose", OPT_NONE },
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
28
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
29 { 10, 'p', "patterns" , "View patterns", OPT_NONE },
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
30 { 12, 'i', "instruments" , "View instruments", OPT_NONE },
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
31 { 14, 'e', "extinstruments" , "View extended instruments", OPT_NONE },
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
32 { 16, 'g', "general" , "General information", OPT_NONE },
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
33 { 18, 'd', "dump" , "Dump mode", OPT_NONE },
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
34 { 20, 'a', "all" , "Dump all information (pat, ext, gen, inst)", OPT_NONE },
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 };
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 const int optListN = sizeof(optList) / sizeof(optList[0]);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 void argShowHelp()
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 dmPrintBanner(stdout, dmProgName, "[options] [modfile]");
2402
b7cd5dd0b82e Merge one more change from th-libs args processing.
Matti Hamalainen <ccr@tnsp.org>
parents: 2183
diff changeset
43 dmArgsPrintHelp(stdout, optList, optListN, 0, 80 - 2);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 BOOL argHandleOpt(const int optN, char *optArg, char *currArg)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 (void) optArg;
1235
5b8245e5f785 Remove trailing whitespace.
Matti Hamalainen <ccr@tnsp.org>
parents: 1200
diff changeset
50
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
51 switch (optN)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52 {
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
53 case 0:
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
54 argShowHelp();
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
55 exit(0);
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
56 break;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57
2410
bc05bcfc4598 Add a C file with the generic BSD license text and a function for
Matti Hamalainen <ccr@tnsp.org>
parents: 2408
diff changeset
58 case 1:
bc05bcfc4598 Add a C file with the generic BSD license text and a function for
Matti Hamalainen <ccr@tnsp.org>
parents: 2408
diff changeset
59 dmPrintLicense(stdout);
bc05bcfc4598 Add a C file with the generic BSD license text and a function for
Matti Hamalainen <ccr@tnsp.org>
parents: 2408
diff changeset
60 exit(0);
bc05bcfc4598 Add a C file with the generic BSD license text and a function for
Matti Hamalainen <ccr@tnsp.org>
parents: 2408
diff changeset
61 break;
bc05bcfc4598 Add a C file with the generic BSD license text and a function for
Matti Hamalainen <ccr@tnsp.org>
parents: 2408
diff changeset
62
2408
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
63 case 2:
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
64 dmVerbosity++;
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
65 break;
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
66
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
67 case 10:
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
68 optViewPatterns = TRUE;
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
69 break;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70
2408
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
71 case 12:
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
72 optViewInstruments = TRUE;
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
73 break;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74
2408
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
75 case 14:
1399
30c888dfec9f Fix commandline option mixup -g vs -e
Matti Hamalainen <ccr@tnsp.org>
parents: 1348
diff changeset
76 optViewExtInstruments = TRUE;
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
77 break;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78
2408
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
79 case 16:
1399
30c888dfec9f Fix commandline option mixup -g vs -e
Matti Hamalainen <ccr@tnsp.org>
parents: 1348
diff changeset
80 optViewGeneralInfo = TRUE;
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
81 break;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82
2408
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
83 case 18:
795
926e3900119c Add -d option to viewmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 777
diff changeset
84 optDump = TRUE;
926e3900119c Add -d option to viewmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 777
diff changeset
85 break;
926e3900119c Add -d option to viewmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 777
diff changeset
86
2408
60e119262c67 Option index re-ordering cleanup work.
Matti Hamalainen <ccr@tnsp.org>
parents: 2402
diff changeset
87 case 20:
1346
3f0fb57d58aa Add -a/--all option to show all information about the module.
Matti Hamalainen <ccr@tnsp.org>
parents: 1345
diff changeset
88 optViewPatterns = TRUE;
3f0fb57d58aa Add -a/--all option to show all information about the module.
Matti Hamalainen <ccr@tnsp.org>
parents: 1345
diff changeset
89 optViewInstruments = TRUE;
3f0fb57d58aa Add -a/--all option to show all information about the module.
Matti Hamalainen <ccr@tnsp.org>
parents: 1345
diff changeset
90 optViewGeneralInfo = TRUE;
3f0fb57d58aa Add -a/--all option to show all information about the module.
Matti Hamalainen <ccr@tnsp.org>
parents: 1345
diff changeset
91 optViewExtInstruments = TRUE;
3f0fb57d58aa Add -a/--all option to show all information about the module.
Matti Hamalainen <ccr@tnsp.org>
parents: 1345
diff changeset
92 break;
3f0fb57d58aa Add -a/--all option to show all information about the module.
Matti Hamalainen <ccr@tnsp.org>
parents: 1345
diff changeset
93
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
94 default:
2183
e3f0eaf23f4f Change the error message for unimplemented option argument.
Matti Hamalainen <ccr@tnsp.org>
parents: 1606
diff changeset
95 dmErrorMsg("Unimplemented option argument '%s'.\n", currArg);
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
96 return FALSE;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97 }
1235
5b8245e5f785 Remove trailing whitespace.
Matti Hamalainen <ccr@tnsp.org>
parents: 1200
diff changeset
98
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 return TRUE;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 BOOL argHandleFile(char *currArg)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 // Was not option argument
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 if (!optFilename)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 optFilename = currArg;
1345
172a42eb290b Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1235
diff changeset
108 else
172a42eb290b Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1235
diff changeset
109 {
172a42eb290b Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1235
diff changeset
110 dmErrorMsg("Oh noes, we can only hand one file and '%s' looks like a second one!\n", currArg);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 return FALSE;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 }
1235
5b8245e5f785 Remove trailing whitespace.
Matti Hamalainen <ccr@tnsp.org>
parents: 1200
diff changeset
113
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 return TRUE;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 const char patNoteTable[12][3] =
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 "C-", "C#", "D-",
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121 "D#", "E-", "F-",
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 "F#", "G-", "G#",
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 "A-", "A#", "B-"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 };
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125
1200
1587a2f0a2bc Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 1199
diff changeset
126
1587a2f0a2bc Cosmetics.
Matti Hamalainen <ccr@tnsp.org>
parents: 1199
diff changeset
127 #define jmpNMODEffectTable (36)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 static const char jmpMODEffectTable[jmpNMODEffectTable] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
131 void printEscaped(FILE *f, const char *str)
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
132 {
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
133 while (*str)
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
134 {
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
135 fputc(isprint(*str) ? *str : '*', f);
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
136 str++;
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
137 }
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
138 }
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
139
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
140
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
141 const char *getNote(const int note)
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
142 {
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
143 static char tmp[16];
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
144 snprintf(tmp, sizeof(tmp), "%s%d",
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
145 patNoteTable[note % 12], note / 12);
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
146 return tmp;
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
147 }
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
148
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
149
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
150 /* Print a given pattern
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151 */
1345
172a42eb290b Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1235
diff changeset
152 void printPattern(FILE *f, const JSSPattern *p)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
154 int i, j;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 char c;
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
156 JSSNote *n = p->data;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 for (i = 0; i < p->nrows; i++)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160 fprintf(f, "%.2x: ", i);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
161
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162 for (j = 0; j < p->nchannels; j++)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164 switch (n->note)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
165 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
166 case jsetNotSet:
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 fprintf(f, "... ");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168 break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
169 case jsetNoteOff:
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
170 fprintf(f, "=== ");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
172 default:
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
173 fprintf(f, "%s ", getNote(n->note));
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
174 break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
175 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
176
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
177 if (n->instrument != jsetNotSet)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
178 fprintf(f, "%.2x ", n->instrument + 1); // Because FT2 is 1-based and we use 0 internally
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
179 else
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 fprintf(f, ".. ");
1235
5b8245e5f785 Remove trailing whitespace.
Matti Hamalainen <ccr@tnsp.org>
parents: 1200
diff changeset
181
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 if (n->volume == jsetNotSet)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 fprintf(f, ".. ");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184 else if (n->volume >= 0x00 && n->volume <= 0x40)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
185 fprintf(f, "%.2x ", n->volume);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
186 else
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
187 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
188 switch (n->volume & 0xf0)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
189 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
190 case 0x50: c = '-'; break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
191 case 0x60: c = '+'; break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
192 case 0x70: c = '/'; break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
193 case 0x80: c = '\\'; break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
194 case 0x90: c = 'S'; break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
195 case 0xa0: c = 'V'; break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
196 case 0xb0: c = 'P'; break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
197 case 0xc0: c = '<'; break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
198 case 0xd0: c = '>'; break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
199 case 0xe0: c = 'M'; break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
200 default: c = '?'; break;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
201 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
202 fprintf(f, "%c%x ", c, (n->volume & 0x0f));
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
203 }
1235
5b8245e5f785 Remove trailing whitespace.
Matti Hamalainen <ccr@tnsp.org>
parents: 1200
diff changeset
204
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
205 if (n->effect >= 0 && n->effect < jmpNMODEffectTable)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
206 fprintf(f, "%c", jmpMODEffectTable[n->effect]);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
207 else if (n->effect == jsetNotSet)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
208 fprintf(f, ".");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
209 else
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
210 fprintf(f, "?");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
211
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
212 if (n->param != jsetNotSet)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
213 fprintf(f, "%.2x|", n->param);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
214 else
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
215 fprintf(f, "..|");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
216
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
217 n++;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
218 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
219
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
220 fprintf(f, "\n");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
221 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
222 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
223
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
224
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
225 /*
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
226 * Print given extended instrument
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
227 */
1345
172a42eb290b Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1235
diff changeset
228 void printEnvelope(FILE *f, const JSSEnvelope *e, const char *name)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
229 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
230 int i;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
231
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
232 fprintf(f,
1112
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
233 " %s-envelope:\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
234 " flags......: %.4x%s%s%s\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
235 " npoints....: %d\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
236 " sustain....: %d\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
237 " loop.......: %d - %d\n",
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
238 name, e->flags,
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
239 (e->flags & jenvfUsed) ? " [used]" : "",
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
240 (e->flags & jenvfSustain) ? " [sust]" : "",
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
241 (e->flags & jenvfLooped) ? " [loop]" : "",
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
242 e->npoints, e->sustain,
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
243 e->loopS, e->loopE);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
244
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
245 if (dmVerbosity >= 2)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
246 {
1112
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
247 fprintf(f,
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
248 " Points.....:");
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
249
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
250 for (i = 0; i < e->npoints; i++)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
251 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
252 fprintf(f, " [%i:%i]",
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
253 e->points[i].frame, e->points[i].value);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
254 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
255
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
256 fprintf(f, "\n");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
257 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
258 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
259
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
260
1345
172a42eb290b Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1235
diff changeset
261 void printExtInstrument(FILE *f, const JSSExtInstrument *inst)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
262 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
263 #ifndef JSS_LIGHT
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
264 if (inst->desc && !optDump)
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
265 {
1112
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
266 fprintf(f, "'");
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
267 printEscaped(f, inst->desc);
1112
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
268 fprintf(f, "'");
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
269 }
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
270 #endif
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
271 fprintf(f,
1112
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
272 "\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
273 " nsamples.......: %i\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
274 " vibratoType....: %i\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
275 " vibratoSweep...: %i\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
276 " vibratoDepth...: %i\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
277 " vibratoRate....: %i\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
278 " fadeOut........: %i\n",
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
279 inst->nsamples, inst->vibratoType, inst->vibratoSweep,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
280 inst->vibratoDepth, inst->vibratoRate, inst->fadeOut);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
281
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
282 if (dmVerbosity >= 1)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
283 {
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
284 printEnvelope(f, &inst->volumeEnv, "Volume");
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
285 printEnvelope(f, &inst->panningEnv, "Panning");
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
286 }
1235
5b8245e5f785 Remove trailing whitespace.
Matti Hamalainen <ccr@tnsp.org>
parents: 1200
diff changeset
287
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
288 if (dmVerbosity >= 2)
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
289 {
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
290 int n;
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
291 fprintf(f,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
292 " sNumForNotes: ");
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
293 for (n = 0; n < jsetNNotes; n++)
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
294 {
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
295 int snum = inst->sNumForNotes[n];
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
296 if (snum != jsetNotSet)
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
297 {
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
298 fprintf(f, "%s:%d ", getNote(n), snum);
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
299 }
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
300 }
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
301 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
302 fprintf(f, "\n");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
303 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
304
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
305
1345
172a42eb290b Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1235
diff changeset
306 void printInstrument(FILE *f, const JSSInstrument *inst)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
307 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
308 if (dmVerbosity >= 1)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
309 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
310 #ifndef JSS_LIGHT
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
311 if (inst->desc && !optDump)
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
312 {
1112
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
313 fprintf(f, "'");
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
314 printEscaped(f, inst->desc);
1112
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
315 fprintf(f, "'");
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
316 }
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
317 #endif
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
318 fprintf(f,
1112
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
319 "\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
320 " size...........: %ld (0x%lx)\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
321 " loop...........: %ld - %ld (0x%lx - 0x%lx)\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
322 " volume.........: %d (0x%x)\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
323 " flags..........: 0x%x %s%s%s\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
324 " C4BaseSpeed....: %d (0x%x)\n"
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
325 " ERelNote.......: %s (%d)\n"
1112
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
326 " EFineTune......: %d\n"
14bd24790929 Various improvements in dumpmod output.
Matti Hamalainen <ccr@tnsp.org>
parents: 1110
diff changeset
327 " EPanning.......: %d (0x%x)\n\n",
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
328 (unsigned long) inst->size, (unsigned long) inst->size,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
329 (unsigned long) inst->loopS, (unsigned long) inst->loopE,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
330 (unsigned long) inst->loopS, (unsigned long) inst->loopE,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
331 inst->volume, inst->volume,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
332 inst->flags,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
333 (inst->flags & jsfLooped) ? "[loop]" : "",
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
334 (inst->flags & jsfBiDi) ? "[bi-di]" : "",
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
335 (inst->flags & jsf16bit) ? "[16 bit]" : "[8 bit]",
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
336 inst->C4BaseSpeed, inst->C4BaseSpeed,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
337 getNote(inst->ERelNote + 48), inst->ERelNote,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
338 inst->EFineTune, inst->EPanning, inst->EPanning);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
339 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
340 else
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
341 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
342 #ifndef JSS_LIGHT
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
343 if (inst->desc && !optDump)
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
344 {
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
345 printEscaped(f, inst->desc);
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
346 fprintf(f, "|");
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
347 }
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
348 #endif
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
349 fprintf(f,
1092
03322ee5bb32 Change dumpmod short format sample instrument output.
Matti Hamalainen <ccr@tnsp.org>
parents: 958
diff changeset
350 "%8ld|%8ld..%-8ld|%03d|%-2s %-2s %-2s|"
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
351 "%4d|%s%d|%4d|%4d\n",
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
352 (unsigned long) inst->size,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
353 (unsigned long) inst->loopS,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
354 (unsigned long) inst->loopE,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
355 inst->volume,
1092
03322ee5bb32 Change dumpmod short format sample instrument output.
Matti Hamalainen <ccr@tnsp.org>
parents: 958
diff changeset
356
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
357 (inst->flags & jsfLooped) ? "lp" : "",
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
358 (inst->flags & jsfBiDi) ? "bi" : "",
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
359 (inst->flags & jsf16bit) ? "16" : "8",
1092
03322ee5bb32 Change dumpmod short format sample instrument output.
Matti Hamalainen <ccr@tnsp.org>
parents: 958
diff changeset
360
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
361 inst->C4BaseSpeed,
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
362 patNoteTable[(48 + inst->ERelNote) % 12],
1348
6d67057ad2ca Cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 1346
diff changeset
363 (48 + inst->ERelNote) / 12,
6d67057ad2ca Cleanup.
Matti Hamalainen <ccr@tnsp.org>
parents: 1346
diff changeset
364 inst->EFineTune,
1117
378e5914be1e Improve dumpmod output some more.
Matti Hamalainen <ccr@tnsp.org>
parents: 1112
diff changeset
365 inst->EPanning);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
366 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
367 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
368
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
369
1345
172a42eb290b Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 1235
diff changeset
370 void printGeneralInfo(FILE *f, const JSSModule *m)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
371 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
372 int i;
1235
5b8245e5f785 Remove trailing whitespace.
Matti Hamalainen <ccr@tnsp.org>
parents: 1200
diff changeset
373
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
374 if (!m)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
375 return;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
376
795
926e3900119c Add -d option to viewmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 777
diff changeset
377 if (!optDump)
926e3900119c Add -d option to viewmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 777
diff changeset
378 {
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
379 fprintf(f, "Module type.....: %i\n", m->moduleType);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
380 #ifndef JSS_LIGHT
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
381 if (m->moduleName)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
382 fprintf(f, "Module name.....: '%s'\n", m->moduleName);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
383 if (m->trackerName)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
384 fprintf(f, "Tracker name....: '%s'\n", m->trackerName);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
385 #endif
795
926e3900119c Add -d option to viewmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 777
diff changeset
386 }
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
387 fprintf(f,
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
388 "Speed...........: %d ticks\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
389 "Tempo...........: %d bpm\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
390 "Flags...........: %x ",
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
391 m->defSpeed, m->defTempo, m->defFlags);
1235
5b8245e5f785 Remove trailing whitespace.
Matti Hamalainen <ccr@tnsp.org>
parents: 1200
diff changeset
392
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
393 if (m->defFlags & jmdfAmigaPeriods) fprintf(f, "[Amiga periods] ");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
394 if (m->defFlags & jmdfAmigaLimits) fprintf(f, "[Amiga limits] ");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
395 if (m->defFlags & jmdfStereo) fprintf(f, "[stereo] ");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
396 if (m->defFlags & jmdfFT2Replay) fprintf(f, "[FT2 replay] ");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
397 if (m->defFlags & jmdfST300Slides) fprintf(f, "[ST300 slides] ");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
398 if (m->defFlags & jmdfByteLStart) fprintf(f, "[ByteStart] ");
1235
5b8245e5f785 Remove trailing whitespace.
Matti Hamalainen <ccr@tnsp.org>
parents: 1200
diff changeset
399
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
400 fprintf(f, "\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
401 "Restart pos.....: %d (order)\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
402 "IntVersion......: %x\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
403 "Channels........: %d\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
404 "Instruments.....: %d\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
405 "Ext.instruments.: %d\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
406 "Patterns........: %d\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
407 "Orders..........: %d\n",
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
408 m->defRestartPos, m->intVersion, m->nchannels,
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
409 m->ninstruments, m->nextInstruments, m->npatterns,
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
410 m->norders);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
411
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
412 if (dmVerbosity >= 1)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
413 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
414 fprintf(f, "Orderlist: ");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
415 for (i = 0; i < m->norders - 1; i++)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
416 fprintf(f, "%d, ", m->orderList[i]);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
417 if (i < m->norders)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
418 fprintf(f, "%d", m->orderList[i]);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
419 fprintf(f, "\n");
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
420 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
421 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
422
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
423
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
424
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
425 int main(int argc, char *argv[])
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
426 {
777
ed60a7ee3ebb Change JSSMOD loader to use DMResources.
Matti Hamalainen <ccr@tnsp.org>
parents: 730
diff changeset
427 DMResource *file = NULL;
ed60a7ee3ebb Change JSSMOD loader to use DMResources.
Matti Hamalainen <ccr@tnsp.org>
parents: 730
diff changeset
428 JSSModule *mod = NULL;
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
429 int res = 0;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
430
942
38cad00b41dd Rename viewmod utility to dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 860
diff changeset
431 dmInitProg("dumpmod", "miniJSS Module Viewer", "0.4", NULL, NULL);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
432 dmVerbosity = 0;
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
433
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
434 // Parse arguments
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
435 if (!dmArgsProcess(argc, argv, optList, optListN,
860
daebbf28953d The argument handling API in dmargs* was synced with th-libs.
Matti Hamalainen <ccr@tnsp.org>
parents: 797
diff changeset
436 argHandleOpt, argHandleFile, OPTH_BAILOUT))
2565
d56a0e86067a Improve error handling.
Matti Hamalainen <ccr@tnsp.org>
parents: 2530
diff changeset
437 goto out;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
438
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
439 // Initialize miniJSS
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
440 jssInit();
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
441
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
442 // Open the file
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
443 dmMsg(1, "Reading module file '%s'\n", optFilename);
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
444 if (optFilename == NULL)
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
445 res = dmf_open_stdio_stream(stdin, &file);
730
3d813c81f33c More work on resources API.
Matti Hamalainen <ccr@tnsp.org>
parents: 652
diff changeset
446 else
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
447 res = dmf_open_stdio(optFilename, "rb", &file);
1235
5b8245e5f785 Remove trailing whitespace.
Matti Hamalainen <ccr@tnsp.org>
parents: 1200
diff changeset
448
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
449 if (res != DMERR_OK)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
450 {
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
451 res = dmError(DMERR_FOPEN,
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
452 "Error opening input file '%s': %s\n",
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
453 optFilename, dmErrorStr(res));
2565
d56a0e86067a Improve error handling.
Matti Hamalainen <ccr@tnsp.org>
parents: 2530
diff changeset
454 goto out;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
455 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
456
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
457 // Read module file
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
458 dmMsg(1, "Reading file: %s\n", optFilename);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
459 #ifdef JSS_SUP_XM
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
460 if (mod == NULL)
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
461 {
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
462 dmMsg(2, "* Trying XM...\n");
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
463 dmfreset(file);
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
464 if ((res = jssLoadXM(file, &mod, TRUE)) == DMERR_OK)
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
465 {
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
466 dmfreset(file);
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
467 res = jssLoadXM(file, &mod, FALSE);
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
468 }
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
469 }
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
470 #endif
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
471 #ifdef JSS_SUP_JSSMOD
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
472 if (mod == NULL)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
473 {
777
ed60a7ee3ebb Change JSSMOD loader to use DMResources.
Matti Hamalainen <ccr@tnsp.org>
parents: 730
diff changeset
474 dmMsg(1, "* Trying JSSMOD ...\n");
1199
a79edf59d5d8 Improve use of probing in dumpmod, mod2wav and ppl.
Matti Hamalainen <ccr@tnsp.org>
parents: 1169
diff changeset
475 dmfreset(file);
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
476 if ((res = jssLoadJSSMOD(file, &mod, TRUE)) == DMERR_OK)
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
477 {
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
478 dmfreset(file);
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
479 res = jssLoadJSSMOD(file, &mod, FALSE);
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
480 }
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
481 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
482 #endif
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
483 dmf_close(file);
1199
a79edf59d5d8 Improve use of probing in dumpmod, mod2wav and ppl.
Matti Hamalainen <ccr@tnsp.org>
parents: 1169
diff changeset
484
a79edf59d5d8 Improve use of probing in dumpmod, mod2wav and ppl.
Matti Hamalainen <ccr@tnsp.org>
parents: 1169
diff changeset
485 // Check for errors, we still might have some data tho
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
486 if (res != DMERR_OK)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
487 {
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
488 dmErrorMsg("Error loading module file: %s\n",
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
489 dmErrorStr(res));
1199
a79edf59d5d8 Improve use of probing in dumpmod, mod2wav and ppl.
Matti Hamalainen <ccr@tnsp.org>
parents: 1169
diff changeset
490 }
a79edf59d5d8 Improve use of probing in dumpmod, mod2wav and ppl.
Matti Hamalainen <ccr@tnsp.org>
parents: 1169
diff changeset
491
a79edf59d5d8 Improve use of probing in dumpmod, mod2wav and ppl.
Matti Hamalainen <ccr@tnsp.org>
parents: 1169
diff changeset
492 // Check if we have anything
a79edf59d5d8 Improve use of probing in dumpmod, mod2wav and ppl.
Matti Hamalainen <ccr@tnsp.org>
parents: 1169
diff changeset
493 if (mod == NULL)
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
494 {
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
495 res = dmError(DMERR_INIT_FAIL,
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
496 "Could not load module file.\n");
2565
d56a0e86067a Improve error handling.
Matti Hamalainen <ccr@tnsp.org>
parents: 2530
diff changeset
497 goto out;
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
498 }
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
499
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
500 // Print out information
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
501 if (optViewGeneralInfo)
79
d6c2efa25aa4 Oops, missed one s/m/mod/ .. fixed.
Matti Hamalainen <ccr@tnsp.org>
parents: 77
diff changeset
502 printGeneralInfo(stdout, mod);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
503
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
504 if (optViewPatterns)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
505 {
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
506 for (int i = 0; i < mod->npatterns; i++)
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
507 if (mod->patterns[i] != NULL)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
508 {
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
509 printf("\nPattern #%02x:\n", i);
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
510 printPattern(stdout, mod->patterns[i]);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
511 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
512 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
513
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
514 if (optViewExtInstruments)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
515 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
516 printf("\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
517 "ExtInstruments:\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
518 "---------------\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
519 );
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
520 for (int i = 0; i < mod->nextInstruments; i++)
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
521 if (mod->extInstruments[i] != NULL)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
522 {
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
523 printf("#%02x: ", i + 1);
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
524 printExtInstrument(stdout, mod->extInstruments[i]);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
525 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
526 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
527
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
528 if (optViewInstruments)
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
529 {
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
530 printf("\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
531 "Instruments:\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
532 "------------\n"
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
533 );
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
534 for (int i = 0; i < mod->ninstruments; i++)
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
535 if (mod->instruments[i] != NULL)
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
536 {
1110
ea2cc4932714 Improve output of dumpmod.
Matti Hamalainen <ccr@tnsp.org>
parents: 1092
diff changeset
537 printf("#%02x: ", i + 1);
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
538 printInstrument(stdout, mod->instruments[i]);
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
539 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
540 }
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
541
2565
d56a0e86067a Improve error handling.
Matti Hamalainen <ccr@tnsp.org>
parents: 2530
diff changeset
542 out:
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
543 // Free module data
77
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
544 jssFreeModule(mod);
c6cdaa675801 Add the file mode parameter to dmf_create_stdio() calls, and throw in some
Matti Hamalainen <ccr@tnsp.org>
parents: 8
diff changeset
545 jssClose();
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
546
2530
aacf3bd1cceb Cleanups.
Matti Hamalainen <ccr@tnsp.org>
parents: 2410
diff changeset
547 return res;
0
32250b436bca Initial re-import.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
548 }