
                        MEMO-LIST for NewPlayer v12.G3
                        ------------------------------

8-BYTE TABLE: 01 02 03 04 05 06 07 08 ("/" marks a split into hi & lo nibbles.)

  Byte 01 = attack/decay
  Byte 02 = sustain/release
  Byte 03 = lowest hinibble puls width/highest hinibble puls width
  Byte 04 = pulsating speed (add value)
  Byte 05 = puls start compromise value. Puls $1F0 is F1 in this system
  Byte 06 = filter-sweep table pointer. Start at 04.
  Byte 07 = vibrato table pointer
  Byte 08 = arpeggio table pointer

ARPEGGIO TABLE: 01-02 - Uses IN-DIRECT pointer wrapping. (Wrap using offsets!)

  Byte 01 = note-added values 00-5F or locked values 80-DF. Hifrq not available
  Byte 02 = waveforms. If byte 01 is 7F then byte 02 states the wrap value

VIBRATO TABLE: 01 02 03 04 - It is wise to let set 00 be 80 00 00 00.

  Byte 01 = vibrato trigger (delay), 00-FF. Value 80 turns off vibrato
  Byte 02 = vibrato speed, normal values are f.ex 03 or 04.
  Byte 03 = vibrato width. This byte is only 8 bit internally, unlike v17.G1.
  Byte 04 = unused.

FILTER-SWEEP TABLE: Pointer 00-03 are reserved. (Keep at xx xx xx 00!)

  Byte 01 = lowest hinibble filter width/highest hinibble filter width
  Byte 02 = filter-sweep speed (add value)
  Byte 03 = ctrl: 00=filter off, 01=stop at lowest width, FF=swing constantly
  Byte 04 = filter freq start. Notice RESONANCE is $F and PASSBAND $1 always!

SLIDE TABLE: 01 02 - Only sliding is available in this player's slide table.

  Byte 01 = bit 7=direction, bit 5=on note or +++/---, bit 0-4=hibyte speed
  Byte 02 = lobyte slide speed value

CTRL-BYTES INSIDE PACKER: 01 02 03 04 - Press F6 in packer-menu to adjust this.

  Byte 01 = unused
  Byte 02 = unused
  Byte 03 = unused
  Byte 04 = cut down rastertime flag (frame skipper). 01 = activate it!

OTHER FACTS OF INTEREST: Finetune in editor......NO
                         Volume in editor........NO
                         Hard restart optional...NO
                         Special wrap facility...YES
                         Multiple tunes..........YES
                         End mark (FE00).........NO
                         Filter in 3 voices......NO, ONLY VOICE 1
                         Max scanlines (common)..$11 (when cutting down rtime)

LAST THINGS OF INTEREST: Please use as many +++ in the seq's as possible to
                         reduce the danger of lost arpeggio step's when cutting
                         rtime. Most ADSR fuzz is corrected when cutting too!
                         Notice that vibrato takes over control of arpeggio!!
                         That coz Vibrato has the 1st priority over the notes.


