fixed formatting
This commit is contained in:
+2
-1
@@ -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
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user