<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="../../../../../css/rss/feedRss1.xsl" media="screen" type="text/xsl"?>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">  
  <channel rdf:about="http://creativeart.blog.shinobi.jp/RSS/100/"> 
    <title>目指せCREATIVE ART!!</title>  
    <link>http://creativeart.blog.shinobi.jp/</link>  
    <description>CGデザイナーとCGプログラマーの中間を目指す学生のブログ</description>  
    <dc:language>ja</dc:language>  
    <items> 
      <rdf:Seq> 
        <rdf:li rdf:resource="http://creativeart.blog.shinobi.jp/Entry/1045/"/>  
        <rdf:li rdf:resource="http://creativeart.blog.shinobi.jp/Entry/1044/"/>  
        <rdf:li rdf:resource="http://creativeart.blog.shinobi.jp/Entry/1043/"/>  
        <rdf:li rdf:resource="http://creativeart.blog.shinobi.jp/Entry/1042/"/>  
        <rdf:li rdf:resource="http://creativeart.blog.shinobi.jp/Entry/1041/"/>  
        <rdf:li rdf:resource="http://creativeart.blog.shinobi.jp/Entry/1040/"/>  
        <rdf:li rdf:resource="http://creativeart.blog.shinobi.jp/Entry/1039/"/>  
        <rdf:li rdf:resource="http://creativeart.blog.shinobi.jp/Entry/1038/"/>  
        <rdf:li rdf:resource="http://creativeart.blog.shinobi.jp/Entry/1037/"/>  
        <rdf:li rdf:resource="http://creativeart.blog.shinobi.jp/Entry/1036/"/> 
      </rdf:Seq> 
    </items>  
    <atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="self" href="http://blogrss.shinobi.jp/rss/ninja/creativeart" type="application/rss+xml"/>
  </channel>  
  <item rdf:about="http://creativeart.blog.shinobi.jp/Entry/1045/"> 
    <link>http://creativeart.blog.shinobi.jp/Entry/1045/</link>  
    <title>昔の音楽作品 『うつろう季節』</title>  
    <description>昔作った音楽作品をアップします。この曲は2007年にある映像作品を作ろうとしていたときに作曲した管弦楽曲です。 結局映像作品は作らなかったんですが、そのとき表現したかったものはというと、変わらない季節の中で成長していった少年が大人になって子供のときと同じ景色を見た...</description>  
    <content:encoded><![CDATA[<div style="text-align:center">
	<img src="http://www.westsidepure.com/Music/images/theCycleOfSeasons.jpg" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; " /><br />
	<br />
	<object classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" data="http://www.westsidepure.com/Music/mp3/theCycleOfSeasons_prev.mp3" height="50" id="MediaPlayer1" standby="Loading MicrosoftR WindowsR Media Player components..." type="application/x-oleobject" width="300"><param name="loop" value="false" /><param name="quality" value="low" /><param name="movie" value="http://www.westsidepure.com/Music/mp3/theCycleOfSeasons_prev.mp3" /><param name="AutoStart" value="False" /><param name="FileName" value="http://www.westsidepure.com/Music/mp3/theCycleOfSeasons_prev.mp3" /><param name="ShowControls" value="true" /><embed autostart="0" height="50" loop="false" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" quality="low" showcontrols="1" src="http://www.westsidepure.com/Music/mp3/theCycleOfSeasons_prev.mp3" type="application/x-mplayer2" width="300"></embed></object></div>
<br />
<br />
昔作った音楽作品をアップします。この曲は2007年にある映像作品を作ろうとしていたときに作曲した管弦楽曲です。<br />
<br />
結局映像作品は作らなかったんですが、そのとき表現したかったものはというと、変わらない季節の中で成長していった少年が大人になって子供のときと同じ景色を見たときに受ける懐かしさやら孤独感やらなんやかやが織り交ざった衝撃みたいなのです。<br />
<br />
フル版は<a href="http://www.westsidepure.com/Music/#musicWorks">Musicページのworks</a>からダウンロードできますので興味のある方はお聞き下さい。<br />
]]></content:encoded>  
    <dc:subject>Music Works</dc:subject>  
    <dc:date>2012-01-30T00:30:55+09:00</dc:date>  
    <dc:creator>wsp</dc:creator>  
    <dc:publisher>NINJA BLOG</dc:publisher>  
    <dc:rights>wsp</dc:rights> 
  </item>  
  <item rdf:about="http://creativeart.blog.shinobi.jp/Entry/1044/"> 
    <link>http://creativeart.blog.shinobi.jp/Entry/1044/</link>  
    <title>ブロックマッチングのサブピクセル推定プログラムを作成</title>  
    <description><![CDATA[<p>マッチングの一致度評価関数に使われるSAD(sum of absolute difference)の等角直線フィッティングとSSD(sum of squared difference)のパラボラフィッティングでステレオ画像の対応点のサブピクセル推定を行うプログラムを作りました。

こちらは今まで...</p>]]></description>  
    <content:encoded><![CDATA[マッチングの一致度評価関数に使われるSAD(sum of absolute difference)の等角直線フィッティングとSSD(sum of squared difference)のパラボラフィッティングでステレオ画像の対応点のサブピクセル推定を行うプログラムを作りました。<br />
<br />
こちらは今まで作ったステレオマッチングプログラムと今回作ったものの比較用に復元した３次元モデルです。<br />
<div style="text-align:center">
	<img alt="" src="http://file.creativeart.blog.shinobi.jp/models_by_each_algo.jpg" /></div>
<br />
一番上は普通のピクセル精度のステレオマッチングで復元したモデルで、ピクセル単位の対応点しか取っていないので段々なモデルになります。<br />
その下が今回作ったサブピクセル推定法をベースにしたステレオマッチングプログラムで復元したモデル。前に作った位相相関ベースの手法に比べると精度はイマイチですが、処理時間は位相相関ベースのものより４倍くらい速かったので速さを重視したいときはメリットは結構大きい手法なんじゃないかと思います。<br />
<br />
ちなみに処理時間ですが、400x400程度の画像で探索範囲が100pixelのときはだいたい次のような感じになりました。<br />
<br />
環境<br />
OS: Windows 7 64bit<br />
CPU: core i-7 860<br />
Memory: 8GB<br />
<br />
ピクセル精度のブロック相関: 0.1秒<br />
サブピクセル精度のブロック相関: 0.3秒<br />
サブピクセル精度の位相相関: 1.4秒<br />
<br />
いろいろな論文を見ていて、ステレオ法にはいろいろなテクニックがあることが少しずつわかっては来たのですが、それと同時に自分の無知さをかなり痛感します。<br />
<br />
ちなみに、この辺りが参考にした論文です。<br />
<a href="http://www.springerlink.com/content/l707554742p42355/fulltext.pdf">http://www.springerlink.com/content/l707554742p42355/fulltext.pdf</a><br />
<a href="http://vision.kuee.kyoto-u.ac.jp/japanese/happyou/pdf/Sumi_2004_P_170.pdf">http://vision.kuee.kyoto-u.ac.jp/japanese/happyou/pdf/Sumi_2004_P_170.pdf</a><br />
<br />
元画像はこちらからお借りしました<br />
<a href="http://vision.middlebury.edu/stereo/data/">http://vision.middlebury.edu/stereo/data/</a>]]></content:encoded>  
    <dc:subject>Development</dc:subject>  
    <dc:date>2012-01-26T08:01:05+09:00</dc:date>  
    <dc:creator>wsp</dc:creator>  
    <dc:publisher>NINJA BLOG</dc:publisher>  
    <dc:rights>wsp</dc:rights> 
  </item>  
  <item rdf:about="http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/kMKEwt4pCgC1?type=2&amp;ent=8cee02bd87c3cab92013c890e2df455e">
    <title><![CDATA[PR: 周りには内緒で婚活しよう！]]></title>
    <link>http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/kMKEwt4pCgC1?type=2&amp;ent=8cee02bd87c3cab92013c890e2df455e</link>
    <description><![CDATA[<table cellspacing="0" cellpadding="0"><tbody><tr><td align="left" valign="center"><a href="http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/kMKEwt4pCgC1?type=2" target="_blank"><img alt="" style="border: 0;" border="0" src="http://rss.rssad.jp/rss/img/N5Grs.0zEsn4/kMKEwt4pCgC1?type=3&ent=8cee02bd87c3cab92013c890e2df455e"/></a></td></tr><tr><td align="left" valign="top" > あなたにピッタリのパートナーを診断。まずはオンラインで結婚力診断！！簡単無料★ </td></tr></tbody></table><div style="font-size:10px;"><span style="padding-top:5px;"><br style="display:none"/><a href="http://www.rssad.jp/trendmatch/trendmatch.html">Ads by Trend Match</a></span><br/></div>]]></description>
    <dc:date>2012-01-26T08:01:05+09:00</dc:date>
  </item>
  <item rdf:about="http://creativeart.blog.shinobi.jp/Entry/1043/"> 
    <link>http://creativeart.blog.shinobi.jp/Entry/1043/</link>  
    <title>MEL パラボラフィッティング</title>  
    <description><![CDATA[<p>研究で与えられた３点をパラボラフィッティング(Parabola Fitting)で関数近似して最小解を求めるようなC++プログラムを作る機会があったので、ちゃんとできているか確認するためにMELで同じようなものを書いてMayaでビジュアル化しました。
本当はMathematicaとか使うんでしょう...</p>]]></description>  
    <content:encoded><![CDATA[研究で与えられた３点をパラボラフィッティング(Parabola Fitting)で関数近似して最小解を求めるようなC++プログラムを作る機会があったので、ちゃんとできているか確認するためにMELで同じようなものを書いてMayaでビジュアル化しました。<br />
本当はMathematicaとか使うんでしょうけど、私には慣れているMayaの方が手っとり早い。<br />
<br />
３つトランスフォームノードを選んで、下記のようにコマンドを実行するとフィッティングしたカーブに沿ったアニメーションが作られます。<br />
<br />
createXYParabolaAnimExpression_SelectedThreePoints(&quot;pSphere1&quot;, 0.1, -30);<br />
<br />
この場合はpSphere1というオブジェクトにExpressionでアニメーションがつきます。0.1がアニメーション速度で、-30は接線が平行になる点のオフセットです。<br />
<br />
動画にするとこんな感じです。<br />
<br />
<div style="text-align:center">
	<embed allowfullscreen="false" allowscriptaccess="sameDomain" flashvars="autostart=false&amp;repeat=false&amp;height=260&amp;width=320&amp;file=http://file.creativeart.blog.shinobi.jp/parabola_playblast.flv&amp;searchbar=false&amp;showicons=false&amp;shownavigation=false&amp;showdigits=false&amp;usefullscreen=false" height="260" src="http://www.westsidepure.com/flash/player.swf" type="application/x-shockwave-flash" width="320"></embed></div>
<br />
こういった関数あてはめを行うことで、サンプル点よりも細かい情報を得ることができます。<br />
MELで作ったところで、このままでは何の役にも立ちませんけどソースを載せておきます。<br />
<br />
<br />
<pre class="brush: js">
global proc fit2dParabolaFromThreePoints(
		float $in_x1, float $in_x2, float $in_x3, 
		float $in_y1, float $in_y2, float $in_y3,
		float $o_result[]
){
	float $denom = ($in_x1 - $in_x2)*($in_x1 - $in_x3)*($in_x2 - $in_x3);
	$o_result[0] = ($in_x3 * ($in_y2 - $in_y1) + $in_x2 * ($in_y1 - $in_y3) + $in_x1 * ($in_y3 - $in_y2)) / $denom;
	$o_result[1] = ($in_x3*$in_x3 * ($in_y1 - $in_y2) + $in_x2*$in_x2 * ($in_y3 - $in_y1) + $in_x1*$in_x1 * ($in_y2 - $in_y3)) / $denom;
	$o_result[2] = ($in_x2 * $in_x3 * ($in_x2 - $in_x3) * $in_y1 + $in_x3 * $in_x1 * ($in_x3 - $in_x1) * $in_y2 + $in_x1 * $in_x2 * ($in_x1 - $in_x2) * $in_y3) / $denom;
};

// Example
// createXYParabolaAnimExpression(&quot;pSphere1&quot;, 1, 1, 0, 0.1, -30);
global proc createXYParabolaAnimExpression(
	string $target_transform, 
	float $a, float $b, float $c, 
	float $speed, 
	float $frame_offset
){
	string $tx = $target_transform + &quot;.tx&quot;;
	string $ty = $target_transform + &quot;.ty&quot;;
	string $exp_str = 
		&quot;float $a=&quot;+$a+&quot;;\n&quot;+
		&quot;float $b=&quot;+$b+&quot;;\n&quot;+
		&quot;float $c=&quot;+$c+&quot;;\n&quot;+
		&quot;float $speed=&quot;+$speed+&quot;;\n&quot;+
		$tx+&quot; = (frame+&quot;+$frame_offset+&quot;)*$speed;\n&quot;+
		$ty+&quot; = $a*&quot;+$tx+&quot;*&quot;+$tx+&quot; + $b*&quot;+$tx+&quot;+$c;&quot;;
	expression -s $exp_str;
};

// Example
// createXYParabolaAnimExpression_SelectedThreePoints(&quot;pSphere1&quot;, 0.1, -30);
global proc createXYParabolaAnimExpression_SelectedThreePoints(
	string $target_transform, 
	float $speed, 
	float $frame_offset
){
	string $point_list[] = `ls -sl`;
	if(size($point_list)&lt;3){
		print &quot;error: Number of selected point is not enough, must be more than 3.&quot;; return;
	}
	float $coefs[3];
	fit2dParabolaFromThreePoints(
		`getAttr ($point_list[0]+&quot;.tx&quot;)`,
		`getAttr ($point_list[1]+&quot;.tx&quot;)`,
		`getAttr ($point_list[2]+&quot;.tx&quot;)`,
		`getAttr ($point_list[0]+&quot;.ty&quot;)`,
		`getAttr ($point_list[1]+&quot;.ty&quot;)`,
		`getAttr ($point_list[2]+&quot;.ty&quot;)`,
		$coefs
	);
	createXYParabolaAnimExpression($target_transform, $coefs[0], $coefs[1], $coefs[2], $speed, $frame_offset);
}

</pre>
]]></content:encoded>  
    <dc:subject>MEL(Maya Script)</dc:subject>  
    <dc:date>2012-01-25T20:18:19+09:00</dc:date>  
    <dc:creator>wsp</dc:creator>  
    <dc:publisher>NINJA BLOG</dc:publisher>  
    <dc:rights>wsp</dc:rights> 
  </item>  
  <item rdf:about="http://creativeart.blog.shinobi.jp/Entry/1042/"> 
    <link>http://creativeart.blog.shinobi.jp/Entry/1042/</link>  
    <title>Piano Improvisation</title>  
    <description><![CDATA[<p>
	


Ⅵ &amp;gt; V &amp;gt; IV &amp;gt; Ⅲ &amp;gt; Ⅱ &amp;gt; Ⅲ &amp;gt; IV &amp;gt; Vの流れをメインで取り入れて弾いたものです。&amp;nbsp;...</p>]]></description>  
    <content:encoded><![CDATA[<div style="text-align:center">
	<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" height="45" type="application/x-oleobject" width="300"><param name="autostart" value="false" /><param name="filename" value="http://file.creativeart.blog.shinobi.jp/impr_120121_24.mp3" /><param name="showcontrols" value="true" /><embed autostart="0" height="45" name="7069594745989889" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" showcontrols="1" src="http://file.creativeart.blog.shinobi.jp/impr_120121_24.mp3" type="application/x-mplayer2" width="300"></embed></object></div>
<br />
<br />
Ⅵ &gt; V &gt; IV &gt; Ⅲ &gt; Ⅱ &gt; Ⅲ &gt; IV &gt; Vの流れをメインで取り入れて弾いたものです。&nbsp;]]></content:encoded>  
    <dc:subject>Music Works</dc:subject>  
    <dc:date>2012-01-21T12:42:14+09:00</dc:date>  
    <dc:creator>wsp</dc:creator>  
    <dc:publisher>NINJA BLOG</dc:publisher>  
    <dc:rights>wsp</dc:rights> 
  </item>  
  <item rdf:about="http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/c3yRosMM7NC0?type=2&amp;ent=d05fd303711b686f0cf75d98d6097803">
    <title><![CDATA[PR: 【北海道スキー】2泊6.2万から航空券・宿泊・食事込]]></title>
    <link>http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/c3yRosMM7NC0?type=2&amp;ent=d05fd303711b686f0cf75d98d6097803</link>
    <description><![CDATA[<table cellspacing="0" cellpadding="0"><tbody><tr><td align="left" valign="center"><a href="http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/c3yRosMM7NC0?type=2" target="_blank"><img alt="" style="border: 0;" border="0" src="http://rss.rssad.jp/rss/img/N5Grs.0zEsn4/c3yRosMM7NC0?type=3&ent=d05fd303711b686f0cf75d98d6097803"/></a></td></tr><tr><td align="left" valign="top" > リフトもレッスンも追加代金不要！航空券 宿泊 食事込の冬リゾート </td></tr></tbody></table><div style="font-size:10px;"><span style="padding-top:5px;"><br style="display:none"/><a href="http://www.rssad.jp/trendmatch/trendmatch.html">Ads by Trend Match</a></span><br/></div>]]></description>
    <dc:date>2012-01-21T12:42:14+09:00</dc:date>
  </item>
  <item rdf:about="http://creativeart.blog.shinobi.jp/Entry/1041/"> 
    <link>http://creativeart.blog.shinobi.jp/Entry/1041/</link>  
    <title>Maya Hairの長さをキーフレームアニメーションする</title>  
    <description><![CDATA[<p>MayaでHairの長さの変更はHairメニュのhair scale toolというツールを使えばできますが、キーフレームアニメーションさせるにはHairの長さを示す特定のアトリビュートがないので一瞬戸惑います。

しかし、hair scale toolを実行したときに何が起こっているのかをsc...</p>]]></description>  
    <content:encoded><![CDATA[MayaでHairの長さの変更はHairメニュのhair scale toolというツールを使えばできますが、キーフレームアニメーションさせるにはHairの長さを示す特定のアトリビュートがないので一瞬戸惑います。<br />
<br />
しかし、hair scale toolを実行したときに何が起こっているのかをscript editorを開いてみるとfollicleのトランスフォームノードのscaleアトリビュートを変えているだけのようでした。<br />
<br />
ということでfollicleのscaleアトリビュートにキーフレームを打ってみたら、Hairの長さをキーフレームアニメーションさせることができました。<br />
<br />
この仕様すごくわかりづらいです。多分この仕様を作った開発者の方はMayaを使うデザイナーにHairの長さをアニメーションさせる気がなかったんですね。]]></content:encoded>  
    <dc:subject>3D Works</dc:subject>  
    <dc:date>2012-01-18T00:26:02+09:00</dc:date>  
    <dc:creator>wsp</dc:creator>  
    <dc:publisher>NINJA BLOG</dc:publisher>  
    <dc:rights>wsp</dc:rights> 
  </item>  
  <item rdf:about="http://creativeart.blog.shinobi.jp/Entry/1040/"> 
    <link>http://creativeart.blog.shinobi.jp/Entry/1040/</link>  
    <title>VIDEO COPILOTのTutorialプレビュー機能を真似てみる</title>  
    <description><![CDATA[<p>After EffectsのTutorialが満載のサイトVIDEO COPILOTのTutorialページの各Tutorialにカーソルを載せると自動でTutorialのプレビュー動画が流れる機能がずっと前から便利だなぁと思っていて、自分のサイトでも取り入れたいと思っていました。

今日、サイ...</p>]]></description>  
    <content:encoded><![CDATA[After EffectsのTutorialが満載のサイト<a href="http://www.videocopilot.net/">VIDEO COPILOT</a>のTutorialページの各Tutorialにカーソルを載せると自動でTutorialのプレビュー動画が流れる機能がずっと前から便利だなぁと思っていて、自分のサイトでも取り入れたいと思っていました。<br />
<br />
今日、サイトのソースを見させてもらいながら仕組みを調べてみたんですが、Javascriptだけで簡単に実装できそうだったので、真似ながら試行錯誤していたら、とりあえず音楽のプレビュー機能として同じようなものが作れました。<br />
<br />
画像にカーソルを載せるとプレイヤーが現れてカーソルにくっついてきます。その間、プレビュー用の音楽が再生されるという機能です。<br />
<br />
<a href="http://www.westsidepure.com/Music/#musicWorks">MusicページのWorks</a>にてすでに機能していますので、興味のある方は試してみて下さい。<br />
<br />
激しく動きまくったりすると結構落ちたりするので優しくお願いします。何度か試してChromeとFirefoxは一度も落ちなかったんですが、IEは落ちることがあったのでご注意を。<br />
<br />
やっぱりWebのプログラミングは簡単に目に見える成果が出るのでおもしろいです。修士論文からの現実逃避はこのくらいにしときます。<br />
<br />
-------------------------------------<br />
追記<br id="NINJASELECTIONID" style="clear: both" />
ブラウザごとで音楽プレイヤーの埋め込みタグを分けたら安定して落ちなくなりました。]]></content:encoded>  
    <dc:subject>Development</dc:subject>  
    <dc:date>2012-01-16T01:58:55+09:00</dc:date>  
    <dc:creator>wsp</dc:creator>  
    <dc:publisher>NINJA BLOG</dc:publisher>  
    <dc:rights>wsp</dc:rights> 
  </item>  
  <item rdf:about="http://creativeart.blog.shinobi.jp/Entry/1039/"> 
    <link>http://creativeart.blog.shinobi.jp/Entry/1039/</link>  
    <title>昔の音楽作品 『哀愁の街』</title>  
    <description><![CDATA[<p>
	
	
	


続々と昔作った音楽作品をアップします。この曲は2007年に作った曲です。確か何かのドラマのＢＧＭを聞いていて自分も作ってみたいと思い作曲したんだったと思います。かなり昭和ドラマチックな哀愁ＢＧＭです。

高音質版はMusicページのworksからダウンロードできます...</p>]]></description>  
    <content:encoded><![CDATA[<div style="text-align:center">
	<img src="http://www.westsidepure.com/Music/images/sorrowTown.jpg" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; " /><br />
	<br />
	<object classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" data="http://www.westsidepure.com/Music/mp3/sorrowTown_prev.mp3" height="50" id="MediaPlayer1" standby="Loading MicrosoftR WindowsR Media Player components..." type="application/x-oleobject" width="300"><param name="loop" value="false" /><param name="quality" value="low" /><param name="movie" value="http://www.westsidepure.com/Music/mp3/sorrowTown_prev.mp3" /><param name="AutoStart" value="False" /><param name="FileName" value="http://www.westsidepure.com/Music/mp3/sorrowTown_prev.mp3" /><param name="ShowControls" value="true" /><embed autostart="0" height="50" loop="false" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" quality="low" showcontrols="1" src="http://www.westsidepure.com/Music/mp3/sorrowTown_prev.mp3" type="application/x-mplayer2" width="300"></embed></object></div>
<br />
<br />
続々と昔作った音楽作品をアップします。この曲は2007年に作った曲です。確か何かのドラマのＢＧＭを聞いていて自分も作ってみたいと思い作曲したんだったと思います。かなり昭和ドラマチックな哀愁ＢＧＭです。<br />
<br />
高音質版は<a href="http://www.westsidepure.com/Music/#musicWorks">Musicページのworks</a>からダウンロードできます。<br />
]]></content:encoded>  
    <dc:subject>Music Works</dc:subject>  
    <dc:date>2012-01-14T12:04:21+09:00</dc:date>  
    <dc:creator>wsp</dc:creator>  
    <dc:publisher>NINJA BLOG</dc:publisher>  
    <dc:rights>wsp</dc:rights> 
  </item>  
  <item rdf:about="http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/aey.M5frUpEi?type=2&amp;ent=e6de6caf8ee197fda22959d1aeb6c175">
    <title><![CDATA[PR: 周りには内緒で婚活しよう！]]></title>
    <link>http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/aey.M5frUpEi?type=2&amp;ent=e6de6caf8ee197fda22959d1aeb6c175</link>
    <description><![CDATA[<table cellspacing="0" cellpadding="0"><tbody><tr><td align="left" valign="center"><a href="http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/aey.M5frUpEi?type=2" target="_blank"><img alt="" style="border: 0;" border="0" src="http://rss.rssad.jp/rss/img/N5Grs.0zEsn4/aey.M5frUpEi?type=3&ent=e6de6caf8ee197fda22959d1aeb6c175"/></a></td></tr><tr><td align="left" valign="top" > あなたにピッタリのパートナーを診断。まずはオンラインで結婚力診断！！簡単無料★ </td></tr></tbody></table><div style="font-size:10px;"><span style="padding-top:5px;"><br style="display:none"/><a href="http://www.rssad.jp/trendmatch/trendmatch.html">Ads by Trend Match</a></span><br/></div>]]></description>
    <dc:date>2012-01-14T12:04:21+09:00</dc:date>
  </item>
  <item rdf:about="http://creativeart.blog.shinobi.jp/Entry/1038/"> 
    <link>http://creativeart.blog.shinobi.jp/Entry/1038/</link>  
    <title>昔の音楽作品 『故郷の街へ』</title>  
    <description><![CDATA[<p>
	
	
	


昔作った音楽作品をまたアップします。この曲は2007年、ピアノを弾ける人と一緒にピアノとギターのデュエットがしたくて作った曲です。正月休みに実家に帰った時に感じた懐かしさをイメージして作曲しました。結局譜面を作ったきりデュエットはできませんでしたけど。

高音質版は...</p>]]></description>  
    <content:encoded><![CDATA[<div style="text-align:center">
	<img src="http://www.westsidepure.com/Music/images/goingToMyHometown.jpg" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; " /><br />
	<br />
	<object classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" data="http://www.westsidepure.com/Music/mp3/goingToMyHometown_prev.mp3" height="50" id="MediaPlayer1" standby="Loading MicrosoftR WindowsR Media Player components..." type="application/x-oleobject" width="300"><param name="loop" value="false" /><param name="quality" value="low" /><param name="movie" value="http://www.westsidepure.com/Music/mp3/goingToMyHometown_prev.mp3" /><param name="AutoStart" value="False" /><param name="FileName" value="http://www.westsidepure.com/Music/mp3/goingToMyHometown_prev.mp3" /><param name="ShowControls" value="true" /><embed autostart="0" height="50" loop="false" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" quality="low" showcontrols="1" src="http://www.westsidepure.com/Music/mp3/goingToMyHometown_prev.mp3" type="application/x-mplayer2" width="300"></embed></object></div>
<br />
<br />
昔作った音楽作品をまたアップします。この曲は2007年、ピアノを弾ける人と一緒にピアノとギターのデュエットがしたくて作った曲です。正月休みに実家に帰った時に感じた懐かしさをイメージして作曲しました。結局譜面を作ったきりデュエットはできませんでしたけど。<br />
<br />
高音質版は<a href="http://www.westsidepure.com/Music/#musicWorks">Musicページのworks</a>からダウンロードできます。<br />
]]></content:encoded>  
    <dc:subject>Music Works</dc:subject>  
    <dc:date>2012-01-13T20:53:48+09:00</dc:date>  
    <dc:creator>wsp</dc:creator>  
    <dc:publisher>NINJA BLOG</dc:publisher>  
    <dc:rights>wsp</dc:rights> 
  </item>  
  <item rdf:about="http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/P9dv9uGTxlkk?type=2&amp;ent=a9bf5ed517cb7829802a6f9270d110b4">
    <title><![CDATA[PR: 風邪ひいた？]]></title>
    <link>http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/P9dv9uGTxlkk?type=2&amp;ent=a9bf5ed517cb7829802a6f9270d110b4</link>
    <description><![CDATA[<table cellspacing="0" cellpadding="0"><tbody><tr><td align="left" valign="center"><a href="http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/P9dv9uGTxlkk?type=2" target="_blank"><img alt="" style="border: 0;" border="0" src="http://rss.rssad.jp/rss/img/N5Grs.0zEsn4/P9dv9uGTxlkk?type=3&ent=a9bf5ed517cb7829802a6f9270d110b4"/></a></td></tr><tr><td align="left" valign="top" > 朝飲めば昼飲まなくても大丈夫！新コンタックかぜ総合 </td></tr></tbody></table><div style="font-size:10px;"><span style="padding-top:5px;"><br style="display:none"/><a href="http://www.rssad.jp/trendmatch/trendmatch.html">Ads by Trend Match</a></span><br/></div>]]></description>
    <dc:date>2012-01-13T20:53:48+09:00</dc:date>
  </item>
  <item rdf:about="http://creativeart.blog.shinobi.jp/Entry/1037/"> 
    <link>http://creativeart.blog.shinobi.jp/Entry/1037/</link>  
    <title>昔の音楽作品 『雨上がり』</title>  
    <description><![CDATA[<p>
	
	
	


『The Samurai』に引き続き、大学1年生のときにＰＣ内臓音源のみで作った楽曲です。高音質版はMusicページのworksからダウンロードできます。
...</p>]]></description>  
    <content:encoded><![CDATA[<div style="text-align:center">
	<img src="http://www.westsidepure.com/Music/images/afterTheRain.jpg" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; " /><br />
	<br />
	<object classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" data="http://www.westsidepure.com/Music/mp3/afterTheRain_prev40.mp3" height="50" id="MediaPlayer1" standby="Loading MicrosoftR WindowsR Media Player components..." type="application/x-oleobject" width="300"><param name="loop" value="false" /><param name="quality" value="low" /><param name="movie" value="http://www.westsidepure.com/Music/mp3/afterTheRain_prev40.mp3" /><param name="AutoStart" value="False" /><param name="FileName" value="http://www.westsidepure.com/Music/mp3/afterTheRain_prev40.mp3" /><param name="ShowControls" value="true" /><embed autostart="0" height="50" loop="false" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" quality="low" showcontrols="1" src="http://www.westsidepure.com/Music/mp3/afterTheRain_prev40.mp3" type="application/x-mplayer2" width="300"></embed></object></div>
<br />
<br />
『The Samurai』に引き続き、大学1年生のときにＰＣ内臓音源のみで作った楽曲です。高音質版はMusicページのworksからダウンロードできます。<br />
]]></content:encoded>  
    <dc:subject>Music Works</dc:subject>  
    <dc:date>2012-01-10T23:36:31+09:00</dc:date>  
    <dc:creator>wsp</dc:creator>  
    <dc:publisher>NINJA BLOG</dc:publisher>  
    <dc:rights>wsp</dc:rights> 
  </item>  
  <item rdf:about="http://creativeart.blog.shinobi.jp/Entry/1036/"> 
    <link>http://creativeart.blog.shinobi.jp/Entry/1036/</link>  
    <title>昔の音楽作品 『The Samurai』</title>  
    <description><![CDATA[<p>
	
	
	

5年半くらい前、大学に入学したばかりでPC内臓音源しか扱えなかったときに制作した曲をハードディスク内で見つけました。

なつかしい。 ...</p>]]></description>  
    <content:encoded><![CDATA[<div style="text-align:center">
	<img src="http://www.westsidepure.com/Music/images/theSamurai.gif" style="border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; " /><br />
	<br />
	<object classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" codebase="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715" data="http://www.westsidepure.com/Music/mp3/theSamurai_prev.mp3" height="50" id="MediaPlayer1" standby="Loading MicrosoftR WindowsR Media Player components..." type="application/x-oleobject" width="300"><param name="loop" value="false" /><param name="quality" value="low" /><param name="movie" value="http://www.westsidepure.com/Music/mp3/theSamurai_prev.mp3" /><param name="AutoStart" value="False" /><param name="FileName" value="http://www.westsidepure.com/Music/mp3/theSamurai.mp3" /><param name="ShowControls" value="true" /><embed autostart="0" height="50" loop="false" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" quality="low" showcontrols="1" src="http://www.westsidepure.com/Music/mp3/theSamurai.mp3" type="application/x-mplayer2" width="300"></embed></object></div>
<br />
5年半くらい前、大学に入学したばかりでPC内臓音源しか扱えなかったときに制作した曲をハードディスク内で見つけました。<br />
<br />
なつかしい。 ]]></content:encoded>  
    <dc:subject>Music Works</dc:subject>  
    <dc:date>2012-01-08T12:52:42+09:00</dc:date>  
    <dc:creator>wsp</dc:creator>  
    <dc:publisher>NINJA BLOG</dc:publisher>  
    <dc:rights>wsp</dc:rights> 
  </item>
  <item rdf:about="http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/A7Zmxb1dFo8j?type=2&amp;ent=a8b57b5031b4d482e2bc57889279ebe2">
    <title><![CDATA[PR: 周りには内緒で婚活しよう！]]></title>
    <link>http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/A7Zmxb1dFo8j?type=2&amp;ent=a8b57b5031b4d482e2bc57889279ebe2</link>
    <description><![CDATA[<table cellspacing="0" cellpadding="0"><tbody><tr><td align="left" valign="center"><a href="http://rss.rssad.jp/rss/ad/N5Grs.0zEsn4/A7Zmxb1dFo8j?type=2" target="_blank"><img alt="" style="border: 0;" border="0" src="http://rss.rssad.jp/rss/img/N5Grs.0zEsn4/A7Zmxb1dFo8j?type=3&ent=a8b57b5031b4d482e2bc57889279ebe2"/></a></td></tr><tr><td align="left" valign="top" > あなたにピッタリのパートナーを診断。まずはオンラインで結婚力診断！！簡単無料★ </td></tr></tbody></table><div style="font-size:10px;"><span style="padding-top:5px;"><br style="display:none"/><a href="http://www.rssad.jp/trendmatch/trendmatch.html">Ads by Trend Match</a></span><br/></div>]]></description>
    <dc:date>2012-01-08T12:52:42+09:00</dc:date>
  </item> 
</rdf:RDF>

