<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>plamo</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/" />
    <link rel="self" type="application/atom+xml" href="http://plamo-tokyo.com/atom.xml" />
    <id>tag:plamo-tokyo.com,2008-08-26://1</id>
    <updated>2010-02-21T17:40:53Z</updated>
    <subtitle>プラモはWebサイトを中心に制作活動をしています。</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.13</generator>

<entry>
    <title>アンビバ・リターンズちょっと録音</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/blog/post-14/" />
    <id>tag:plamo-tokyo.com,2010://1.87</id>

    <published>2010-02-21T17:30:55Z</published>
    <updated>2010-02-21T17:40:53Z</updated>

    <summary> 金曜日にRIOW ARAIのライブにスクラッチで参加したのですが、アライさんが...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="dj" label="DJ" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movie" label="Movie" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mrplamo" label="Mr.plamo" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[ <p>金曜日にRIOW ARAIのライブにスクラッチで参加したのですが、アライさんがiPhoneのUSTREAMで17分ほどライブ録音してくれてました（音声のみ）。</p>

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="utv649118" name="utv_n_988361" width="570" height="240"><param name="flashvars" value="loc=%2F&amp;autoplay=false&amp;vid=4845421" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.ustream.tv/flash/video/4845421" /><embed flashvars="loc=%2F&amp;autoplay=false&amp;vid=4845421" allowfullscreen="true" allowscriptaccess="always" id="utv649118" name="utv_n_988361" src="http://www.ustream.tv/flash/video/4845421" type="application/x-shockwave-flash" width="570" height="240"></object>
<p>今やこんなことが超手軽にできてしまうんですね。<br />恐ろしい時代だ〜</p><p>RIOW ARAI：<a href="http://www.riowarai.com/" target="_blank">http://www.riowarai.com/</a><br /></p>]]>
        
    </content>
</entry>

<entry>
    <title>Firefox3.6におけるFlashでの不具合</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/labo/firefox36flash/" />
    <id>tag:plamo-tokyo.com,2010://1.86</id>

    <published>2010-02-18T03:49:58Z</published>
    <updated>2010-02-18T04:37:18Z</updated>

    <summary>先日Firefoxが3.6にアップグレードされたのですが、過去にフルフラッシュで...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Labo" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="flash" label="Flash" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="progression" label="Progression" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<p>先日Firefoxが3.6にアップグレードされたのですが、過去にフルフラッシュで制作したサイトなどをチェックしてみると、予期せぬブラウザのスクロールバーが出現したり、以前機能していたボタンが機能しなくなったりしていました。　焦</p><p>注意点や解決策などを以下にまとめておきます。</p><p><br /></p>
<p>
<b>■フラッシュエリアをクリック（フォーカス）するとスクロールバーが出現する
</b></p>
<p>
【解決策】<br />フラッシュエリアを囲んでいるHTMLのdiv要素にoutline:none;を指定する
</p>
<pre class="brush: css;">#flasharea:focus {
    outline:none;
}
</pre>
<p>しかし、僕はこれでなぜかうまくいきませんでした。<br />そこで swffit.js を使用したら解決しました。<br />こちらの方が確実かも。</p>
<p>□swffit：<a href="http://swffit.millermedeiros.com/" target="_blank">http://swffit.millermedeiros.com/</a><br />□参考：<a href="http://www.mousouchiku.net/blog/2010/01/22-150505.php" target="_blank">http://www.mousouchiku.net/blog/2010/01/22-150505.php
</a><br /></p><p><br /></p>
<p>
<b>■Firefox3.6 ではProgressionコマンドエラーで、ムービーがストップする
</b></p>
<p>
例えばDoTweenerコマンドを使用したりして、コマンドエラーが出力パネルで<br />出ていた場合でも Firefox3.6 以外のブラウザでは無視して動いていたのですが、<br />3.6ではムービーが止まったりするみたいです。<br />3.6では、よりちゃんとしたスクリプトを組まないとFlashが止まっちゃうようです。</p><p>Flash以外でも、Javascript周りの機能がちょっと微妙だったり、ブラウザ上でテキストのコピペがうまくいかなかったり、となんだか色々とエラーが起きてるような気がします。</p><p>おそらくですが、色んな細かいエラーなどにたいして、ブラウザがシビアに反応するようになったのではないかという印象です。ちゃんときれいなスクリプティングをすれば問題ないのではと思うのですが、敷居があがった気がします。</p><p>FlashやJavascript使わずに、これからはHTML5を使うんだぞ！というMozillaの密かな警告のイントロダクションだったりして。。なーんて考え過ぎか。<br /></p><p></p>]]>
        
    </content>
</entry>

<entry>
    <title>Progression4：useHTMLInjection</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/labo/progression4usehtmlinjection/" />
    <id>tag:plamo-tokyo.com,2010://1.85</id>

    <published>2010-02-16T11:43:00Z</published>
    <updated>2010-02-18T12:13:07Z</updated>

    <summary>Progression4の機能で密かに注目しているHTMLタグの読み込み。現在進...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Labo" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="flash" label="Flash" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="progression4" label="Progression4" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<p>Progression4の機能で密かに注目しているHTMLタグの読み込み。</p><p>現在進めている仕事で、Movable Typeから吐き出したXMLをFlash側で読もうと思っていたのだが、HTMLタグから直接情報を読み込んだ方が、スマートだし、そのままHTMLソースもSEO対策に使えそうなので、早速使ってみるこにした。<br /></p>
