Comment emphasis about the generated file
This commit is contained in:
parent
4b6497272d
commit
69729b386b
2 changed files with 4 additions and 0 deletions
|
|
@ -139,11 +139,13 @@ static std::vector<Stage> calculate_stages(int oversampling, double attenuation,
|
||||||
|
|
||||||
static void generate_cpp_prologue(int argc, char *argv[])
|
static void generate_cpp_prologue(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
printf("//------------------------------------------------------------------------------\n");
|
||||||
printf("// This is generated by the Sfizz HIIR designer\n");
|
printf("// This is generated by the Sfizz HIIR designer\n");
|
||||||
printf("// Using options:");
|
printf("// Using options:");
|
||||||
for (int i = 1; i < argc; ++i)
|
for (int i = 1; i < argc; ++i)
|
||||||
printf(" %s", argv[i]);
|
printf(" %s", argv[i]);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
printf("//------------------------------------------------------------------------------\n");
|
||||||
|
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,10 @@
|
||||||
// license. You should have receive a LICENSE.md file along with the code.
|
// license. You should have receive a LICENSE.md file along with the code.
|
||||||
// If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz
|
// If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz
|
||||||
|
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
// This is generated by the Sfizz HIIR designer
|
// This is generated by the Sfizz HIIR designer
|
||||||
// Using options: -a 96 -t 0.01 -o 128
|
// Using options: -a 96 -t 0.01 -o 128
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "OversamplerHelpers.h"
|
#include "OversamplerHelpers.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue