Browse Source

Revert "Merge branch 'Sculpt-O-Sound' of https://github.com/farlukar/Cardinal into Sculpt-O-Sound"

This reverts commit 6cdbc1ad11ae30c6723567a3223c72eb2c5b807c, reversing
changes made to c6664c82d3.
pull/505/head
farlukar 2 years ago
parent
commit
76f5c822bc
1 changed files with 0 additions and 13 deletions
  1. +0
    -13
      plugins/plugins.cpp

+ 0
- 13
plugins/plugins.cpp View File

@@ -2762,19 +2762,6 @@ static void initStatic__Sculpt_O_Sound()
}
}

static void initStatic__Sculpt_O_Sound()
{
Plugin* const p = new Plugin;
pluginInstance__Sculpt_O_Sound = p;

const StaticPluginLoader spl(p, "Sculpt-O-Sound");
if (spl.ok())
{
p->addModel(modelVocode_O_Matic_XL);
p->addModel(modelVocode_O_Matic);
}
}

static void initStatic__sonusmodular()
{
Plugin* const p = new Plugin;


Loading…
Cancel
Save