<p><a href="http://www.northprint.net/2009/11/progression4html.html" target="_blank">Is It So Easy?さんの説明</a>を参考に色々試していたのだが、HTMLを読み込む気配は全くない。</p><p>色々調べてみたところ、<a href="http://progression.jp/ja/download/4.0.1_pb1.3/" target="_blank">Progression4アップデートリリースノート</a>に<br />「WebConfig クラスのコンストラクタ第四引数 useHTMLInjection のデフォルト値を false に変更しました。」<br />と書いてある！</p><p>もしやと思い、「WebConfig.as」の「useHTMLInjection:Boolean = false」部分を「true」に変更したらうまく読み込めました。</p>]]>
        <![CDATA[<p>プロジェクト単位にProgressionライブラリができるので、「WebConfig.as」を直接変更してもよいと思いますが、元を変えたく
ない方は、index.asで、</p><p>var config:WebConfig = new WebConfig(null, true, 
true, true );</p><p>と「useHTMLInjection」プロパティにあたる「WebConfig」の第4引数を「true」に
すれば、機能します。</p><p>Progression4はパブリックベータ版だが、まだ完全リリースではないので、こうした仕様の変更には気をつけ
よう。。</p><p>□Progression 4.0.1 Public Beta 1.3 API Reference<br /><a href="http://asdoc.progression.jp/4.0/jp/progression/config/WebConfig.html" target="_blank">http://asdoc.progression.jp/4.0/jp/progression/config/WebConfig.html</a></p><p><br /></p><p>追
記（2010.2.18）：<br />HTMLInjectionを使って、HTMLを読み込むには、読み込む部分のHTMLソース内
の&lt;div&gt;タグには全て「id」オプションが無いとエラーが出てしまいます。</p><p>これはどうやら&lt;div 
id="/scene1"&gt;というように、divはシーン分けするためにHTMLInjectionでは使用されるようで、&lt;div 
class=""&gt;だけではダメなのだと思います。</p><p>さらに例えば<br />&lt;div 
id="/scene1"&gt;〜&lt;/div&gt;<br />で挟まれている部分の要素にアクセスするには、scene1のシーンオブジェクトを
生成し、そのクラス内で初めて中のデータが取得できるっぽいので、初めからシーン分けをする目的でHTMLを組む以外の用途だと、かえって複雑になる気が
します。</p>うーん、素直にMTからXMLを吐き出してそれを読むことにしよう。]]>
    </content>
</entry>

<entry>
    <title>Luis Nanook &quot;Place&quot;</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/blog/luis-nanook-place/" />
    <id>tag:plamo-tokyo.com,2010://1.83</id>

    <published>2010-02-04T07:18:30Z</published>
    <updated>2010-02-04T08:14:56Z</updated>

    <summary>  Flyrec.通算13枚目のアルバムとなる Luis Nanook（ルイス・...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="flyrec" label="Flyrec." scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movie" label="Movie" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[ <object height="450" width="570"><param name="movie" value="http://www.youtube.com/v/BdAqqhyziUQ&amp;hl=ja_JP&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/BdAqqhyziUQ&amp;hl=ja_JP&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="450" width="570"></object>

<p>
Flyrec.通算13枚目のアルバムとなる Luis Nanook（ルイス・ナヌーク） "Place" が3月3日に発売されます。 <br /></p><p>今回、根岸篤男監督によるMusic Videoが制作され、Flyrec.com の Movieページや、新たに立ち上げたYoutubeの Flyrec TV に映像がアップされています。</p><p>ノスタルジックで非常に洗練された彼らの音楽をぜひ聞いてみてください！</p><p>□ Flyrec：<a href="http://www.flyrec.com/" target="_blank">http://www.flyrec.com/</a><br />□ リリース情報：<a href="http://www.flyrec.com/release/index.html" target="_blank">http://www.flyrec.com/release/index.html</a><br />□ Flyrec TV：<a href="http://www.flyrec.com/movie/index.html" target="_blank">http://www.flyrec.com/movie/index.html</a><br />□ Youtube Flyrec TV：<a href="http://www.youtube.com/user/FlyrecTV" target="_blank">http://www.youtube.com/user/FlyrecTV</a><br />□ Luis Nanook Official Website：<a href="http://luisnanook.com/" target="_blank">http://luisnanook.com/</a><br /></p>]]>
        
    </content>
</entry>

<entry>
    <title>映像とリズム</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/blog/post-13/" />
    <id>tag:plamo-tokyo.com,2010://1.81</id>

    <published>2010-01-26T14:05:57Z</published>
    <updated>2010-01-26T14:27:09Z</updated>

    <summary>Honda Civic Choir TV ad (UK) from indolo...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="cm" label="CM" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="映画" label="映画" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<object height="312" width="560"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=42585&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=42585&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" height="317" width="570"></object><p><a href="http://www.vimeo.com/42585">Honda Civic Choir TV ad (UK)</a> from <a href="http://www.vimeo.com/indoloony">indoloony</a> on <a href="http://www.vimeo.com/">Vimeo</a>.</p>
