Can't be over 1 minute
I need to put more than one song into a plug. These songs are around 3-5 minutes long, each.
When exporting music in the System 7 Sound format, you can only export 1 minute chunks, or a nasty error occurs. Unfortunately, System 7 Sound format is the only audio format I know of that has a snd resource fork.
Furthermore, parsing raw sound data together in ResEdit doesn't work, due to the max character pasting limit of 32,000 characters.
Is there a much easier way of including music in-game? Or will I have to parse 1 minute blocks, in-game?