Skip to content

Commit

Permalink
Update Controller.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
KaixoCode committed Feb 12, 2022
1 parent b78c0fa commit 7c39457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ using namespace Steinberg;
namespace Kaixo
{
MyEditor::MyEditor(Controller* controller)
// : VST3Editor(new UIDescription{ CResourceDescription{ UIDESC } }, dynamic_cast<EditController*>(controller), "view" ),
: VST3Editor(dynamic_cast<EditController*>(controller), "view", "CMBNEX.uidesc"),
: VST3Editor(new UIDescription{ CResourceDescription{ UIDESC } }, dynamic_cast<EditController*>(controller), "view" ),
// : VST3Editor(dynamic_cast<EditController*>(controller), "view", "CMBNEX.uidesc"),
controller(controller)
{
CView::idleRate = 60;
Expand Down

0 comments on commit 7c39457

Please sign in to comment.