<p>映像表現ってリズムとタイミングが大切。<br />このCivicのCMはその典型ですが、これとは間逆に非常に静寂な映像表現や映画もあります。<br />例えば小津安二郎監督なんかは後者ですが、長いタイムラインの中にちゃんとリズムを作る天才だと思います。<br /></p>
<object height="560" width="340"><param name="movie" value="http://www.youtube.com/v/0YZHlU8dd18&amp;hl=ja_JP&amp;fs=1&amp;" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/0YZHlU8dd18&amp;hl=ja_JP&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="340" width="560"></object>]]>
        
    </content>
</entry>

<entry>
    <title>アンビバ・リターンズ</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/event/post-12/" />
    <id>tag:plamo-tokyo.com,2010://1.80</id>

    <published>2010-01-25T09:33:12Z</published>
    <updated>2010-01-29T06:02:51Z</updated>

    <summary>Flyrec の DJミステイク主催のイベント「アンビバ」。このイベント何年ぶり...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Event" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="dj" label="DJ" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="flyrec" label="Flyrec" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://plamo-tokyo.com/event/img/un_front.html" onclick="window.open('http://plamo-tokyo.com/event/img/un_front.html','popup','width=583,height=827,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://plamo-tokyo.com/event/img/un_front-thumb-570x808.jpg" alt="un_front.jpg" class="mt-image-none" style="" height="808" width="570" /></a></span><p>Flyrec の DJミステイク主催のイベント「アンビバ」。<br />このイベント何年ぶりでしょうか。おそらく6、7年ぶりに復活です。</p><p>僕は Mr.Plamo（ミスタ・プラモ）名義でDJ出演します。<br />リョウ・アライのライブでもスクラッチでサポートする予定です。</p><p>スッパ・マイクロパンチョップ率いるスッパバンドも出演するということで、めちゃ楽しみです。</p><p>みなさん、カレー食いに来てください！</p>
<p>//////////////////////////////////////////////////////////</p><p><b>アンビバ・リターンズ</b><br /></p><p>日時：2010年2月19日（金） 24:00開演 29:00終了<br />料金：2,000円（1D込・特製カレー食べ放題）<br />会場：<a href="http://www.loft-prj.co.jp/PLUSONE/" target="_blank" title="新宿ロフトプラスワン">新宿ロフトプラスワン</a><br />住所：新宿区歌舞伎町1-14-7 林ビルB2（<a href="http://maps.google.co.jp/maps?f=q&amp;source=s_q&amp;hl=ja&amp;geocode=&amp;q=%E6%96%B0%E5%AE%BF%E5%8C%BA%E6%AD%8C%E8%88%9E%E4%BC%8E%E7%94%BA1-14-7+%E6%9E%97%E3%83%93%E3%83%ABB2&amp;sll=36.5626,136.362305&amp;sspn=40.409709,54.052734&amp;brcurrent=3,0x60188cd830801b7d:0xe0f6240d595a66e7,0&amp;ie=UTF8&amp;hq=%E6%9E%97%E3%83%93%E3%83%ABB2&amp;hnear=%E6%9D%B1%E4%BA%AC%E9%83%BD%E6%96%B0%E5%AE%BF%E5%8C%BA%E6%AD%8C%E8%88%9E%E4%BC%8E%E7%94%BA%EF%BC%91%E4%B8%81%E7%9B%AE%EF%BC%91%EF%BC%94%E2%88%92%EF%BC%97&amp;z=16" target="_blank" title="地図">Google Map</a>）<br />TEL：03-3205-6864<br /><br />LIVE：<a href="http://www.hisatoyamamoto.com/" target="_blank" title="久土'N'茶谷">久土'N'茶谷</a> / <a href="http://www.riowarai.com/" target="_blank" title="Riow Arai">Riow Arai</a> / <a href="http://todorokinagisa.web.fc2.com/" target="_blank" title="轟渚">轟渚</a> / <a href="http://kariu.fool.jp/spb/" target="_blank" title="スッパバンド">スッパバンド</a><br />DJ：<a href="http://www.flyrec.com/" target="_blank" title="Drummatic">Drummatic</a> / <a href="http://plamo-tokyo.com/" target="_blank" title="Mr. Plamo">Mr. Plamo</a><br />CURRY：<a href="http://dubdish.com/" target="_blank" title="Tyme.">Tyme.</a> / DJミステイク</p><p><br /></p>


<div style="clear: both;">
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="unbiva_return_1.jpg" src="http://plamo-tokyo.com/blog/img/unbiva_return_1.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="140" width="160" />
<p>
<b>■ 久土'N'茶谷（ヒサトンチャタニ）</b><br />
M.J.Q、 MOSTのギタリストとして怪演を繰り出し続ける山本久土と、MOSTのドラマーでもある茶谷雅之のユニット。06年に活動を停止した山本と戸川純とのデュオ「東口トルエンズ」をブローアップしたような演奏で、オリジナルはもちろん、独自のアレンジでキャプテン・ビーフハート、戸川純、ザ・スターリンなどのカヴァーを聴かせるバンドに発展。<br />
- <a href="http://www.hisatoyamamoto.com/" target="_blank">http://www.hisatoyamamoto.com/</a>
</p>
</span>
</div>


