記事一覧

Gave up (XCode - Logic7)

とりあえず Logic7 を XCode から立ち上げるのはあきらめました;
AULab と Garageband はちゃんと立ち上がるのを確認できたので、ひとまずデバッグはそれで行って、最終的な確認に Logic を使おう、という感じです。

I gave up fighting the problem in launching Logic7 from XCode...
I've made sure that AULab and Garageband can be launched without problems, so I'm gonna do most of the debug operation with them, and use Logic only for final verification.

お勉強

今さらながらソースファイル分割の正しい方法について勉強中です・・・。
extern宣言の使い方、関数プロトタイプをヘッダファイルに記述する利点、enum foo{ ... }; は単なる宣言なのか実体が作られるのか・・・etc.