Skip to content

Instantly share code, notes, and snippets.

View peace098beat's full-sized avatar

Tomoyuki Nohara peace098beat

View GitHub Profile
wikitest
wikitest
wikitest
wikitest
//wikitest
/
@peace098beat
peace098beat / WEB SOUNDER オーディオデータを再生する
Created April 13, 2014 12:42
WEB SOUNDER オーディオデータを再生する
// 参考
// [WEB SOUNDER オーディオデータを再生する](http://curtaincall.weblike.jp/portfolio-web-sounder/webaudioapi-basic/audio)
window.onload = function () {
// body...
alert('test_02.js: window.onloadが呼ばれました.');
}
window.AudioContext = window.AudioContext || window.webkitAudioContext;
//Create the instance of AudioContext
@peace098beat
peace098beat / Deproy_TextDocument ver.1.0
Created August 23, 2014 09:56
[AE Script]テキストを読み込み配置。
/********************************************************
---- Deproy_TextDocument ver.1.0 ----
テキストを読み込み配置。
アンカーポイントを中心に設定。
(おまけ)カメラの焦点を合わす
by fifi 2014/03/22
@peace098beat
peace098beat / Deproy_TextDocument ver.2.0
Created August 23, 2014 09:57
[AE Script] 選択したレイヤーのポジションを、カメラの焦点位置としてKeyに書き出す
/********************************************************
---- Deproy_CameraKeyPosition ver.1.0 ----
選択したレイヤーのポジションを、カメラの焦点位置としてKeyに書き出す
(注意)選択したレイヤーは3Dオプション(サイコロアイコン)をつけていないとカメラは対応しません。
by fifi 2014/03/22
/********************************************************/
@peace098beat
peace098beat / List_ObjProperty ver.1.0
Created August 23, 2014 10:00
[AE Script] 選択したレイヤーのプロパティ値を洗い出す。
/********************************************************
---- List_ObjProperty ver.1.0 ----
選択したレイヤーのプロパティ値を洗い出す。
by fifi 2014/03/22
補足:取得したmatchnameを使うには
myLayer.property("ADBE Transform Group").property("ADBE Position")で使える。