Changeset 58 for trunk/asma/Docs/Sap.txt
- Timestamp:
- May 29, 2009, 10:48:47 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/asma/Docs/Sap.txt
r52 r58 86 86 87 87 TYPE B - any player. In this case, also these commands must appear: PLAYER, 88 INIT. Additionaly you can define SONGS and DEFSONG. Player will be initialized as follows: 88 INIT. Additionaly you can define SONGS and DEFSONG. Player will be 89 initialized as follows: 89 90 90 91 lda #DEFSONG … … 120 121 registers ($D200-$D208) in 1/50s intervals (or intervals defined 121 122 with FASTPLAY tag). 122 TIME xx:xx - Song duration. This is actually already supported by SAP WinAMP 123 plug-in. It's still unclear how will subsongs be handled with 124 TIME tag. Possibly it will also support tenths or hundredths of 125 second (xx:xx.x or xx:xx.xx). 123 TIME mm:ss.ttt [LOOP]- Song duration in minutes, seconds and thousandths. In 124 files with subsongs the TIME tag may occur more times 125 (eg. 3 times if there are 3 subsongs total). The 126 optional LOOP string can be added if the song loops in 127 an endless loop. 126 128 127 129 Example of the header: … … 131 133 DATE "1990" 132 134 SONGS 3 133 DEFSONG 0134 135 TYPE B 135 136 INIT 0F80 136 137 PLAYER 247F 137 138 TIME 06:37.62 139 TIME 02:34.02 LOOP 140 TIME 00:15.40 LOOP 138 141 139 142 Second part - binary data
Note: See TracChangeset
for help on using the changeset viewer.