Mercurial > dottes
comparison dottes.html.learnertune @ 567:cb7a4eff9d5b
Have learner tunes play only the melody.
Do this by telling timidity to mute all tracks but the first.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Tue, 06 Sep 2016 20:48:32 +0100 |
parents | e16c20e63d9c |
children | afc031477784 |
comparison
equal
deleted
inserted
replaced
566:912d53652d8d | 567:cb7a4eff9d5b |
---|---|
19 </div> | 19 </div> |
20 </a> | 20 </a> |
21 | 21 |
22 <div class="grid_12 dottes-body"> | 22 <div class="grid_12 dottes-body"> |
23 <div class="dottes-tune-display"> | 23 <div class="dottes-tune-display"> |
24 <img src="../img/learner.png">Work out the tune or play along | 24 <img src="../img/learner.png">Work out the melody or play along |
25 with these audio players. They play the tune repeatedly. There's | 25 with these audio players. They play the melody repeatedly. There's |
26 a variety of speeds to choose from. You can also download the | 26 a variety of speeds to choose from. You can also download the |
27 audio files. | 27 audio files. |
28 </div> | 28 </div> |
29 </div> | 29 </div> |
30 | 30 |
57 <div class="dottes-tune-footer-left"> | 57 <div class="dottes-tune-footer-left"> |
58 <p>Normal speed | 58 <p>Normal speed |
59 </div> | 59 </div> |
60 <div class="dottes-tune-footer-centre"> | 60 <div class="dottes-tune-footer-centre"> |
61 <audio controls loop> | 61 <audio controls loop> |
62 <source src="../@MASTERBOOKE@/@TUNE@.mp3" type="audio/mpeg" /> | 62 <source src="../@MASTERBOOKE@/normal-@TUNE@.mp3" type="audio/mpeg" /> |
63 <source src="../@MASTERBOOKE@/@TUNE@.ogg" type="audio/ogg" /> | 63 <source src="../@MASTERBOOKE@/normal-@TUNE@.ogg" type="audio/ogg" /> |
64 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> | 64 <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95"> |
65 <param name="FileName" value="@TUNE@.mp3" /> | 65 <param name="FileName" value="normal-@TUNE@.mp3" /> |
66 <param name="autoStart" value="false" /> | 66 <param name="autoStart" value="false" /> |
67 <param name="autoplay" value="false" /> | 67 <param name="autoplay" value="false" /> |
68 <param name="playCount" value="100000" /> | 68 <param name="playCount" value="100000" /> |
69 <object type="audio/mpeg" data="@TUNE@.mp3"> | 69 <object type="audio/mpeg" data="normal-@TUNE@.mp3"> |
70 <param name="controller" value="true" /> | 70 <param name="controller" value="true" /> |
71 <param name="autoplay" value="false" /> | 71 <param name="autoplay" value="false" /> |
72 <param name="playCount" value="100000" /> | 72 <param name="playCount" value="100000" /> |
73 </object> | 73 </object> |
74 </object> | 74 </object> |