welcome: please sign in
location: attachment:tone_chart-16b.asm of StockFunctions

Attachment 'tone_chart-16b.asm'

Download

   1 ; tone_chart-16b.asm
   2 ; lookup table for pitch shifter program
   3 ; $0100 = no pitch change
   4 ; $0200 = up an octave
   5 ; $0080 = down an octave
   6 ; this gives an approximation for each halfstep in the scale
   7 
   8 
   9 .DW	128
  10 .DW	136
  11 .DW	144
  12 .DW	152
  13 .DW	161
  14 .DW	171
  15 .DW	181
  16 .DW	192
  17 .DW	203
  18 .DW	215
  19 .DW	228
  20 .DW	242
  21 .DW	256
  22 .DW	271
  23 .DW	287
  24 .DW	304
  25 .DW	323
  26 .DW	342
  27 .DW	362
  28 .DW	384
  29 .DW	406
  30 .DW	431
  31 .DW	456
  32 .DW	483
  33 .DW	512
  34 

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.

You are not allowed to attach a file to this page.