home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #2 / amigaacscoverdisc1998-021998.iso / games / doom / adoom / src / midi_instruments.s < prev    next >
Text File  |  1995-10-11  |  23KB  |  1,485 lines

  1.  
  2. ; MIDI Instrument File v1.0
  3. ; Joe and Mike Fenton, 10/11/95
  4.  
  5.         MC68000
  6.         ASEG
  7.         OBJFILE    "DEVPAC:DAMNED/MIDI_Instruments"
  8.  
  9.         INCDIR    "DEVPAC:DAMNED/Instruments"
  10.  
  11. ;--------------------------------------------------------------------
  12.  
  13. InstrBase:
  14. ; 1-8
  15.         dc.l    acousticgrand-InstrBase
  16.         dc.l    brightacoustic-InstrBase
  17.         dc.l    electricgrand-InstrBase
  18.         dc.l    honkytonk-InstrBase
  19.         dc.l    electricpiano1-InstrBase
  20.         dc.l    electricpiano2-InstrBase
  21.         dc.l    harpsichord-InstrBase
  22.         dc.l    clavichord-InstrBase
  23. ; 9-16
  24.         dc.l    celesta-InstrBase
  25.         dc.l    glockenspiel-InstrBase
  26.         dc.l    celesta-InstrBase        ; music box
  27.         dc.l    vibraphone-InstrBase
  28.         dc.l    marimba-InstrBase
  29.         dc.l    xylophone-InstrBase
  30.         dc.l    tubularbells-InstrBase
  31.         dc.l    celesta-InstrBase        ; dulcimer
  32. ; 17-24
  33.         dc.l    reedorgan-InstrBase        ; drawbar organ
  34.         dc.l    percussiveorgan-InstrBase
  35.         dc.l    rockorgan-InstrBase
  36.         dc.l    churchorgan-InstrBase
  37.         dc.l    reedorgan-InstrBase
  38.         dc.l    accordian-InstrBase
  39.         dc.l    harmonica-InstrBase
  40.         dc.l    accordian-InstrBase        ; tango accordian
  41. ; 25-32
  42.         dc.l    acousticguitar_nylon-InstrBase
  43.         dc.l    acousticguitar_steel-InstrBase
  44.         dc.l    electricguitar_clean-InstrBase    ; electric guitar (jazz)
  45.         dc.l    electricguitar_clean-InstrBase
  46.         dc.l    electricguitar_clean-InstrBase    ; electric guitar (muted)
  47.         dc.l    overdrivenguitar-InstrBase
  48.         dc.l    distortionguitar-InstrBase
  49.         dc.l    overdrivenguitar-InstrBase    ; guitar harmonics
  50. ; 33-40
  51.         dc.l    acousticbass-InstrBase
  52.         dc.l    electricbass_finger-InstrBase
  53.         dc.l    electricbass_pick-InstrBase
  54.         dc.l    fretlessbass-InstrBase
  55.         dc.l    electricbass_pick-InstrBase    ; slapbass1
  56.         dc.l    fretlessbass-InstrBase        ; slapbass2
  57.         dc.l    synthbass1-InstrBase
  58.         dc.l    synthbass2-InstrBase
  59. ; 41-48
  60.         dc.l    violin-InstrBase
  61.         dc.l    violin-InstrBase        ; viola
  62.         dc.l    cello-InstrBase
  63.         dc.l    contrabass-InstrBase
  64.         dc.l    tremolostrings-InstrBase
  65.         dc.l    pizzicatostrings-InstrBase
  66.         dc.l    pizzicatostrings-InstrBase    ; orchestral strings
  67.         dc.l    timpani-InstrBase
  68. ; 49-56
  69.         dc.l    stringensemble1-InstrBase
  70.         dc.l    stringensemble2-InstrBase
  71.         dc.l    synthstrings1-InstrBase
  72.         dc.l    synthstrings2-InstrBase
  73.         dc.l    choiraahs-InstrBase
  74.         dc.l    voiceoohs-InstrBase
  75.         dc.l    synthvoice-InstrBase
  76.         dc.l    orchestrahit-InstrBase
  77. ; 57-64
  78.         dc.l    trumpet-InstrBase
  79.         dc.l    trombone-InstrBase
  80.         dc.l    tuba-InstrBase
  81.         dc.l    mutedtrumpet-InstrBase
  82.         dc.l    frenchhorn-InstrBase
  83.         dc.l    brasssection-InstrBase
  84.         dc.l    synthbrass1-InstrBase
  85.         dc.l    synthbrass2-InstrBase
  86. ; 65-72
  87.         dc.l    sopranosax-InstrBase
  88.         dc.l    sopranosax-InstrBase        ; alto sax
  89.         dc.l    tenorsax-InstrBase
  90.         dc.l    baritonesax-InstrBase
  91.         dc.l    oboe-InstrBase
  92.         dc.l    englishhorn-InstrBase
  93.         dc.l    bassoon-InstrBase
  94.         dc.l    clarinet-InstrBase
  95. ; 73-80
  96.         dc.l    piccolo-InstrBase
  97.         dc.l    flute-InstrBase
  98.         dc.l    recorder-InstrBase
  99.         dc.l    panflute-InstrBase
  100.         dc.l    blownbottle-InstrBase
  101.         dc.l    shakuhachi-InstrBase
  102.         dc.l    whistle-InstrBase
  103.         dc.l    flute-InstrBase            ; ocarina
  104. ; 81-88
  105.         dc.l    lead1_square-InstrBase
  106.         dc.l    lead2_sawtooth-InstrBase
  107.         dc.l    lead3-InstrBase            ; lead 3 (calliope)
  108.         dc.l    lead4-InstrBase            ; lead 4 (chiff)
  109.         dc.l    lead5-InstrBase            ; lead 5 (charang)
  110.         dc.l    lead6-InstrBase            ; lead 6 (voice)
  111.         dc.l    lead7-InstrBase            ; lead 7 (fifths)
  112.         dc.l    lead8-InstrBase            ; lead 8 (bass+lead)
  113. ; 89-96
  114.         dc.l    pad1_newage-InstrBase
  115.         dc.l    pad2_warm-InstrBase
  116.         dc.l    pad3_polysynth-InstrBase
  117.         dc.l    pad1_newage-InstrBase        ; pad 4 (choir)
  118.         dc.l    pad2_warm-InstrBase        ; pad 5 (bowed)
  119.         dc.l    pad6_metallic-InstrBase
  120.         dc.l    pad8_sweep-InstrBase        ; pad 7 (halo)
  121.         dc.l    pad8_sweep-InstrBase
  122. ; 97-104
  123.         dc.l    fx1_rain-InstrBase
  124.         dc.l    fx2_soundtrack-InstrBase
  125.         dc.l    fx4_atmosphere-InstrBase    ; fx 3 (crystal)
  126.         dc.l    fx4_atmosphere-InstrBase
  127.         dc.l    fx4_atmosphere-InstrBase    ; fx 5 (brightness)
  128.         dc.l    fx4_atmosphere-InstrBase    ; fx 6 (goblins)
  129.         dc.l    fx4_atmosphere-InstrBase    ; fx 7 (echoes)
  130.         dc.l    fx8_scifi-InstrBase
  131. ; 105-112
  132.         dc.l    sitar-InstrBase
  133.         dc.l    shamisen-InstrBase        ; banjo
  134.         dc.l    shamisen-InstrBase
  135.         dc.l    koto-InstrBase
  136.         dc.l    shamisen-InstrBase        ; kalimba
  137.         dc.l    sopranosax-InstrBase        ; bagpipe
  138.         dc.l    violin-InstrBase        ; fiddle
  139.         dc.l    shamisen-InstrBase        ; shanai
  140. ; 113-120
  141.         dc.l    tinklebell-InstrBase
  142.         dc.l    agogo-InstrBase
  143.         dc.l    steeldrums-InstrBase
  144.         dc.l    woodblock-InstrBase
  145.         dc.l    lowmidtom-InstrBase        ; taiko drum
  146.         dc.l    melodictom-InstrBase
  147.         dc.l    synthdrum-InstrBase
  148.         dc.l    reversecymbal-InstrBase
  149. ; 121-128
  150.         dc.l    seashore-InstrBase        ; sfx - guitar fret noise
  151.         dc.l    seashore-InstrBase        ; sfx - breath noise
  152.         dc.l    seashore-InstrBase
  153.         dc.l    birdtweet-InstrBase
  154.         dc.l    telephonering-InstrBase
  155.         dc.l    helicopter-InstrBase
  156.         dc.l    applause-InstrBase
  157.         dc.l    gunshot-InstrBase
  158.  
  159.  
  160.         dc.l    0,0,0,0,0,0,0
  161.  
  162. ; 135-181
  163.         dc.l    acousticbassdrum-InstrBase
  164.         dc.l    bassdrum1-InstrBase
  165.         dc.l    sidestick-InstrBase
  166.         dc.l    acousticsnare-InstrBase
  167.         dc.l    handclap-InstrBase
  168.         dc.l    electricsnare-InstrBase
  169.         dc.l    lowfloortom-InstrBase
  170.         dc.l    closedhihat-InstrBase
  171.         dc.l    highfloortom-InstrBase
  172.         dc.l    pedalhihat-InstrBase
  173.         dc.l    lowtom-InstrBase
  174.         dc.l    openhihat-InstrBase
  175.         dc.l    lowmidtom-InstrBase
  176.         dc.l    highmidtom-InstrBase
  177.         dc.l    crashcymbal1-InstrBase
  178.         dc.l    hightom-InstrBase
  179.         dc.l    ridecymbal1-InstrBase
  180.         dc.l    chinesecymbal-InstrBase
  181.         dc.l    cowbell-InstrBase        ; ride bell
  182.         dc.l    tambourine-InstrBase
  183.         dc.l    splashcymbal-InstrBase
  184.         dc.l    cowbell-InstrBase
  185.         dc.l    crashcymbal1-InstrBase        ; crash cymbal 2
  186.         dc.l    vibraslap-InstrBase
  187.         dc.l    ridecymbal1-InstrBase        ; ride cymbal 2
  188.         dc.l    highbongo-InstrBase
  189.         dc.l    lowbongo-InstrBase
  190.         dc.l    mutehiconga-InstrBase
  191.         dc.l    mutehiconga-InstrBase        ; open high conga
  192.         dc.l    lowconga-InstrBase
  193.         dc.l    hightimbale-InstrBase
  194.         dc.l    lowtimbale-InstrBase
  195.         dc.l    highagogo-InstrBase
  196.         dc.l    lowagogo-InstrBase
  197.         dc.l    cabasa-InstrBase
  198.         dc.l    maracas-InstrBase
  199.         dc.l    shortwhistle-InstrBase
  200.         dc.l    longwhistle-InstrBase
  201.         dc.l    cabasa-InstrBase        ; short guiro
  202.         dc.l    cabasa-InstrBase        ; long guiro
  203.         dc.l    claves-InstrBase
  204.         dc.l    highwoodblock-InstrBase
  205.         dc.l    lowwoodblock-InstrBase
  206.         dc.l    claves-InstrBase        ; mute cuica
  207.         dc.l    claves-InstrBase        ; open cuica
  208.         dc.l    opentriangle-InstrBase        ; mute triangle
  209.         dc.l    opentriangle-InstrBase
  210.  
  211. ;--------------------------------------------------------------------
  212. ; 1-8
  213.  
  214. acousticgrand    dc.l    11047
  215.         dc.w    23228,0
  216.         dc.w    23250,0
  217.         dc.w    72
  218.         incbin    piano/acousticgrand.raw
  219.  
  220.         CNOP    0,4
  221.  
  222. brightacoustic    dc.l    11047
  223.         dc.w    13212,0
  224.         dc.w    13234,0
  225.         dc.w    72
  226.         incbin    piano/brightacoustic.raw
  227.  
  228.         CNOP    0,4
  229.  
  230.  
  231. electricgrand    dc.l    11047
  232.         dc.w    29480,0
  233.         dc.w    29524,0
  234.         dc.w    72
  235.         incbin    piano/electricgrand.raw
  236.  
  237.         CNOP    0,4
  238.  
  239. honkytonk    dc.l    11047
  240.         dc.w    15274,0
  241.         dc.w    15318,0
  242.         dc.w    72
  243.         incbin    piano/honkytonk.raw
  244.  
  245.         CNOP    0,4
  246.  
  247. electricpiano1    dc.l    11047
  248.         dc.w    14340,0
  249.         dc.w    14384,0
  250.         dc.w    72
  251.         incbin    piano/electricpiano1.raw
  252.  
  253.         CNOP    0,4
  254.  
  255. electricpiano2    dc.l    11047
  256.         dc.w    41308,0
  257.         dc.w    41352,0
  258.         dc.w    72
  259.         incbin    piano/electricpiano2.raw
  260.  
  261.         CNOP    0,4
  262.  
  263. harpsichord    dc.l    11047
  264.         dc.w    12284,0
  265.         dc.w    12328,0
  266.         dc.w    72
  267.         incbin    piano/harpsichord.raw
  268.  
  269.         CNOP    0,4
  270.  
  271. clavichord    dc.l    11047
  272.         dc.w    14074,0
  273.         dc.w    14118,0
  274.         dc.w    72
  275.         incbin    piano/clavichord.raw
  276.  
  277.         CNOP    0,4
  278.  
  279. ;--------------------------------------
  280. ; 9-16
  281.  
  282. celesta        dc.l    11047
  283.         dc.w    3072,0
  284.         dc.w    3094,0
  285.         dc.w    72
  286.         incbin    chromeperc/celesta.raw
  287.  
  288.         CNOP    0,4
  289.  
  290. glockenspiel    dc.l    11047
  291.         dc.w    7870,0
  292.         dc.w    7914,0
  293.         dc.w    72
  294.         incbin    chromeperc/glockenspiel.raw
  295.  
  296.         CNOP    0,4
  297.  
  298. ; music box
  299.  
  300. vibraphone    dc.l    11047
  301.         dc.w    8074,0
  302.         dc.w    8096,0
  303.         dc.w    72
  304.         incbin    chromeperc/vibraphone.raw
  305.  
  306.         CNOP    0,4
  307.  
  308. marimba        dc.l    11047
  309.         dc.w    4390,0
  310.         dc.w    4478,0
  311.         dc.w    72
  312.         incbin    chromeperc/marimba.raw
  313.  
  314.         CNOP    0,4
  315.  
  316. xylophone    dc.l    11047
  317.         dc.w    1278,0
  318.         dc.w    1362,0
  319.         dc.w    72
  320.         incbin    chromeperc/xylophone.raw
  321.  
  322.         CNOP    0,4
  323.  
  324. tubularbells    dc.l    11047
  325.         dc.w    10530,0
  326.         dc.w    10748,0
  327.         dc.w    60
  328.         incbin    chromeperc/tubularbells.raw
  329.  
  330.         CNOP    0,4
  331.  
  332. ; dulcimer
  333.  
  334.  
  335. ;--------------------------------------
  336. ; 17-24
  337.  
  338. ; drawbar organ
  339.  
  340. percussiveorgan    dc.l    11047
  341.         dc.w    14340,0
  342.         dc.w    14514,0
  343.         dc.w    72
  344.         incbin    organ/percussiveorgan.raw
  345.  
  346.         CNOP    0,4
  347.  
  348. rockorgan    dc.l    11047
  349.         dc.w    13138,0
  350.         dc.w    13160,0
  351.         dc.w    72
  352.         incbin    organ/rockorgan.raw
  353.  
  354.         CNOP    0,4
  355.  
  356. churchorgan    dc.l    11047
  357.         dc.w    16752,0
  358.         dc.w    16926,0
  359.         dc.w    72
  360.         incbin    organ/churchorgan.raw
  361.  
  362.         CNOP    0,4
  363.  
  364. reedorgan    dc.l    11047
  365.         dc.w    4920,0
  366.         dc.w    11048,0
  367.         dc.w    72
  368.         incbin    organ/reedorgan.raw
  369.  
  370.         CNOP    0,4
  371.  
  372. accordian    dc.l    11047
  373.         dc.w    572,0
  374.         dc.w    7054,0
  375.         dc.w    72
  376.         incbin    organ/accordian.raw
  377.  
  378.         CNOP    0,4
  379.  
  380. harmonica    dc.l    11047
  381.         dc.w    5266,0
  382.         dc.w    5700,0
  383.         dc.w    72
  384.         incbin    organ/harmonica.raw
  385.  
  386.         CNOP    0,4
  387.  
  388. ; tango accordian
  389.  
  390.  
  391. ;--------------------------------------
  392. ; 25-32
  393.  
  394. acousticguitar_nylon:
  395.         dc.l    11047
  396.         dc.w    11842,0
  397.         dc.w    12146,0
  398.         dc.w    72
  399.         incbin    guitar/acousticguitar_nylon.raw
  400.  
  401.         CNOP    0,4
  402.  
  403. acousticguitar_steel:
  404.         dc.l    11047
  405.         dc.w    7176,0
  406.         dc.w    7458,0
  407.         dc.w    72
  408.         incbin    guitar/acousticguitar_steel.raw
  409.  
  410.         CNOP    0,4
  411.  
  412. ; electric guitar (jazz)
  413.  
  414. electricguitar_clean:
  415.         dc.l    11047
  416.         dc.w    21304,0
  417.         dc.w    21566,0
  418.         dc.w    72
  419.         incbin    guitar/electricguitar_clean.raw
  420.  
  421.         CNOP    0,4
  422.  
  423. ; electric guitar (muted)
  424.  
  425. overdrivenguitar:
  426.         dc.l    11047
  427.         dc.w    4504,0
  428.         dc.w    6308,0
  429.         dc.w    72
  430.         incbin    guitar/overdrivenguitar.raw
  431.  
  432.         CNOP    0,4
  433.  
  434. distortionguitar:
  435.         dc.l    11047
  436.         dc.w    7506,0
  437.         dc.w    8830,0
  438.         dc.w    72
  439.         incbin    guitar/distortionguitar.raw
  440.  
  441.         CNOP    0,4
  442.  
  443. ; guitar harmonics
  444.  
  445.  
  446. ;--------------------------------------
  447. ; 33-40
  448.  
  449. acousticbass    dc.l    11047
  450.         dc.w    23916,0
  451.         dc.w    24702,0
  452.         dc.w    60
  453.         incbin    bass/acousticbass.raw
  454.  
  455.         CNOP    0,4
  456.  
  457. electricbass_finger:
  458.         dc.l    11047
  459.         dc.w    26358,0
  460.         dc.w    27750,0
  461.         dc.w    60
  462.         incbin    bass/electricbass_finger.raw
  463.  
  464.         CNOP    0,4
  465.  
  466. electricbass_pick:
  467.         dc.l    11047
  468.         dc.w    35672,0
  469.         dc.w    36718,0
  470.         dc.w    60
  471.         incbin    bass/electricbass_pick.raw
  472.  
  473.         CNOP    0,4
  474.  
  475. fretlessbass    dc.l    11047
  476.         dc.w    17248,0
  477.         dc.w    17596,0
  478.         dc.w    60
  479.         incbin    bass/fretlessbass.raw
  480.  
  481.         CNOP    0,4
  482.  
  483. slapbass1    dc.l    11047
  484.         dc.w    33356,0
  485.         dc.w    34048,0
  486.         dc.w    60
  487.         incbin    bass/slapbass1.raw
  488.  
  489.         CNOP    0,4
  490.  
  491. slapbass2    dc.l    11047
  492.         dc.w    13290,0
  493.         dc.w    13464,0
  494.         dc.w    60
  495.         incbin    bass/slapbass2.raw
  496.  
  497.         CNOP    0,4
  498.  
  499. synthbass1    dc.l    11047
  500.         dc.w    15154,0
  501.         dc.w    15502,0
  502.         dc.w    60
  503.         incbin    bass/synthbass1.raw
  504.  
  505.         CNOP    0,4
  506.  
  507. synthbass2    dc.l    11047
  508.         dc.w    9852,0
  509.         dc.w    10464,0
  510.         dc.w    60
  511.         incbin    bass/synthbass2.raw
  512.  
  513.         CNOP    0,4
  514.  
  515.  
  516. ;--------------------------------------
  517. ; 41-48
  518.  
  519. violin        dc.l    11047
  520.         dc.w    14060,0
  521.         dc.w    21556,0
  522.         dc.w    72
  523.         incbin    strings/violin.raw
  524.  
  525.         CNOP    0,4
  526.  
  527. ; viola
  528.  
  529. cello        dc.l    11047
  530.         dc.w    19162,0
  531.         dc.w    20338,0
  532.         dc.w    60
  533.         incbin    strings/cello.raw
  534.  
  535.         CNOP    0,4
  536.  
  537. contrabass    dc.l    11047
  538.         dc.w    15204,0
  539.         dc.w    16596,0
  540.         dc.w    60
  541.         incbin    strings/contrabass.raw
  542.  
  543.         CNOP    0,4
  544.  
  545. tremolostrings    dc.l    11047
  546.         dc.w    11598,0
  547.         dc.w    16422,0
  548.         dc.w    72
  549.         incbin    strings/tremolo.raw
  550.  
  551.         CNOP    0,4
  552.  
  553. pizzicatostrings:
  554.         dc.l    11047
  555.         dc.w    5436,0
  556.         dc.w    5698,0
  557.         dc.w    72
  558.         incbin    strings/pizzicato.raw
  559.  
  560.         CNOP    0,4
  561.  
  562. ; orchestral strings
  563.  
  564. timpani        dc.l    11047
  565.         dc.w    6612,0
  566.         dc.w    7290,0
  567.         dc.w    60
  568.         incbin    strings/timpani.raw
  569.  
  570.         CNOP    0,4
  571.  
  572.  
  573. ;--------------------------------------
  574. ; 49-56
  575.  
  576. stringensemble1    dc.l    11047
  577.         dc.w    16572,0
  578.         dc.w    19298,0
  579.         dc.w    72
  580.         incbin    ensemble/stringensemble1.raw
  581.  
  582.         CNOP    0,4
  583.  
  584. stringensemble2    dc.l    11047
  585.         dc.w    19940,0
  586.         dc.w    22754,0
  587.         dc.w    72
  588.         incbin    ensemble/stringensemble2.raw
  589.  
  590.         CNOP    0,4
  591.  
  592. synthstrings1    dc.l    11047
  593.         dc.w    14110,0
  594.         dc.w    18512,0
  595.         dc.w    72
  596.         incbin    ensemble/synthstrings1.raw
  597.  
  598.         CNOP    0,4
  599.  
  600. synthstrings2    dc.l    11047
  601.         dc.w    11642,0
  602.         dc.w    16422,0
  603.         dc.w    72
  604.         incbin    ensemble/synthstrings2.raw
  605.  
  606.         CNOP    0,4
  607.  
  608. choiraahs    dc.l    11047
  609.         dc.w    8798,0
  610.         dc.w    19782,0
  611.         dc.w    60
  612.         incbin    ensemble/choiraahs.raw
  613.  
  614.         CNOP    0,4
  615.  
  616. voiceoohs    dc.l    11047
  617.         dc.w    4622,0
  618.         dc.w    10410,0
  619.         dc.w    60
  620.         incbin    ensemble/voiceoohs.raw
  621.  
  622.         CNOP    0,4
  623.  
  624. synthvoice    dc.l    11047
  625.         dc.w    10910,0
  626.         dc.w    17016,0
  627.         dc.w    60
  628.         incbin    ensemble/synthvoice.raw
  629.  
  630.         CNOP    0,4
  631.  
  632. orchestrahit    dc.l    11047
  633.         dc.w    0,0
  634.         dc.w    6194,0
  635.         dc.w    60
  636.         incbin    ensemble/orchestrahit.raw
  637.  
  638.         CNOP    0,4
  639.  
  640.  
  641. ;--------------------------------------
  642. ; 57-64
  643.  
  644. trumpet        dc.l    11047
  645.         dc.w    9796,0
  646.         dc.w    19638,0
  647.         dc.w    72
  648.         incbin    brass/trumpet.raw
  649.  
  650.         CNOP    0,4
  651.  
  652. trombone    dc.l    11047
  653.         dc.w    8532,0
  654.         dc.w    16706,0
  655.         dc.w    60
  656.         incbin    brass/trombone.raw
  657.  
  658.         CNOP    0,4
  659.  
  660. tuba        dc.l    11047
  661.         dc.w    7798,0
  662.         dc.w    8016,0
  663.         dc.w    60
  664.         incbin    brass/tuba.raw
  665.  
  666.         CNOP    0,4
  667.  
  668. mutedtrumpet    dc.l    11047
  669.         dc.w    5928,0
  670.         dc.w    7210,0
  671.         dc.w    72
  672.         incbin    brass/mutedtrumpet.raw
  673.  
  674.         CNOP    0,4
  675.  
  676. frenchhorn    dc.l    11047
  677.         dc.w    12484,0
  678.         dc.w    20244,0
  679.         dc.w    60
  680.         incbin    brass/frenchhorn.raw
  681.  
  682.         CNOP    0,4
  683.  
  684. brasssection    dc.l    11047
  685.         dc.w    5928,0
  686.         dc.w    7210,0
  687.         dc.w    72
  688.         incbin    brass/mutedtrumpet.raw
  689.  
  690.         CNOP    0,4
  691.  
  692. synthbrass1    dc.l    11047
  693.         dc.w    7758,0
  694.         dc.w    12102,0
  695.         dc.w    72
  696.         incbin    brass/synthbrass1.raw
  697.  
  698.         CNOP    0,4
  699.  
  700. synthbrass2    dc.l    11047
  701.         dc.w    9986,0
  702.         dc.w    17524,0
  703.         dc.w    72
  704.         incbin    brass/synthbrass2.raw
  705.  
  706.         CNOP    0,4
  707.  
  708.  
  709. ;--------------------------------------
  710. ; 65-72
  711.  
  712. sopranosax    dc.l    11047
  713.         dc.w    4982,0
  714.         dc.w    13260,0
  715.         dc.w    72
  716.         incbin    reed/sopranosax.raw
  717.  
  718.         CNOP    0,4
  719.  
  720. ; alto sax
  721.  
  722. tenorsax    dc.l    11047
  723.         dc.w    7480,0
  724.         dc.w    14866,0
  725.         dc.w    72
  726.         incbin    reed/tenorsax.raw
  727.  
  728.         CNOP    0,4
  729.  
  730. baritonesax    dc.l    11047
  731.         dc.w    19210,0
  732.         dc.w    26338,0
  733.         dc.w    72
  734.         incbin    reed/baritonesax.raw
  735.  
  736.         CNOP    0,4
  737.  
  738. oboe        dc.l    11047
  739.         dc.w    12782,0
  740.         dc.w    15128,0
  741.         dc.w    72
  742.         incbin    reed/oboe.raw
  743.  
  744.         CNOP    0,4
  745.  
  746. englishhorn    dc.l    11047
  747.         dc.w    17324,0
  748.         dc.w    30324,0
  749.         dc.w    60
  750.         incbin    reed/englishhorn.raw
  751.  
  752.         CNOP    0,4
  753.  
  754. bassoon        dc.l    11047
  755.         dc.w    7420,0
  756.         dc.w    11680,0
  757.         dc.w    60
  758.         incbin    reed/bassoon.raw
  759.  
  760.         CNOP    0,4
  761.  
  762. clarinet    dc.l    11047
  763.         dc.w    10474,0
  764.         dc.w    20034,0
  765.         dc.w    72
  766.         incbin    reed/clarinet.raw
  767.  
  768.         CNOP    0,4
  769.  
  770.  
  771. ;--------------------------------------
  772. ; 73-80
  773.  
  774. piccolo        dc.l    11047
  775.         dc.w    1296,0
  776.         dc.w    2838,0
  777.         dc.w    72
  778.         incbin    pipe/piccolo.raw
  779.  
  780.         CNOP    0,4
  781.  
  782. flute        dc.l    11047
  783.         dc.w    8026,0
  784.         dc.w    17720,0
  785.         dc.w    72
  786.         incbin    pipe/flute.raw
  787.  
  788.         CNOP    0,4
  789.  
  790. recorder    dc.l    11047
  791.         dc.w    3396,0
  792.         dc.w    8284,0
  793.         dc.w    72
  794.         incbin    pipe/recorder.raw
  795.  
  796.         CNOP    0,4
  797.  
  798. panflute    dc.l    11047
  799.         dc.w    5312,0
  800.         dc.w    10722,0
  801.         dc.w    72
  802.         incbin    pipe/panflute.raw
  803.  
  804.         CNOP    0,4
  805.  
  806. blownbottle    dc.l    11047
  807.         dc.w    10306,0
  808.         dc.w    14630,0
  809.         dc.w    72
  810.         incbin    pipe/blownbottle.raw
  811.  
  812.         CNOP    0,4
  813.  
  814. shakuhachi    dc.l    11047
  815.         dc.w    4510,0
  816.         dc.w    19534,0
  817.         dc.w    72
  818.         incbin    pipe/shakuhachi.raw
  819.  
  820.         CNOP    0,4
  821.  
  822. whistle        dc.l    11047
  823.         dc.w    7244,0
  824.         dc.w    17630,0
  825.         dc.w    72
  826.         incbin    pipe/whistle.raw
  827.  
  828.         CNOP    0,4
  829.  
  830. ; ocarina
  831.  
  832.  
  833. ;--------------------------------------
  834. ; 81-88
  835.  
  836. lead1_square    dc.l    11047
  837.         dc.w    3190,0
  838.         dc.w    9702,0
  839.         dc.w    72
  840.         incbin    synthlead/lead1_square.raw
  841.  
  842.         CNOP    0,4
  843.  
  844. lead2_sawtooth    dc.l    11047
  845.         dc.w    3616,0
  846.         dc.w    11358,0
  847.         dc.w    72
  848.         incbin    synthlead/lead2_sawtooth.raw
  849.  
  850.         CNOP    0,4
  851.  
  852. lead3        dc.l    11047
  853.         dc.w    6714,0
  854.         dc.w    16366,0
  855.         dc.w    72
  856.         incbin    synthlead/lead3.raw
  857.  
  858.         CNOP    0,4
  859.  
  860. lead4        dc.l    11047
  861.         dc.w    13114,0
  862.         dc.w    24270,0
  863.         dc.w    72
  864.         incbin    synthlead/lead4.raw
  865.  
  866.         CNOP    0,4
  867.  
  868. lead5        dc.l    11047
  869.         dc.w    15546,0
  870.         dc.w    28390,0
  871.         dc.w    72
  872.         incbin    synthlead/lead5.raw
  873.  
  874.         CNOP    0,4
  875.  
  876. lead6        dc.l    11047
  877.         dc.w    6138,0
  878.         dc.w    9844,0
  879.         dc.w    72
  880.         incbin    synthlead/lead6.raw
  881.  
  882.         CNOP    0,4
  883.  
  884. lead7        dc.l    11047
  885.         dc.w    7872,0
  886.         dc.w    17954,0
  887.         dc.w    72
  888.         incbin    synthlead/lead7.raw
  889.  
  890.         CNOP    0,4
  891.  
  892. lead8        dc.l    11047
  893.         dc.w    12804,0
  894.         dc.w    13848,0
  895.         dc.w    72
  896.         incbin    synthlead/lead8.raw
  897.  
  898.         CNOP    0,4
  899.  
  900.  
  901. ;--------------------------------------
  902. ; 89-96
  903.  
  904. pad1_newage    dc.l    11047
  905.         dc.w    5316,0
  906.         dc.w    12464,0
  907.         dc.w    72
  908.         incbin    synthpad/pad1_newage.raw
  909.  
  910.         CNOP    0,4
  911.  
  912. pad2_warm    dc.l    11047
  913.         dc.w    3952,0
  914.         dc.w    6500,0
  915.         dc.w    72
  916.         incbin    synthpad/pad2_warm.raw
  917.  
  918.         CNOP    0,4
  919.  
  920. pad3_polysynth    dc.l    11047
  921.         dc.w    38732,0
  922.         dc.w    44386,0
  923.         dc.w    72
  924.         incbin    synthpad/pad3_polysynth.raw
  925.  
  926.         CNOP    0,4
  927.  
  928. ; pad 4 (choir)
  929.  
  930. ; pad 5 (bowed)
  931.  
  932. pad6_metallic    dc.l    11047
  933.         dc.w    1876,0
  934.         dc.w    3224,0
  935.         dc.w    72
  936.         incbin    synthpad/pad6_metallic.raw
  937.  
  938.         CNOP    0,4
  939.  
  940. ; pad 7 (halo)
  941.  
  942. pad8_sweep    dc.l    11047
  943.         dc.w    54690,0
  944.         dc.w    54908,0
  945.         dc.w    72
  946.         incbin    synthpad/pad8_sweep.raw
  947.  
  948.         CNOP    0,4
  949.  
  950.  
  951. ;--------------------------------------
  952. ; 97-104
  953.  
  954. fx1_rain    dc.l    11047
  955.         dc.w    2,0
  956.         dc.w    31880,0
  957.         dc.w    60
  958.         incbin    syntheffects/fx1_rain.raw
  959.  
  960.         CNOP    0,4
  961.  
  962. fx2_soundtrack    dc.l    11047
  963.         dc.w    16296,0
  964.         dc.w    19284,0
  965.         dc.w    72
  966.         incbin    syntheffects/fx2_soundtrack.raw
  967.  
  968.         CNOP    0,4
  969.  
  970. ; fx 3 (crystal)
  971.  
  972. fx4_atmosphere    dc.l    11047
  973.         dc.w    10364,0
  974.         dc.w    13114,0
  975.         dc.w    72
  976.         incbin    syntheffects/fx4_atmosphere.raw
  977.  
  978.         CNOP    0,4
  979.  
  980. ; fx 5 (brightness)
  981.  
  982. ; fx 6 (goblins)
  983.  
  984. ; fx 7 (echoes)
  985.  
  986. fx8_scifi    dc.l    11047
  987.         dc.w    3844,0
  988.         dc.w    31600,0
  989.         dc.w    60
  990.         incbin    syntheffects/fx8_scifi.raw
  991.  
  992.         CNOP    0,4
  993.  
  994.  
  995. ;--------------------------------------
  996. ; 105-112
  997.  
  998. sitar        dc.l    11047
  999.         dc.w    18552,0
  1000.         dc.w    18596,0
  1001.         dc.w    72
  1002.         incbin    ethnic/sitar.raw
  1003.  
  1004.         CNOP    0,4
  1005.  
  1006. ; banjo
  1007.  
  1008. shamisen    dc.l    11047
  1009.         dc.w    2700,0
  1010.         dc.w    2872,0
  1011.         dc.w    72
  1012.         incbin    ethnic/shamisen.raw
  1013.  
  1014.         CNOP    0,4
  1015.  
  1016. koto        dc.l    11047
  1017.         dc.w    6286,0
  1018.         dc.w    6546,0
  1019.         dc.w    72
  1020.         incbin    ethnic/koto.raw
  1021.  
  1022.         CNOP    0,4
  1023.  
  1024. ; kalimba
  1025.  
  1026. ; bagpipe
  1027.  
  1028. ; fiddle
  1029.  
  1030. ; shanai
  1031.  
  1032.  
  1033. ;--------------------------------------
  1034. ; 113-120
  1035.  
  1036. tinklebell    dc.l    11047
  1037.         dc.w    9550,0
  1038.         dc.w    9638,0
  1039.         dc.w    60
  1040.         incbin    percussive/tinklebell.raw
  1041.  
  1042.         CNOP    0,4
  1043.  
  1044. agogo        dc.l    11047
  1045.         dc.w    0,0
  1046.         dc.w    1418,0
  1047.         dc.w    72
  1048.         incbin    percussive/agogo.raw
  1049.  
  1050.         CNOP    0,4
  1051.  
  1052. steeldrums    dc.l    11047
  1053.         dc.w    0,0
  1054.         dc.w    12424,0
  1055.         dc.w    72
  1056.         incbin    percussive/steeldrum.raw
  1057.  
  1058.         CNOP    0,4
  1059.  
  1060. woodblock    dc.l    11047
  1061.         dc.w    0,0
  1062.         dc.w    358,0
  1063.         dc.w    72
  1064.         incbin    percussive/woodblock.raw
  1065.  
  1066.         CNOP    0,4
  1067.  
  1068. ; taiko drum
  1069.  
  1070. melodictom    dc.l    11047
  1071.         dc.w    0,0
  1072.         dc.w    4820,0
  1073.         dc.w    60
  1074.         incbin    percussive/melodictom.raw
  1075.  
  1076.         CNOP    0,4
  1077.  
  1078. synthdrum    dc.l    11047
  1079.         dc.w    0,0
  1080.         dc.w    1984,0
  1081.         dc.w    60
  1082.         incbin    percussive/synthdrum.raw
  1083.  
  1084.         CNOP    0,4
  1085.  
  1086. reversecymbal    dc.l    11047
  1087.         dc.w    0,0
  1088.         dc.w    41186,0
  1089.         dc.w    60
  1090.         incbin    percussive/reversecymbal.raw
  1091.  
  1092.         CNOP    0,4
  1093.  
  1094.  
  1095. ;--------------------------------------
  1096. ; 121-128
  1097.  
  1098. ; sfx - guitar fret noise
  1099.  
  1100. ; sfx - breath noise
  1101.  
  1102. seashore    dc.l    11047
  1103.         dc.w    0,0
  1104.         dc.w    54380,0
  1105.         dc.w    60
  1106.         incbin    soundeffects/seashore.raw
  1107.  
  1108.         CNOP    0,4
  1109.  
  1110. birdtweet    dc.l    11047
  1111.         dc.w    0,0
  1112.         dc.w    1396,0
  1113.         dc.w    60
  1114.         incbin    soundeffects/birdtweet.raw
  1115.  
  1116.         CNOP    0,4
  1117.  
  1118. telephonering    dc.l    11047
  1119.         dc.w    2,0
  1120.         dc.w    9688,0
  1121.         dc.w    60
  1122.         incbin    soundeffects/telephonering.raw
  1123.  
  1124.         CNOP    0,4
  1125.  
  1126. helicopter    dc.l    11047
  1127.         dc.w    1942,0
  1128.         dc.w    8088,0
  1129.         dc.w    60
  1130.         incbin    soundeffects/helicopter.raw
  1131.  
  1132.         CNOP    0,4
  1133.  
  1134. applause    dc.l    11047
  1135.         dc.w    0,0
  1136.         dc.w    28924,0
  1137.         dc.w    60
  1138.         incbin    soundeffects/applause.raw
  1139.  
  1140.         CNOP    0,4
  1141.  
  1142. gunshot        dc.l    11047
  1143.         dc.w    0,0
  1144.         dc.w    7964,0
  1145.         dc.w    60
  1146.         incbin    soundeffects/gunshot.raw
  1147.  
  1148.         CNOP    0,4
  1149.  
  1150. ;--------------------------------------
  1151.  
  1152.         dc.l    0,0,0,0,0,0,0
  1153.  
  1154. ;--------------------------------------
  1155. ; 135-181
  1156.  
  1157. acousticbassdrum:
  1158.         dc.l    11047
  1159.         dc.w    0,0
  1160.         dc.w    1196,0
  1161.         dc.w    60
  1162.         incbin    percussion/acousticbassdrum.raw
  1163.  
  1164.         CNOP    0,4
  1165.  
  1166. bassdrum1    dc.l    11047
  1167.         dc.w    0,0
  1168.         dc.w    1886,0
  1169.         dc.w    60
  1170.         incbin    percussion/bassdrum1.raw
  1171.  
  1172.         CNOP    0,4
  1173.  
  1174. sidestick    dc.l    11047
  1175.         dc.w    0,0
  1176.         dc.w    444,0
  1177.         dc.w    60
  1178.         incbin    percussion/sidestick.raw
  1179.  
  1180.         CNOP    0,4
  1181.  
  1182. acousticsnare    dc.l    11047
  1183.         dc.w    0,0
  1184.         dc.w    1984,0
  1185.         dc.w    60
  1186.         incbin    percussion/acousticsnare.raw
  1187.  
  1188.         CNOP    0,4
  1189.  
  1190. handclap    dc.l    11047
  1191.         dc.w    0,0
  1192.         dc.w    1684,0
  1193.         dc.w    60
  1194.         incbin    percussion/handclap.raw
  1195.  
  1196.         CNOP    0,4
  1197.  
  1198. electricsnare    dc.l    11047
  1199.         dc.w    0,0
  1200.         dc.w    4328,0
  1201.         dc.w    60
  1202.         incbin    percussion/electricsnare.raw
  1203.  
  1204.         CNOP    0,4
  1205.  
  1206. lowfloortom    dc.l    11047
  1207.         dc.w    0,0
  1208.         dc.w    3810,0
  1209.         dc.w    60
  1210.         incbin    percussion/lowfloortom.raw
  1211.  
  1212.         CNOP    0,4
  1213.  
  1214. closedhihat    dc.l    11047
  1215.         dc.w    0,0
  1216.         dc.w    980,0
  1217.         dc.w    60
  1218.         incbin    percussion/closedhihat.raw
  1219.  
  1220.         CNOP    0,4
  1221.  
  1222. highfloortom    dc.l    11047
  1223.         dc.w    0,0
  1224.         dc.w    2558,0
  1225.         dc.w    60
  1226.         incbin    percussion/highfloortom.raw
  1227.  
  1228.         CNOP    0,4
  1229.  
  1230. pedalhihat    dc.l    11047
  1231.         dc.w    0,0
  1232.         dc.w    3824,0
  1233.         dc.w    60
  1234.         incbin    percussion/pedalhihat.raw
  1235.  
  1236.         CNOP    0,4
  1237.  
  1238. lowtom        dc.l    11047
  1239.         dc.w    0,0
  1240.         dc.w    1886,0
  1241.         dc.w    60
  1242.         incbin    percussion/lowtom.raw
  1243.  
  1244.         CNOP    0,4
  1245.  
  1246. openhihat    dc.l    11047
  1247.         dc.w    0,0
  1248.         dc.w    6922,0
  1249.         dc.w    60
  1250.         incbin    percussion/openhihat.raw
  1251.  
  1252.         CNOP    0,4
  1253.  
  1254. lowmidtom    dc.l    11047
  1255.         dc.w    0,0
  1256.         dc.w    4504,0
  1257.         dc.w    60
  1258.         incbin    percussion/lowmidtom.raw
  1259.  
  1260.         CNOP    0,4
  1261.  
  1262. highmidtom    dc.l    11047
  1263.         dc.w    0,0
  1264.         dc.w    3372,0
  1265.         dc.w    60
  1266.         incbin    percussion/highmidtom.raw
  1267.  
  1268.         CNOP    0,4
  1269.  
  1270. crashcymbal1    dc.l    11047
  1271.         dc.w    0,0
  1272.         dc.w    8190,0
  1273.         dc.w    60
  1274.         incbin    percussion/crashcymbal1.raw
  1275.  
  1276.         CNOP    0,4
  1277.  
  1278. hightom        dc.l    11047
  1279.         dc.w    0,0
  1280.         dc.w    3898,0
  1281.         dc.w    60
  1282.         incbin    percussion/hightom.raw
  1283.  
  1284.         CNOP    0,4
  1285.  
  1286. ridecymbal1    dc.l    11047
  1287.         dc.w    0,0
  1288.         dc.w    2096,0
  1289.         dc.w    60
  1290.         incbin    percussion/ridecymbal1.raw
  1291.  
  1292.         CNOP    0,4
  1293.  
  1294. chinesecymbal    dc.l    11047
  1295.         dc.w    0,0
  1296.         dc.w    7764,0
  1297.         dc.w    60
  1298.         incbin    percussion/chinesecymbal.raw
  1299.  
  1300.         CNOP    0,4
  1301.  
  1302. ; ride bell
  1303.  
  1304. tambourine    dc.l    11047
  1305.         dc.w    0,0
  1306.         dc.w    1146,0
  1307.         dc.w    60
  1308.         incbin    percussion/tambourine.raw
  1309.  
  1310.         CNOP    0,4
  1311.  
  1312. splashcymbal    dc.l    11047
  1313.         dc.w    0,0
  1314.         dc.w    2562,0
  1315.         dc.w    60
  1316.         incbin    percussion/splashcymbal.raw
  1317.  
  1318.         CNOP    0,4
  1319.  
  1320. cowbell        dc.l    11047
  1321.         dc.w    0,0
  1322.         dc.w    952,0
  1323.         dc.w    60
  1324.         incbin    percussion/cowbell.raw
  1325.  
  1326.         CNOP    0,4
  1327.  
  1328. ; crash cymbal 2
  1329.  
  1330. vibraslap    dc.l    11047
  1331.         dc.w    0,0
  1332.         dc.w    8060,0
  1333.         dc.w    60
  1334.         incbin    percussion/vibraslap.raw
  1335.  
  1336.         CNOP    0,4
  1337.  
  1338. ; ride cymbal 2
  1339.  
  1340. highbongo    dc.l    11047
  1341.         dc.w    0,0
  1342.         dc.w    694,0
  1343.         dc.w    60
  1344.         incbin    percussion/highbongo.raw
  1345.  
  1346.         CNOP    0,4
  1347.  
  1348. lowbongo    dc.l    11047
  1349.         dc.w    0,0
  1350.         dc.w    748,0
  1351.         dc.w    60
  1352.         incbin    percussion/lowbongo.raw
  1353.  
  1354.         CNOP    0,4
  1355.  
  1356. mutehiconga    dc.l    11047
  1357.         dc.w    0,0
  1358.         dc.w    512,0
  1359.         dc.w    60
  1360.         incbin    percussion/mutehiconga.raw
  1361.  
  1362.         CNOP    0,4
  1363.  
  1364. ; open high conga
  1365.  
  1366. lowconga    dc.l    11047
  1367.         dc.w    0,0
  1368.         dc.w    2982,0
  1369.         dc.w    60
  1370.         incbin    percussion/lowconga.raw
  1371.  
  1372.         CNOP    0,4
  1373.  
  1374. hightimbale    dc.l    11047
  1375.         dc.w    0,0
  1376.         dc.w    3048,0
  1377.         dc.w    60
  1378.         incbin    percussion/hightimbale.raw
  1379.  
  1380.         CNOP    0,4
  1381.  
  1382. lowtimbale    dc.l    11047
  1383.         dc.w    0,0
  1384.         dc.w    1960,0
  1385.         dc.w    60
  1386.         incbin    percussion/lowtimbale.raw
  1387.  
  1388.         CNOP    0,4
  1389.  
  1390. highagogo    dc.l    11047
  1391.         dc.w    0,0
  1392.         dc.w    846,0
  1393.         dc.w    60
  1394.         incbin    percussion/highagogo.raw
  1395.  
  1396.         CNOP    0,4
  1397.  
  1398. lowagogo    dc.l    11047
  1399.         dc.w    0,0
  1400.         dc.w    1418,0
  1401.         dc.w    60
  1402.         incbin    percussion/lowagogo.raw
  1403.  
  1404.         CNOP    0,4
  1405.  
  1406. cabasa        dc.l    11047
  1407.         dc.w    0,0
  1408.         dc.w    918,0
  1409.         dc.w    60
  1410.         incbin    percussion/cabasa.raw
  1411.  
  1412.         CNOP    0,4
  1413.  
  1414. maracas        dc.l    11047
  1415.         dc.w    0,0
  1416.         dc.w    230,0
  1417.         dc.w    60
  1418.         incbin    percussion/maracas.raw
  1419.  
  1420.         CNOP    0,4
  1421.  
  1422. shortwhistle    dc.l    11047
  1423.         dc.w    0,0
  1424.         dc.w    1646,0
  1425.         dc.w    60
  1426.         incbin    percussion/shortwhistle.raw
  1427.  
  1428.         CNOP    0,4
  1429.  
  1430. longwhistle    dc.l    11047
  1431.         dc.w    0,0
  1432.         dc.w    4400,0
  1433.         dc.w    60
  1434.         incbin    percussion/longwhistle.raw
  1435.  
  1436.         CNOP    0,4
  1437.  
  1438. ; short guiro
  1439.  
  1440. ; long guiro
  1441.  
  1442. claves        dc.l    11047
  1443.         dc.w    0,0
  1444.         dc.w    498,0
  1445.         dc.w    60
  1446.         incbin    percussion/claves.raw
  1447.  
  1448.         CNOP    0,4
  1449.  
  1450. highwoodblock    dc.l    11047
  1451.         dc.w    0,0
  1452.         dc.w    358,0
  1453.         dc.w    60
  1454.         incbin    percussion/highwoodblock.raw
  1455.  
  1456.         CNOP    0,4
  1457.  
  1458. lowwoodblock    dc.l    11047
  1459.         dc.w    0,0
  1460.         dc.w    358,0
  1461.         dc.w    72
  1462.         incbin    percussion/highwoodblock.raw
  1463.  
  1464.         CNOP    0,4
  1465.  
  1466. ; mute cuica
  1467.  
  1468. ; open cuica
  1469.  
  1470. ; mute triangle
  1471.  
  1472. opentriangle    dc.l    11047
  1473.         dc.w    0,0
  1474.         dc.w    1270,0
  1475.         dc.w    60
  1476.         incbin    percussion/opentriangle.raw
  1477.  
  1478.         CNOP    0,4
  1479.  
  1480. ;--------------------------------------------------------------------
  1481.  
  1482.  
  1483.         END
  1484.  
  1485.