[fixed for V0.36] MOD and MIDI music not listed
Moderator: George Gilbert
Forum rules
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
Please read the Forum rules and policies before posting. You may

- Sophia
- Concise and Honest
- Posts: 4307
- Joined: Thu Sep 12, 2002 9:50 pm
- Location: Nowhere in particular
- Contact:
[fixed for V0.36] MOD and MIDI music not listed
The FMOD library is capable of playing MOD and MIDI music, yet, they are not listed as valid types in RTC. Selecting "All Files" and making the editor load the song anyway works fine, though.
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
- George Gilbert
- Dungeon Master
- Posts: 3022
- Joined: Mon Sep 25, 2000 11:04 am
- Location: London, England
- Contact:
Done - the editor now allows you to select:
AIFF - (Audio Interchange File Format)
IT - (Impulse tracker)
MID - (MIDI)
MOD - (Tracker module)
MP2 - (MPEG I/II Layer 2)
MP3 - (MPEG I/II Layer 3)
OGG - (Ogg Vorbis)
S3M - (ScreamTracker 3)
WAV - (Microsoft Wave)
WMA - (Windows Media Audio)
XM - (FastTracker 2)
Note that although FMOD supports other formats (e.g. ASF, ASX, M3U, PLS, RAW, WAX), it does not follow that RTC does (and therefore are not referenced in the RTC Editor). Specifically, the file must contain all the information required to play the sound for RTC to be able to use it.
For example, the *.PLS files just contain links to other files (and these other files actually contain the raw data); although this will work when running on your machine, the linked data will not be compiled correctly into a *.RTC file and so it won't play properly on someone elses.
The take home message is to carefully test your *.RTC files before posting them up for other people to download and play!
AIFF - (Audio Interchange File Format)
IT - (Impulse tracker)
MID - (MIDI)
MOD - (Tracker module)
MP2 - (MPEG I/II Layer 2)
MP3 - (MPEG I/II Layer 3)
OGG - (Ogg Vorbis)
S3M - (ScreamTracker 3)
WAV - (Microsoft Wave)
WMA - (Windows Media Audio)
XM - (FastTracker 2)
Note that although FMOD supports other formats (e.g. ASF, ASX, M3U, PLS, RAW, WAX), it does not follow that RTC does (and therefore are not referenced in the RTC Editor). Specifically, the file must contain all the information required to play the sound for RTC to be able to use it.
For example, the *.PLS files just contain links to other files (and these other files actually contain the raw data); although this will work when running on your machine, the linked data will not be compiled correctly into a *.RTC file and so it won't play properly on someone elses.
The take home message is to carefully test your *.RTC files before posting them up for other people to download and play!
- Sophia
- Concise and Honest
- Posts: 4307
- Joined: Thu Sep 12, 2002 9:50 pm
- Location: Nowhere in particular
- Contact:
Well, unless you also distribute the sound files.George Gilbert wrote:although this will work when running on your machine, the linked data will not be compiled correctly into a *.RTC file and so it won't play properly on someone elses.
It might make a handy way of, if you have BGM, to be able to distribute lo-quality and hi-quality versions for users who have different bandwidth-- and leave it out completely for those who hate it!