Nsound
0.9.4
|
#include <Nsound/Buffer.h>
#include <Nsound/Generator.h>
#include <Nsound/Square.h>
#include <cmath>
#include <cstring>
#include <cstdlib>
Go to the source code of this file.
Functions | |
Buffer | drawSquare (const float64 &sample_rate, const float64 &percent_lambda_1, const float64 &litude_1, const float64 &percent_lambda_2, const float64 &percent_lambda_3, const float64 &litude_3, const float64 &percent_lambda_4) |
Buffer drawSquare | ( | const float64 & | sample_rate, |
const float64 & | percent_lambda_1, | ||
const float64 & | amplitude_1, | ||
const float64 & | percent_lambda_2, | ||
const float64 & | percent_lambda_3, | ||
const float64 & | amplitude_3, | ||
const float64 & | percent_lambda_4 | ||
) |
Definition at line 41 of file Square.cc.
References Nsound::Generator::drawLine().
Referenced by Nsound::Square::Square().