Browse Source

Carla: Fix loading projects with internal plugins

tags/v0.9.0
falkTX 13 years ago
parent
commit
e1318dec35
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      c++/carla-backend/carla_native.cpp

+ 5
- 0
c++/carla-backend/carla_native.cpp View File

@@ -1583,6 +1583,11 @@ public:


bool init(const char* const name, const char* const label) bool init(const char* const name, const char* const label)
{ {
// ---------------------------------------------------------------
// initialize native-plugins descriptors

scopedInitliazer.maybeFirstInit();

// --------------------------------------------------------------- // ---------------------------------------------------------------
// get descriptor that matches label // get descriptor that matches label




Loading…
Cancel
Save