Nsound
0.9.4
|
#include <Nsound/Buffer.h>
#include <Nsound/Generator.h>
#include <Nsound/Triangle.h>
#include <iostream>
Go to the source code of this file.
Functions | |
Buffer | drawTriangle (const float64 &sample_rate, const float64 &percent_lambda_1, const float64 &percent_lambda_2, const float64 &litude_2, const float64 &percent_lambda_3, const float64 &percent_lambda_4, const float64 &percent_lambda_5, const float64 &litude_5, const float64 &percent_lambda_6) |
Buffer drawTriangle | ( | const float64 & | sample_rate, |
const float64 & | percent_lambda_1, | ||
const float64 & | percent_lambda_2, | ||
const float64 & | amplitude_2, | ||
const float64 & | percent_lambda_3, | ||
const float64 & | percent_lambda_4, | ||
const float64 & | percent_lambda_5, | ||
const float64 & | amplitude_5, | ||
const float64 & | percent_lambda_6 | ||
) |
Definition at line 113 of file Triangle.cc.
References Nsound::Generator::drawLine().
Referenced by Nsound::Triangle::Triangle().