<div style="clear: both;">
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="unbiva_return_2.jpg" src="http://plamo-tokyo.com/blog/img/unbiva_return_2.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="140" width="160" />
<p>
<b>■ Riow Arai（リョウ・アライ）</b><br />
トラックメイカー／プロデューサー／DJ。2009年4月に5人の女性ボーカリストをフィーチャーした「R+NAAAA」をリリース。7月に REDSOUND名義でGRINDDISCO（akaイルリメ）とのスプリットアルバム「DRAG AND DROP」をリリース。11月に最新ソロアルバム「Number Nine」をリリース。<br />- <a href="http://www.riowarai.com/" target="_blank">http://www.riowarai.com/</a>
</p></span>
</div>

<div style="clear: both;">
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="unbiva_return_3.jpg" src="http://plamo-tokyo.com/blog/img/unbiva_return_3.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="140" width="160" /></span>
<p><b>■ 轟渚（トドロキ ナギサ）</b><br />
シンガーソングライター。イノセントで凛々しいボーカルとシンプルながら深遠な楽曲を軸に、ジャジーでフォーキーでブルージーな洗練されたポップミュージックを奏でる。2008年7月、3曲入りの初作品「いますぐに」を夕映え舎よりリリース。2010年春、MIDI Creativeよりリリースの1stアルバムが完成予定。<br />- <a href="http://todorokinagisa.web.fc2.com/" target="_blank">http://todorokinagisa.web.fc2.com/</a>
</p>
</div>


<div style="clear: both;">
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="unbiva_return_4.jpg" src="http://plamo-tokyo.com/blog/img/unbiva_return_4.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="140" width="160" /></span>
<p><b>■ スッパバンド</b><br />
2005年海の日結成。スッパマイクロパンチョップが歌手役を演じる、猟奇的脱力系アヴァンうたものポップグループ。美しいメロディと脱臼気味のアイディアがスリル満点に交錯。毎ライブ、見栄え聴き栄えに異変あり。芸術から茶の間への絶望的脱走。わらっちゃうよ。聴かにゃ損。<br />- <a href="http://kariu.fool.jp/spb/" target="_blank">http://kariu.fool.jp/spb/</a>
</p>
</div>

<div style="clear: both;">
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="unbiva_return_5.jpg" src="http://plamo-tokyo.com/blog/img/unbiva_return_5.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="140" width="160" /></span>
<p><b>■ Drummatic</b><br />
2001年にインデペンデント・レーベルFlyrec.を立ち上げ、同レーベルのディレクター兼プロデューサーを努める。また、DJ／アーティストとしても活動中。2006年に新たにPermanentレーベルを始動。<br />- <a href="http://www.flyrec.com/" target="_blank">http://www.flyrec.com/</a>
</p>
</div>

<div style="clear: both;">
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="unbiva_return_6.jpg" src="http://plamo-tokyo.com/blog/img/unbiva_return_6.jpg" class="mt-image-left" style="margin: 0pt 20px 20px 0pt; float: left;" height="140" width="160" /></span>
<p><b>■ Mr. Plamo</b><br />
plamo 主催。flyrec所属。Bootlegacysターンテーブリスト。宇野隆とのコラボアルバム「incapable aplicating music」（2003.4）や自身のMix CD「verdure hut」（2004.12）をリリースするなど、ライヴ・ミックス＆スクラッチによるDJ活動を続ける。
</p>
</div>
<div style="clear: both;"></div>]]>
        
    </content>
</entry>

<entry>
    <title>大西洋</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/blog/post-11/" />
    <id>tag:plamo-tokyo.com,2010://1.79</id>

    <published>2010-01-25T08:03:48Z</published>
    <updated>2010-01-25T09:00:24Z</updated>

    <summary>「Web designing」2月号の表紙とAjaxの特集ページでmashcom...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="mashcomix" label="mashcomix" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="大西洋" label="大西洋" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<p>「Web designing」2月号の表紙とAjaxの特集ページで<br />mashcomixメンバーの大西洋（おおにしよう）氏がイラスト描いてます。 <br /></p><p>きゃわいい。</p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="webdesigning20102.jpg" src="http://plamo-tokyo.com/blog/img/webdesigning20102.jpg" class="mt-image-none" style="" height="428" width="570" /></span><div><p>□オオニシヨウ：<a href="http://www.yoonishi.net/" target="_blank">http://www.yoonishi.net/</a><br />□Web designing：<a href="http://book.mycom.co.jp/wd/" target="_blank">http://book.mycom.co.jp/wd/</a></p></div>]]>
        
    </content>
</entry>

