![]() |
![]() |
![]() |
| Format name
: The player 6.0A Created by : Jarno Paananen (Guru/Sahara Surfers) (1994) Sources : * Own converted MODs with the packer (sent by Gryzor !) Note: Not much differencies with the version 5.0a .. . The sample can be delta and/or packed, and the pattern table is no more *2. that's about all. Enough I guess :), but all the work I did for version 5.0a is still usable ... great :). thanks :)
Note: if bit 6 is set to 1 (packed samples), the 4 following bytes are the unpacked sample data size :
The following is repeated NOS
times
with 6 bytes description for one sample
Note: if the sample size is > $FF00 (this case is impossible under ptk !), you have to NOT this sample size and you'll get the number of sample you have to repeat (the datas are the same). The first possible value is 00 ! Note: if the sample is packed/delta, the finetune byte is changed in the same way as the number of sample upward : And here, too, both cases are possible at the same time
Note: According to the documentation of the packer, it supports the 'new' 100 patterns feature added by Noxious in their Ptk 2.*. The doc says that if the packing of the track data is higher than 64k, then this table is saved with DWORD (not just WORD). I've not yet encountered the case, but I guess there's a bit, somewhere, that states the fact because I cant see how we could know if it's saved on DWORD or only WORD ... . Dont forget that the actual size will be (NOP*16) for the following offsets ...
Note Packing : (the same as P50A !)
* case 1 : (flag bit set to 0)
* case 2 : (flag bit set to 1)
Note : 'value' is signed. if 'value' is < 80h, then follow 'value' empty rows. if 'value' is > 7Fh, then the current note is repeated 100h-'value' times * case 3 : (flag bit set to 1)
Note: Yop, that's the main packing goody ... . Well, if the first byte is $80, the second is the number of lines we'll have to repeat, and the last two bytes (a word in this case) is the number of bytes to go back to reach the starting point where to read our lines. Err, substract the number of bytes to the current file pointer position (meaning after having read these 4 bytes) !. IMPORTANT!: while repeating notes, if you encounter the case 2 (empty rows or one line repeated), IT COUNTS ONLY FOR ONE LINE, whatever the number of empty/repeat row you'll have to do !!!. so much easier ... grrr For all those cases: relative note number: (Protracker)
become : (P60A)
Information: When you encounter the effect command D or B (pattern break/jump), the track data ends, as stated upward. What's important, is that ALL the other tracks of THIS pattern have the same number of row as the one which ends with the break/jump. As an exemple, if track 0 has a pattern break at line 2, the 3 other tracks have ONLY 3 rows ! Follow Sample datas
Note: As described in the sample headers, all the samples are not always saved !. Refer up there to get the point :) Note: If the samples are delta, use the following formula ... heh, read carefully because it's a FAKE delta ! :
|
Click "back" to go back :)