Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /var/www/wordpress4/wp-includes/compat.php on line 502

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MT_Import has a deprecated constructor in /var/www/wordpress4/wp-content/plugins/movabletype-importer/movabletype-importer.php on line 32

Deprecated: Function create_function() is deprecated in /var/www/wordpress4/wp-content/plugins/wp-slimstat/wp-slimstat.php on line 1882

Deprecated: Function create_function() is deprecated in /var/www/wordpress4/wp-content/themes/graphy/inc/widgets.php on line 85

Deprecated: Function create_function() is deprecated in /var/www/wordpress4/wp-content/themes/graphy/inc/widgets.php on line 200
December 2010 – NIT-Universe
Notice: Undefined index: country in /var/www/wordpress4/wp-content/plugins/wp-slimstat/wp-slimstat.php on line 557

Exploring Into SuperCollider 7

前回までのところでタイマーに対し演奏されるべき時間にトリガーをかけてもらう予約を行うところまで来ていた。あとはトリガーに対して演奏データを処理する、つまりは最終的にsclangのランドから、scsynthに対してコマンドを発行することになる。 ようやくUGenからみていったSuperColliderの処理の流れも、一周...