<entry>
    <title>Progression4でページ遷移</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/labo/progression4/" />
    <id>tag:plamo-tokyo.com,2010://1.78</id>

    <published>2010-01-22T07:34:31Z</published>
    <updated>2010-01-23T06:14:08Z</updated>

    <summary>まだパブリックベータ版のProgression4ですが、仕事で使ってみることにし...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Labo" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="progression" label="Progression" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<p>まだパブリックベータ版のProgression4ですが、仕事で使ってみることにしました。 </p><p>ver3ではページ遷移の時に例えば下記のような書き方をしていました。</p>




]]>
        <![CDATA[<p>□キャストボタンクラス内のスクリプト</p>
<pre class="brush: as3;">
//シーンに移動した瞬間にイベント発生（シーン移動を監視）
addEventListener(CastEvent.STATUS_CHANGE, onEvent);

function onEvent(e:CastEvent):void {
	//自分自身、もしくは孫シーンに移動してきた場合
	if (isCurrent || isChild) {
		//ボタン選択状態のエフェクト
		Tweener.addTween( this, { alpha:1, time:1 } );

		//ボタンカーソルを消す（指カーソルを消す）
		buttonMode = false;

	} else { //別のシーンに移動した場合
		// ボタンを薄くする
		Tweener.addTween( this, { alpha:0.5, time:1 } );

		//ボタンカーソル復活（指カーソルを出す）
		buttonMode = true;
	}
}
・
・
・
//ロールオーバーメソッド
protected override function _onCastRollOver():void {
	// 自分自身のシーンにいない場合にだけエフェクトをかける
	if (!isCurrent) {
		Tweener.addTween( this, { alpha:1, time:1 } );
	}
}

</pre>

<p>Progression4では、「CastEvent」というイベントや「isCurrent」というプロパティがなくなったので、上記と同じような挙動にするには、例えば以下のような記述します。</p>
<pre class="brush: as3;">

//シーンに移動した瞬間にイベント発生（シーン移動を監視）
addEventListener(CastMouseEvent.CAST_STATE_CHANGE,onEvent);

function onEvent(e:CastMouseEvent):void {

	//state（ステータス？）プロパティで、シーンIDなどの情報が取得できるが、どうやら番号によって意味づけがされているらしい
	switch (state) {
		//0：？
		case 0 :{ }
		
		//1：？
		case 1 :{ }
			
		//2：カレント（自分の）シーンに入ってきた場合
		case 2 :
		{
			//ボタン選択状態のエフェクト
			Tweener.addTween(this, {alpha:1,time:1});

			//ボタンカーソルを消す（指カーソルを消す）
			buttonMode=false;
			break;
		}
			
		//3：別の階層に離れた時？
		case 3 :{}
			
		//4：カレント（自分の）シーンから離脱した時
		case 4 :
		{
			// ボタンを薄くする
			Tweener.addTween(this, { alpha:0.5, time:1});

			//ボタンカーソル復活（指カーソルを出す）
			buttonMode=true;
			break;
		}
		//？
		default : {}
	}
}
・
・
・
//ロールオーバーメソッド
override protected function atCastRollOver():void {

//manager.currentで現在のシーンの情報を取得（object型）
//このボタンのシーンIDと一致しない時は、ロールオーバー効果を使用
	if (manager.current.sceneId.toString() != sceneId.toString()) {
		Tweener.addTween( this, { alpha:1, time:1 } );
	}
}


</pre>

<p>参考：<br />
□ RC8/MEMO : <br />- <a href="http://rc8memo.tumblr.com/" target="_blank">http://rc8memo.tumblr.com/</a><br />
□ RC8/MEMOさんのwonderfl : <br />- <a href="http://wonderfl.net/code/76981e3592f64e3cf9a1c384cad8734759972002" target="_blank">http://wonderfl.net/code/76981e3592f64e3cf9a1c384cad8734759972002</a><br />
□ BOONDOCK RADIO : <br />- <a href="http://boondockradio.net/blog/?p=431" target="_blank">http://boondockradio.net/blog/?p=431</a>
</p>
<p>関連情報</p>
□ APIリファレンス : <br />
- <a href="http://asdoc.progression.jp/4.0_mxml/jp/progression/events/CastMouseEvent.html#CAST_STATE_CHANGE" target="_blank">http://asdoc.progression.jp/4.0_mxml/jp/progression/events/CastMouseEvent.html#CAST_STATE_CHANGE</a>
<br />
- <a href="http://asdoc.progression.jp/4.0_mxml/jp/progression/casts/CastButton.html#event:castStateChange" target="_blank">http://asdoc.progression.jp/4.0_mxml/jp/progression/casts/CastButton.html#event:castStateChange</a>
]]>
    </content>
</entry>

