fixed formatting

This commit is contained in:
2025-10-26 16:43:51 +01:00
parent bd5d49c601
commit ee984b4fcf
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
/*-----------------------------------------------------------------------------
© 1999, Steinberg Soft und Hardware GmbH, All Rights Reserved
1999, Steinberg Soft und Hardware GmbH, All Rights Reserved
-----------------------------------------------------------------------------*/
#ifndef __FILTER_H
#define __FILTER_H
#include "public.sdk/source/vst2.x/audioeffectx.h"
#include "iir.h"
class Filter : public AudioEffectX
{
-2
View File
@@ -3,8 +3,6 @@
1999, Steinberg Soft und Hardware GmbH, All Rights Reserved
-----------------------------------------------------------------------------*/
#include <stdio.h>
#include "iir.h"
#include "filter.hpp" // *change*
static AudioEffect *effect = 0;
+2
View File
@@ -4,6 +4,8 @@
#ifndef IIR_H
#define IIR_H
#include <stdio.h>
#define pi 3.1415926535897932384626433832795
#define IIR_FILTERTYPE_UNKNOWN 0x00000000