Piano arrangements: Difference between revisions

From Woozalia
Jump to navigation Jump to search
(notice at top of page)
(actual songs)
Line 1: Line 1:
This page is under development; please come back later -- but soonish...
These are my piano arrangements of a few songs I like.
 
<echo raw now>
<echo raw now>
<hr>
<script src="/js/audiojs/audiojs/audio.min.js"></script>
<script src="/js/audiojs/audiojs/audio.min.js"></script>
<link rel="stylesheet" href="/jsHIDE/audiojs/includes/index.css" media="screen">
<link rel="stylesheet" href="/jsHIDE/audiojs/includes/index.css" media="screen">
Line 13: Line 13:
   .vjs-default-skin .vjs-volume-level { background-color: #25cc4c }
   .vjs-default-skin .vjs-volume-level { background-color: #25cc4c }
</style>
</style>
<p><b>Pink Floyd</b>: "Childhood's End"
<audio preload="auto">
<audio preload="auto">
       <source src="/media/TFaB-2013-05-27-demo-mix.mp3">
       <source src="/media/piano-PF-CE.mp3">
</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.
<hr>
<p><b>ELO</b>: "Turn to Stone"
<audio preload="auto">
      <source src="/media/piano-ELO-TTS.ogg">
</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.
</p>
<hr>
</echo>
</echo>
See also: [[Geek Piano Favorites]]
See also: [[Geek Piano Favorites]] has a list of things I may be recording.

Revision as of 14:29, 22 December 2014

These are my piano arrangements of a few songs I like. <echo raw now>


<script src="/js/audiojs/audiojs/audio.min.js"></script> <link rel="stylesheet" href="/jsHIDE/audiojs/includes/index.css" media="screen"> <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>

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.


ELO: "Turn to Stone" <audio preload="auto"> <source src="/media/piano-ELO-TTS.ogg"> </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.