Changeset 58 for trunk/asma/Docs/Sap.txt


Ignore:
Timestamp:
May 29, 2009, 10:48:47 AM (16 years ago)
Author:
pfusik
Message:

Imported ASMA 3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/asma/Docs/Sap.txt

    r52 r58  
    8686
    8787TYPE 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:
    8990
    9091         lda #DEFSONG
     
    120121         registers ($D200-$D208) in 1/50s intervals (or intervals defined
    121122         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).
     123TIME 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.
    126128
    127129Example of the header:
     
    131133DATE "1990"
    132134SONGS 3
    133 DEFSONG 0
    134135TYPE B
    135136INIT 0F80
    136137PLAYER 247F
    137 
     138TIME 06:37.62
     139TIME 02:34.02 LOOP
     140TIME 00:15.40 LOOP
    138141
    139142Second part - binary data
Note: See TracChangeset for help on using the changeset viewer.