Skip to content

Commit cdc0160

Browse files
Update namespace
1 parent 6ab07f2 commit cdc0160

6 files changed

+6
-6
lines changed

Diff for: source/myplugincids.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "pluginterfaces/base/funknown.h"
44
#include "pluginterfaces/vst/vsttypes.h"
55

6-
namespace JonasM {
6+
namespace DCOffsetter {
77

88
enum MyParams : Steinberg::Vst::ParamID {
99
kParamDCOffsetId = 102,

Diff for: source/myplugincontroller.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
using namespace Steinberg;
88

9-
namespace JonasM {
9+
namespace DCOffsetter {
1010

1111
//------------------------------------------------------------------------
1212
// DCOffsetParameter Declaration (overwriting toString and fromString)

Diff for: source/myplugincontroller.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include "public.sdk/source/vst/vsteditcontroller.h"
44

5-
namespace JonasM {
5+
namespace DCOffsetter {
66

77
//------------------------------------------------------------------------
88
// DCOffsetterController

Diff for: source/mypluginentry.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#define stringPluginName "DCOffsetter"
88

99
using namespace Steinberg::Vst;
10-
using namespace JonasM;
10+
using namespace DCOffsetter;
1111

1212
//------------------------------------------------------------------------
1313
// VST Plugin Entry

Diff for: source/mypluginprocessor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
using namespace Steinberg;
88

9-
namespace JonasM {
9+
namespace DCOffsetter {
1010
//------------------------------------------------------------------------
1111
// DCOffsetterProcessor
1212
//------------------------------------------------------------------------

Diff for: source/mypluginprocessor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include "public.sdk/source/vst/vstaudioeffect.h"
44

5-
namespace JonasM {
5+
namespace DCOffsetter {
66

77
//------------------------------------------------------------------------
88
// DCOffsetterProcessor

0 commit comments

Comments
 (0)