<entry>
    <title>年忘れ mashcomix</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/blog/-mashcomix/" />
    <id>tag:plamo-tokyo.com,2009://1.77</id>

    <published>2009-12-22T07:39:05Z</published>
    <updated>2009-12-22T09:04:40Z</updated>

    <summary>マンガ集団、mashcomixの忘年会兼、10YEARS ANNIVERSARY...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="mashcomix" label="mashcomix" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="マンガ" label="マンガ" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="toshiwasure.jpg" src="http://plamo-tokyo.com/blog/img/toshiwasure.jpg" class="mt-image-none" style="" height="640" width="452" /></span><p>マンガ集団、mashcomixの忘年会兼、10YEARS ANNIVERSARYのパーティーに行ってきました。<br />場所は代官山の「M EVENT SPACE &amp; BAR」で、広くて気持ちのよい場所でした。</p><p>今回で8冊目のリリースになる「circle」↓ なんと本が円の形！</p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://plamo-tokyo.com/blog/img/cicle.html" onclick="window.open('http://plamo-tokyo.com/blog/img/cicle.html','popup','width=800,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://plamo-tokyo.com/blog/img/cicle-thumb-570x427.jpg" alt="cicle.jpg" class="mt-image-none" style="" height="427" width="570" /></a></span><p>こちらはフリーペーパー↓</p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://plamo-tokyo.com/blog/img/circle_freepaper.html" onclick="window.open('http://plamo-tokyo.com/blog/img/circle_freepaper.html','popup','width=800,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://plamo-tokyo.com/blog/img/circle_freepaper-thumb-570x427.jpg" alt="circle_freepaper.jpg" class="mt-image-none" style="" height="427" width="570" /></a></span><p>パーティーではmashメンバーによるライブペインティングが行われました。<br />フランスからも取材が↓<br /></p><p><a href="http://plamo-tokyo.com/blog/img/mash_circle_event_1.html" onclick="window.open('http://plamo-tokyo.com/blog/img/mash_circle_event_1.html','popup','width=800,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://plamo-tokyo.com/blog/img/mash_circle_event_1-thumb-285x213.jpg" alt="mash_circle_event_1.jpg" class="mt-image-none" style="" height="213" width="285" /></a><a href="http://plamo-tokyo.com/blog/img/mash_circle_event_5.html" onclick="window.open('http://plamo-tokyo.com/blog/img/mash_circle_event_5.html','popup','width=800,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://plamo-tokyo.com/blog/img/mash_circle_event_5-thumb-285x213.jpg" alt="mash_circle_event_5.jpg" class="mt-image-none" style="" height="213" width="285" /></a><a href="http://plamo-tokyo.com/blog/img/mash_circle_event_2.html" onclick="window.open('http://plamo-tokyo.com/blog/img/mash_circle_event_2.html','popup','width=800,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://plamo-tokyo.com/blog/img/mash_circle_event_2-thumb-285x213.jpg" alt="mash_circle_event_2.jpg" class="mt-image-none" style="" height="213" width="285" /></a><a href="http://plamo-tokyo.com/blog/img/mash_circle_event_3.html" onclick="window.open('http://plamo-tokyo.com/blog/img/mash_circle_event_3.html','popup','width=800,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://plamo-tokyo.com/blog/img/mash_circle_event_3-thumb-285x213.jpg" alt="mash_circle_event_3.jpg" class="mt-image-none" style="" height="213" width="285" /></a></p><p>左はライブ中の「pq」↓。ナイスあばれはっちゃくサウンド！</p><p></p><p>右はよく道ばたでばったり会う重松くん（笑）。デザイナーというかアーティストです。タイポから、家具、小物のデザイン。ムービーまで手がけています。<br />2日後に彼女と入籍だそうです。おめでとう〜</p><a href="http://plamo-tokyo.com/blog/img/mash_live.html" onclick="window.open('http://plamo-tokyo.com/blog/img/mash_live.html','popup','width=800,height=600,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://plamo-tokyo.com/blog/img/mash_live-thumb-285x213.jpg" alt="mash_live.jpg" class="mt-image-none" style="" height="213" width="285" /></a><img src="http://plamo-tokyo.com/blog/img/mash_circle_event_4-thumb-285x213.jpg" alt="mash_circle_event_4.jpg" class="mt-image-none" style="" height="213" width="285" /><p>pqのサウンドは、映像レーベルLittle Family TreeのカンフーパンダPV関連で聞けます。<br />映像も含めてめちゃめちゃいいので必見です。<br />Little Family Tree : <a href="http://www.lftlabel.com/" target="_blank">http://www.lftlabel.com/</a></p><p>重松くんの作品は彼のWebサイトで見れます。サイトいい感じ！<br /><a href="http://www.shigematsujunya.com/" target="_blank">http://www.shigematsujunya.com/</a></p><p>今回のイベントは M EVENT SPACE &amp; BAR のブログにも掲載されてます。<br /><a href="http://m-event-bar.blogspot.com/2009/12/mashcomix-2009-m-event-space-2010-new.html" target="_blank">http://m-event-bar.blogspot.com/2009/12/mashcomix-2009-m-event-space-2010-new.html</a></p><p>mashcomix :<br /> <a href="http://www.mashcomix.com/" target="_blank">http://www.mashcomix.com/</a></p><p>M EVENT SPACE &amp; BAR :<br /><a href="http://www.m-event-bar.com/" target="_blank">http://www.m-event-bar.com/</a><br /></p>]]>
        
    </content>
</entry>

<entry>
    <title>Tween比較</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/blog/tween/" />
    <id>tag:plamo-tokyo.com,2009://1.76</id>

    <published>2009-12-14T06:55:00Z</published>
    <updated>2009-12-14T07:07:56Z</updated>

    <summary>Green Sockというサイトで、色んなTweenエンジンの比較をしています。...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="as3" label="AS3" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="flash" label="Flash" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="tween" label="Tween" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<p>Green Sockというサイトで、色んなTweenエンジンの比較をしています。<br /><a href="http://blog.greensock.com/tweening-speed-test/" target="_blank">http://blog.greensock.com/tweening-speed-test/</a> <br /></p><p>ずっと慣れ親しんできたTweenerがこんなに動きが重いとは。。<br />性能や将来性を考えるとSprak Projectで開発しているBeTweenが良さそうです。<br />日本人チームが開発者だし、将来Progressionに統合される可能性もある。<br />しかしまだα版なので、エンジンの仕様が変わっていく可能性も大きいので、今使用してしまうとそれはそれで後で正規版を入れた時に動かなくなるってこともありえるので、現段階ではプロジェクト毎に同階層にエンジンを置いて使用することにしよう。</p><p>Spark Project<br /><a href="http://www.libspark.org/" target="_blank">http://www.libspark.org/</a></p><p>BeTween<br /><a href="http://www.libspark.org/wiki/BetweenAS3" target="_blank">http://www.libspark.org/wiki/BetweenAS3</a><br /></p>]]>
        
    </content>
