このファイルは、オーディオ処理のコールバック関数を含む。
processdata.cpp で定義されています。
#include "afw.h"
#include "ad7998.h"
#include "dline.h"
#include "osc.h"
ネームスペース | |
| namespace | afw |
関数 | |
| void | afw::initProcessData (int count) |
| コールバック関数の初期化 | |
| void | afw::processData (const shortfract leftIn[], const shortfract rightIn[], shortfract leftOut[], shortfract rightOut[], int count) |
| オーディオ・コールバック関数 | |
変数 | |
| const int | afw::mHz = (int)(65536.0*65536.0/48000.0/1000.0) |
| 周波数指定用定数 | |
| shortfract * | afw::lfotemp |
| LFO用バッファ | |
| osc::COscillator * | afw::lfo |
| 低周波発振器 | |
| const unsigned int | afw::maxShift = 1024 |
| 最大シフト量 | |
| dline::CShifter * | afw::shifter |
| シフタ | |
1.5.2