
                        MEMO-LIST for NewPlayer v14.G0
                        

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 = vibrato width/vibrato trigger
  Byte 04 = vibrato speed/hard restart timer (0=off, max=tune speed, normal 2)
  Byte 05 = hifreq mode (1=on)/filter passband & filter on/off (0=off)
  Byte 06 = filter-sweep table pointer
  Byte 07 = pulsating table pointer
  Byte 08 = arpeggio table pointer

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

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

PULSATING TABLE: 01 02 03 04 - Programmable in steps of 4 bytes per set.

  Byte 01 = lowest hinibble puls width/highest hinibble puls width
  Byte 02 = pulsating speed (add value)
  Byte 03 = bit 7=read byte 04, bit 6=stay on set, bit 0-5=set duration
  Byte 04 = puls start compromise value. Puls $1F0 is F1 in this system

FILTER-SWEEP TABLE: 01 02 03 04 - Pointer 00-03 are reserved. (0F 00 09 01!)

  Byte 01 = lowest hinibble filter width/highest hinibble filter width
  Byte 02 = filter-sweep speed (add value)
  Byte 03 = bit 7=read byte 04, bit 6=stay on set, bit 0-5=set duration
  Byte 04 = hinibble of filter start freq/resonance value (normally $F)

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 = ADSR value 1 (hard restart adjust value). Keep this at 0F.
  Byte 02 = ADSR value 2 (hard restart adjust value). Keep this at 00.
  Byte 03 = first frame waveform if byte 04 is non-zero. Keep this at 09.
  Byte 04 = first frame on/off toggle. Value 01 = first frame is skipped.

OTHER FACTS OF INTEREST: Finetune in editor......YES
                         Volume in editor........YES
                         Hard restart optional...YES
                         Special wrap facility...YES
                         Multiple tunes..........YES
                         End mark (FE00).........YES
                         Filter in 3 voices......YES
                         Max scanlines (common)..$2A

LAST THINGS OF INTEREST: There's a slight bug in the step-programming of the
                         filter-sweep table. You cannot program more than two
                         sets - any longer steps of sets will be ignored.

