home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DOS / SS_PLAY / FUNK106.ZIP / FUNK_S.ZIP / FORMAT.TXT < prev    next >
Encoding:
Text File  |  1995-05-08  |  4.1 KB  |  109 lines

  1. FunkTracker Format
  2. ──────────────────
  3.  
  4. Header
  5. =-=-=-
  6.  
  7. struc tfunk_hr
  8.   sig                  dd ?
  9.   info                 dd ?  ─────────────────┐
  10.   LZH_check_size       dd ?                   │ NB/ this is only for
  11.   LZH_check_sum        dd ?                   │ statistical purposes,
  12.   loop_order           db ?                   │ it's not essential
  13.   order_list           db 256 dup(?)          │ to have any meanful value
  14.   break_list           db 128 dup(?)          │ here..
  15. ends                                          │
  16.                                               │
  17. ─'info' code──────────────────────────────────┴────────────────────────
  18. 0 0 0 0 0 0 0 0   1 1 1 1 1 1 1 1   2 2 2 2 2 2 2 2   3 3 3 3 3 3 3 3
  19. \-day---/ \month--/ \----year---/   \-card/ \-CPU-/   | 0 0 0 0 0 0 0
  20.                                                       | \memory reqi/
  21.                                                       |    (256Kb x)
  22.                                        16 bit = 1 ----
  23.  
  24. cpu:  0 = Unknown
  25.       1 = IBM ????
  26.       2 = IBM ????
  27.       3 = Intel386
  28.       4 = Intel486
  29.       5 = Pentium
  30. card:
  31.       0 = SB 2.0
  32.       1 = SB PRO
  33.       2 = GUS v<>
  34.       3 = SB Compatable
  35.       4 = SB 16
  36.       5 = GUS f<>
  37.       6 = Ripped/converted from another format
  38.       7 = Pro Audio
  39.  
  40. Sample Block
  41. =-=-=-=-=-=-
  42.  
  43. Then 64 of these things:
  44.  
  45. struc tfunk_sb
  46.   sname                db 19 dup(?)
  47.   start                dd ?
  48.   length               dd ?
  49.   volume               db ?
  50.   balance              db ?
  51.   pt_and_sop           db ?     ; port type + Sample offs shifter 
  52.   vv_waveform          db ?     ; Vibrito Waveform + Tremolo waveform
  53.   rl_and_as            db ?     ; Retrig number + arpeggio speed
  54. ends
  55.  
  56. Pattern Data
  57. =-=-=-=-=-=-
  58.  
  59. Each pattern block is 600h bytes - 8 by 64 slot. Each slot has
  60. the following format:
  61.  
  62.  00000000 11111111 22222222
  63.  \    /\     /\  / \      /
  64.   note  sample com  command value
  65.  
  66.  - if note:  = 3D, then reload sample attrs
  67.              = 3F, then it's a null slot
  68.              = 3E, then sample only slot
  69.  
  70.  
  71. Commands
  72. =-=-=-=-
  73.  
  74.  Full Commands                              Command 'O'
  75.  
  76.  A  :Frequency Port Up                      O00:Vibrato Sine
  77.  B  :Frequency Port Dn                      O01:Vibrato Triangle
  78.  C  :Frequency Porta                        O02:Vibrato Square
  79.  D  :Frequency Vibrato                      O03:Vibrato Sawtooth
  80.  E  :Freq Vibrato Fanin                     O04:Vibrato Random
  81.  F  :Freq Vibrato Fanout                    O05:tremola Sine
  82.  G  :Volume Sld Up                          O06:tremola Triangle
  83.  H  :Volume Slide Down                      O07:tremola Square
  84.  I  :Volume Porta                           O08:tremola Sawtooth
  85.  J  :Volume Reverb                          O09:tremola Random
  86.  K  :Tremola                                O0A:Halt Note System
  87.  L  :Arpeggio                               O0B:Halt Volume System
  88.  M  :Sample Offset                          O0C:Halt All Systems
  89.  N  :Volume                                 O0D:Invert Funkcrtl
  90.                                             O0E:Snap to log Porting
  91.                                             O0F:Snap to Line Porting
  92.                                             O1 :Volume Cut!
  93.                                             O2 :Real Frequency Adjust
  94.                                             O3 :Set Arpeggio Speed
  95.                                             O4 :Fine Port Up
  96.                                             O5 :Fine Port Dn
  97.                                             O6 :Fine Volume Slide Up
  98.                                             O7 :Fine Volume Slide Dn
  99.                                             O8 :Volume Crest
  100.                                             O9 :Volume Trough
  101.                                             OA :Set Master Volume
  102.                                             OB :Expand Loop
  103.                                             OC :Colapse Loop
  104.                                             OD :Note Retrig
  105.                                             OE :Set Channel Balance
  106.                                             OF :Tempo
  107.  
  108.  
  109.