</entry>

<entry>
    <title>JET&apos;S PROJECT</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/blog/jets-project-1/" />
    <id>tag:plamo-tokyo.com,2009://1.75</id>

    <published>2009-11-15T16:14:07Z</published>
    <updated>2009-11-15T18:38:34Z</updated>

    <summary>数々のＣＭやMusic Videoの美術、空間デザインを手がけているJET&apos;S ...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="flash" label="Flash" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="planning" label="Planning" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="progression" label="Progression" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<p></p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.jets-juno.jp/" target="_blank"><img alt="jets_img.gif" src="http://plamo-tokyo.com/blog/img/jets_img.gif" class="mt-image-none" style="" height="398" width="570" /></a></span><p>数々のＣＭやMusic Videoの美術、空間デザインを手がけている<a href="http://www.jets-juno.jp/" target="_blank">JET'S PROJECT</a>のWebサイトを制作しました。 <br /></p><p>デザインは、AIMデザインの根岸氏と、JET'S PROJECTの石田さんです。</p><p>JET'Sは、数人のスタッフで数え切れないくらいの案件をこなしている会社でして、特にCMなどの映像美術デザインの作品数は膨大です。（全部で230作品ほど掲載しているのですが、これでも100ほど削りました）</p>今回は、JET'Sサイドと幾度と話し合いながら企画・構成を考えていき、サイトで打ち出したいこと、目指すところ、JET'Sカラーなどを明確にして制作を進めていったので、完成した時の喜びもひとしおでした。<br /><br />技術的には今回も<a href="http://progression.jp/ja/" target="_blank">Progression</a>を使用し、作品がどんどん追加されることと、なるべく全ページ更新可能にしたいということでしたので、「アクセスマップ」と「お問い合わせ」以外は更新可能にしました。<br /><br /><p>Informationでは、日付、内容、リンク先を更新するのですが、Progressionのおかげというか、SWF Addressのおかげで、ページ内リンクを外部からも更新可能なので、Flash内へのリンクが貼ることができるのです。いやー、本当に便利です。</p><p>Progressionの素晴らしさをさらに付け加えるならば、実は「映像美術デザイン」のトップページは、最初は1ページに230作品ものサムネイルを配置していたのですが、実際動かしてみたところ、読み込みの負担が相当なものでした。<br />このページはサイトの中でも一番見せたい大事なコンテンツでしたので、急遽サムネイルのページ分けを実装。難しい部分もありましたが、Progressionのおかげで比較的スムーズにページ分けを実装することができました。</p><p>とはいえ、技術的にはまだまだ甘ちゃんだなと思うところがたくさん。<br />もっともっと精進せねば。</p><p><br /></p><p>そんなこんなでございますが、JET'Sのみなさん長い間ありがとうございました！<br />そして悪友のアツオくんありがとう 笑</p><p>□JET'S PROJECT<br /><a href="http://www.jets-juno.jp/" target="_blank">http://www.jets-juno.jp/</a><br /></p><p>□AIMデザイン<br /><a href="http://www.aimdesign.jp/" target="_blank">http://www.aimdesign.jp/</a><br /></p><p>□Progression<br /><a href="http://progression.jp/ja/" target="_blank">http://progression.jp/ja/</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>JET&apos;S PROJECT</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/works/jets-project/" />
    <id>tag:plamo-tokyo.com,2009://1.74</id>

    <published>2009-11-15T15:44:27Z</published>
    <updated>2009-11-15T16:05:25Z</updated>

    <summary>PlanningDirectionFlash (CMS)Pl, D, Fl : ...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Works" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="cms" label="CMS" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="flash" label="Flash" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="progression" label="Progression" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[Planning<br />Direction<br />Flash (CMS)<br /><br />Pl, D, Fl : Mikio Yamade [plamo]<br />De : Atsuo Negishi [<a href="http://www.aimdesign.jp/">Aim Design</a>], Yuichi Ishida [<a href="http://www.ndc.co.jp/koiso/" target="_blank">Jet's Project</a>]<br />]]>
        
    </content>
</entry>

<entry>
    <title>Progression ProccessEvent</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/labo/progression-proccessevent/" />
    <id>tag:plamo-tokyo.com,2009://1.73</id>

    <published>2009-10-16T14:36:57Z</published>
    <updated>2009-10-16T15:05:01Z</updated>

    <summary> シーン移動する時に発行してくれる「ProccessEvent」というProgr...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Labo" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="as3" label="AS3" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="flash" label="Flash" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="progression" label="Progression" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<p>
