| > !Format
|   Information about various Sound Tracker formats

---------------------------------------------------------------

There are now quite a few different file formats (some with the
same filetype !) for Sound Tracker songs, samples, etc.  I have
just had to work out !Tracker's simple sample format,  and this
is detailed  below.  I hope that others  will add  other format 
details (+correct wrong details !) in due course.

Please do not separate this file from its application !

Nick Smith, 29-Dec-90

---------------------------------------------------------------

Info : Saved Sample data.
From : !Tracker application, v0.98, (c) Serial Port 1990
Type : &CB5, "STSample"

  $0   "SAMP"
  !4   File field length (ie, total file length-8 bytes)
  $8   "SNAM"
 !12   Sample name field length (20)
 $16   name string
 $36   "SVOL"
 !40   Sample volume field length (4)
 !44   Sample volume length (0-255)
 $48   "SLEN"
 !52   Sample length field length (4)
 !56   Sample length
 $60   "ROFS"
 !64   Repeat Offset field length (4)
 !68   Repeat Offset position, 0 for no repeat on this sample
 $72   "RLEN"
 !76   Repeat length field length (4)
 !80   Repeat length, 2 for no repeat on this sample
 $84   "SDAT"
 !88   Sample data field length (ie, length of data = !56)
  92   Sample data, 8-bit logarithmic format.....

---------------------------------------------------------------

end.
