Piano arrangements: Difference between revisions
(line break before last one) |
(finally worked out how to put in HRs without breaking the player) |
||
Line 4: | Line 4: | ||
<hr> | <hr> | ||
<script src="/js/audiojs/audiojs/audio.min.js"></script> | <script src="/js/audiojs/audiojs/audio.min.js"></script> | ||
<link rel="stylesheet | <link rel="stylesheet"> | ||
<script> | <script> | ||
audiojs.events.ready(function() { | audiojs.events.ready(function() { | ||
Line 14: | Line 14: | ||
.vjs-default-skin .vjs-volume-level { background-color: #25cc4c } | .vjs-default-skin .vjs-volume-level { background-color: #25cc4c } | ||
</style> | </style> | ||
<b>mystery song #1</b> (I'll post artist and title later) | <b>mystery song #1</b> (I'll post artist and title later) | ||
<audio preload="auto"> | <audio preload="auto"> | ||
<source src="/media/piano-AnaNg.mp3"> | <source src="/media/piano-AnaNg.mp3"> | ||
</audio> | </audio> | ||
<hr> | |||
<link rel="stylesheet"> | |||
<b>mystery song #2</b> | <b>mystery song #2</b> | ||
<audio preload="auto"> | <audio preload="auto"> | ||
<source src="/media/piano-RDL.mp3"> | <source src="/media/piano-RDL.mp3"> | ||
</audio> | </audio> | ||
<hr> | |||
<link rel="stylesheet"> | |||
<b>Pink Floyd</b>: "Childhood's End" | <b>Pink Floyd</b>: "Childhood's End" | ||
<audio preload="auto"> | <audio preload="auto"> | ||
Line 27: | Line 34: | ||
</audio> | </audio> | ||
This is excerpted from one long take with a lot of false starts and a bit in the middle I ended up needing to rework. If you've done much audio editing, you can probably hear the join. | This is excerpted from one long take with a lot of false starts and a bit in the middle I ended up needing to rework. If you've done much audio editing, you can probably hear the join. | ||
< | |||
<hr> | |||
<link rel="stylesheet"> | |||
<b>ELO</b>: "Turn to Stone" | <b>ELO</b>: "Turn to Stone" | ||
<audio preload="auto"> | <audio preload="auto"> |
Revision as of 03:47, 27 December 2014
These are my piano arrangements of a few songs I like (more to come, assuming there's no massive public outcry against my barbaric treatment of innocent musical instruments). <echo raw now>
<script src="/js/audiojs/audiojs/audio.min.js"></script> <link rel="stylesheet"> <script>
audiojs.events.ready(function() { var as = audiojs.createAll(); });
</script> <style type="text/css">
.vjs-default-skin .vjs-play-progress, .vjs-default-skin .vjs-volume-level { background-color: #25cc4c }
</style>
mystery song #1 (I'll post artist and title later) <audio preload="auto">
<source src="/media/piano-AnaNg.mp3">
</audio>
<link rel="stylesheet"> mystery song #2 <audio preload="auto">
<source src="/media/piano-RDL.mp3">
</audio>
<link rel="stylesheet"> Pink Floyd: "Childhood's End" <audio preload="auto">
<source src="/media/piano-PF-CE.mp3">
</audio> This is excerpted from one long take with a lot of false starts and a bit in the middle I ended up needing to rework. If you've done much audio editing, you can probably hear the join.
<link rel="stylesheet"> ELO: "Turn to Stone" <audio preload="auto">
<source src="/media/piano-ELO-TTS.mp3">
</audio> This was take #4, without any edits (and lots of little mistakes). I'm thinking I need to rearrange it a bit more so I'm playing the melody line during the chorus, as I do during the verses. I was originally thinking I was going to do vocals, so the melody line would be unnecessary, but there hasn't been time.
</echo> See also: Geek Piano Favorites has a list of things I may be recording.