
                        MEMO-LIST for NewPlayer v17.G1
                        

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. 00 = filtering off! Start at 04.
  Byte 07 = vibrato 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. 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. Notice this byte is handled 16 bit in the player!
  Byte 04 = unused.

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

  Pointerstart: Filter freq, filter freq, filter freq....(etc)...finish off
                the table with FF (endmark) followed by a wrap pointer.
                This table is floating a won't need the 4 byte format in the
                editor. Notice RESONANCE is $F and PASSBAND $1 inside the
                music-routine and cannot be changed.

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

  Byte 01 = bit 7=direction, bit 0-6=hibyte speed (all bits are not used!)
  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...YES, BUT IT CAN'T BE SHUT OFF
                         Special wrap facility...YES
                         Multiple tunes..........YES
                         End mark (FE00).........NO
                         Filter in 3 voices......NO, ONLY VOICE 1
                         Max scanlines (common)..$14 (when cutting down rtime)

LAST THINGS OF INTEREST: Lower tune-speeds than 2 is not possible. Please use
                         as many +++ in the seq's as possible to reduce the
                         danger of lost arpeggio step's when cutting scanlines.
                         Notice that vibrato takes over control of arpeggio!!
                         That coz Vibrato has the 1st priority over the notes.

