1,502
edits
(Added some music related TODOs) |
(Split a point in two) |
||
Line 10: | Line 10: | ||
* kDoAudio subops 12 and 13 (used in Freddy Pharkas: subop 12 is called while people are talking and subop 13 is called while the narrator's voice is heard) | * kDoAudio subops 12 and 13 (used in Freddy Pharkas: subop 12 is called while people are talking and subop 13 is called while the narrator's voice is heard) | ||
* Adapt the CMS driver to support earlier SCI versions too. | * Adapt the CMS driver to support earlier SCI versions too. | ||
* MT-32 is only using 10 channels (1-10), but our music code always assumes 16 channels leading to lost notes | * MT-32 is only using 10 channels (1-10), but our music code always assumes 16 channels leading to lost notes | ||
* The algorithm that decides what does and doesn't get played is different from SSCI, when running out of channels | |||
* The code that rewinds music should be reconsidered, | * The code that rewinds music should be reconsidered, | ||
* Pausing/resuming music results in garbage music output | * Pausing/resuming music results in garbage music output |
edits