View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001924 | OpenMPT | libopenmpt | public | 2025-09-19 16:33 | 2025-10-03 15:15 |
Reporter | sound10gic | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0001924: Support for Startrekker modules with MIDI channels | ||||
Description | Mod files from Star Trekker V1.3 with 8 channels are not recognized correctly. This is due to the Magic, which can also be called FLTM.
should be
or something like that ;-) | ||||
Steps To Reproduce | Just import an 8-Channel StarTrekker Modfile | ||||
Additional Information | Find it in soundlib/Load_mod.cpp (v0.9.0-pre.9) Line 0000203 | ||||
Tags | No tags attached. | ||||
Has the bug occurred in previous versions? | |||||
Tested code revision (in case you know it) | |||||
Please provide example files. I am not aware of these magic bytes, neither are any of the other module libraries that can read Startrekker modules that I checked. |
|
Uploaded twi Modfiles, saved with StarTrekker 1.3 |
|
I experimented a bit more. If I set the mode in Star Trekker to "4," ST normally operates as a 4-channel tracker (FLT4). If I set it to "8," it operates as an 8-channel tracker, with channels 5-8 also being used as sample tracks. However, the "M" mode works a little differently. Only channels 1-4 are used as sample tracks, while channels 5-8 can only be used for MIDI notes. Thus, the following applies: <style> <table class="modes" border="1"> I wasn't aware of this before, as I was working exclusively with "M" mode at the time ;-) |
|
Observations so far:
Commands That's quite a lot of complexity to support for a barely-used feature but I will see what's possible. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2025-09-19 16:33 | sound10gic | New Issue | |
2025-09-19 16:39 | sound10gic | Description Updated | |
2025-09-19 22:49 | Saga Musix | Note Added: 0006507 | |
2025-09-20 11:02 | sound10gic | Note Added: 0006509 | |
2025-09-20 11:02 | sound10gic | File Added: mod.zip | |
2025-09-20 11:02 | sound10gic | File Added: mod.w.c.zip | |
2025-09-20 11:33 | sound10gic | Note Added: 0006510 | |
2025-09-20 11:33 | sound10gic | File Added: mod-test.zip | |
2025-09-23 12:52 | Saga Musix | Note Added: 0006512 | |
2025-09-23 15:00 | Saga Musix | Summary | Incomplete CheckMODMagic() => Support for Startrekker modules with MIDI channels |