Skip to content

Commit

Permalink
Update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
almostdefinitelycode committed Jan 16, 2023
1 parent 6ab07f2 commit cdc0160
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/myplugincids.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "pluginterfaces/base/funknown.h"
#include "pluginterfaces/vst/vsttypes.h"

namespace JonasM {
namespace DCOffsetter {

enum MyParams : Steinberg::Vst::ParamID {
kParamDCOffsetId = 102,
Expand Down
2 changes: 1 addition & 1 deletion source/myplugincontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

using namespace Steinberg;

namespace JonasM {
namespace DCOffsetter {

//------------------------------------------------------------------------
// DCOffsetParameter Declaration (overwriting toString and fromString)
Expand Down
2 changes: 1 addition & 1 deletion source/myplugincontroller.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

namespace JonasM {
namespace DCOffsetter {

//------------------------------------------------------------------------
// DCOffsetterController
Expand Down
2 changes: 1 addition & 1 deletion source/mypluginentry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define stringPluginName "DCOffsetter"

using namespace Steinberg::Vst;
using namespace JonasM;
using namespace DCOffsetter;

//------------------------------------------------------------------------
// VST Plugin Entry
Expand Down
2 changes: 1 addition & 1 deletion source/mypluginprocessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

using namespace Steinberg;

namespace JonasM {
namespace DCOffsetter {
//------------------------------------------------------------------------
// DCOffsetterProcessor
//------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion source/mypluginprocessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

namespace JonasM {
namespace DCOffsetter {

//------------------------------------------------------------------------
// DCOffsetterProcessor
Expand Down

0 comments on commit cdc0160

Please sign in to comment.