シーン移動する時に発行してくれる「ProccessEvent」というProgressionのカスタムイベントがあります。<br />
ナビゲーションのモーションを変化させる時などに非常に役に立ちます。<br />
ProccessEventには以下のようなものがあります。
</p>
<pre class="brush: as3;">
//シーン移動のアクション全てで発行
progression.addEventListener(ProcessEvent.PROCESS_EVENT, onEvent);

//次のシーンが始まる瞬間に発行（現在のシーンから離脱した直後）
progression.addEventListener(ProcessEvent.PROCESS_SCENE, onEvent);

//シーン移動開始時に発行（現在のシーンの離脱開始時）
progression.addEventListener(ProcessEvent.PROCESS_START, onEvent);

//次のシーンのloadイベント実行時
progression.addEventListener(ProcessEvent.PROCESS_INTERRUPT, onEvent);

//次のシーンでエラーが出た時に発行
progression.addEventListener(ProcessEvent.PROCESS_ERROR, onEvent);

//シーン移動が全て完了した時に発行（次のシーンのaddCommand終了時）
progression.addEventListener(ProcessEvent.PROCESS_COMPLETE, onEvent);
</pre>
<p>motuLogさんの記事を参考にしました。<br /><a href="http://plug.heteml.jp/motulog/2009/03/progression3152-processevent.html" target="_blank">http://plug.heteml.jp/motulog/2009/03/progression3152-processevent.html</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>DECIMORT</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/blog/decimort/" />
    <id>tag:plamo-tokyo.com,2009://1.72</id>

    <published>2009-09-02T05:20:28Z</published>
    <updated>2009-12-10T14:27:14Z</updated>

    <summary>DTMにおいてプラグインを駆使しても、12bit的な音や、AKAIサンプラーっぽ...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="dtm" label="DTM" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="plugin" label="Plug-In" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="decimort-gui-big.jpg" src="http://plamo-tokyo.com/blog/img/decimort-gui-big.jpg" class="mt-image-none" style="" width="570" height="186" /></span><p>DTMにおいてプラグインを駆使しても、12bit的な音や、AKAIサンプラーっぽい音質にはなかなかならないもので、プラグインなどでビット数を落とすとデジタル的なノイズになってしまうと思います。</p><p>しかしこのDECIMORTというプラグインは、ビット・クラッシャー系のプラグインなのですが、思考がアウトボードのサンプラー側に完全に寄ってます。</p><p>現在のDTM環境では、完全にきれいな、むしろクリアすぎる入出力がすでに可能となっているので、クリアすぎてハットが耳に突き刺さったり、プリセット感がもろ出ちゃったりしちゃうので、むしろ音質をどのようにかっこよく落としていくかという所の難しさがあると思うのですが、このDECIMORTには一つの可能性を感じました。</p><p>□DECIMORT<br /><a href="http://www.d16.pl/index.php?menu=203" target="_blank">http://www.d16.pl/index.php?menu=203</a><br /></p><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>JAGDA TOKYO 第18回展覧会</title>
    <link rel="alternate" type="text/html" href="http://plamo-tokyo.com/blog/jagda-tokyo18/" />
    <id>tag:plamo-tokyo.com,2009://1.71</id>

    <published>2009-09-01T00:36:01Z</published>
    <updated>2009-12-14T07:16:38Z</updated>

    <summary>六本木のギャラリー「JAGDA TOKYO」で、八木秀人 × 軍司匡寛の二人展を...</summary>
    <author>
        <name>plamo</name>
        <uri>http://unpolish.com</uri>
    </author>
    
        <category term="Blog" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="jagda" label="JAGDA" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="pdi" label="PDI" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="八木秀人" label="八木秀人" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="軍司匡寛" label="軍司匡寛" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="ja" xml:base="http://plamo-tokyo.com/">
        <![CDATA[<p>六本木のギャラリー「JAGDA TOKYO」で、八木秀人 × 軍司匡寛の二人展をやってます。<br />軍司くんの展示の方でPDIで参加していて、今回僕はフロアのサウンドを担当しています。</p><p>期間は、本日9/1（火）12:00〜〜9/5（土）の1週間です。</p><p>八木さんは電通のディレクターなのですが、パッケージデザインで<a href="http://rcc.recruit.co.jp/g8/exhibition/g8_exh_200907/g8_exh_200907.html" target="_blank">ADC賞</a>も受賞していて、異色のアートディレクターです。<br />今回の展示では、紙を使ったタイポアートで、綿密かつポップといった趣です。相当きてます。</p><p>軍司くんの方は全く対照的で、プロジェクター3台で壁や天井に作品を投影したデジタルな指向です。<br />ポップで異質な空間になっているのでぜひお暇な方は足を運んでください。<br />ちなみにオープニングパーティーが本日18:00〜あります。</p><p>□JAGDA TOKYO 第18回展覧会<br /><a href="http://www.jagda.org/information/event/320" target="_blank">http://www.jagda.org/information/event/320</a></p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="pht_drag_drop.gif" src="http://www.jagda.org/img/news/DM18.jpg" class="mt-image-none" style="" height="780" width="553" /></span>
<p>追記<br />オープニングパーティーの様子が少しこちらに掲載されています↓<br /><a href="http://www.jagda.org/contents/fromintranet/285" target="_blank">http://www.jagda.org/contents/fromintranet/285</a><br /></p>]]>
        
    </content>
</entry>

</feed>
