view dottes.html.tune @ 223:0ef955669a9a

Make transposed tunes use the original audio. The aim of MIDI and MP3 is to allow the user to hear what a tune sounds like. For transposed bookes, I think this should be reused from the main booke page, because hearing it at the transposed pitch isn't a major help. And in fact given the way cello transposition is done, the sound won't be transposed anyway. And Jane hasn't complained. This will speed up building the bookes by removing audio generation, the slowest process, from the transposed bookes.
author Jim Hague <jim.hague@acm.org>
date Fri, 22 Feb 2013 01:09:37 +0000
parents 63be970c5802
children 1e4443d58177
line wrap: on
line source

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>Cry Havoc tunes - @TITLE@</title>
  <link rel="stylesheet" href="../css/reset.css" />
  <link rel="stylesheet" href="../css/text.css" />
  <link rel="stylesheet" href="../css/960.css" />
  <link rel="stylesheet" href="../css/dottes.css" />

  <link href='http://fonts.googleapis.com/css?family=Pirata+One|Oswald'
        rel='stylesheet' type='text/css'>
</head>
<body>
  <div class="container_12">
    <a href="/">
      <div class="grid_12 header-strip banner">
        <h1>Ye Crie Havock Booke of Dottes</h1>
      </div>
    </a>

    <div class="grid_12 dottes-body">
      <img class="dottes-png" src="@TUNE@.png" alt="@TITLE@ dots">
      <ul class="tune-data-list">
        <li><a class="dottes-link-tune dottes-pdf"
               href="@TUNE@.pdf">PDF</a></li>
        <li><a class="dottes-link-tune dottes-midi"
               href="../@MASTERBOOKE@/@TUNE@.mid">MIDI</a></li>
        <li><a class="dottes-link-tune dottes-mp3"
               href="../@MASTERBOOKE@/@TUNE@.mp3">MP3</a></li>
        <li><a class="dottes-link-tune dottes-abc"
               href="@TUNE@.abc">ABC</a></li>
      </ul>
    </div>

  </div>
</body>
</html>