Browse Source

Put all the old lv2 code in place, if'0 for now

tags/1.9.4
falkTX 10 years ago
parent
commit
79fa97ab5d
2 changed files with 1450 additions and 14 deletions
  1. +1448
    -14
      source/backend/plugin/Lv2Plugin.cpp
  2. +2
    -0
      source/backend/plugin/NativePlugin.cpp

+ 1448
- 14
source/backend/plugin/Lv2Plugin.cpp
File diff suppressed because it is too large
View File


+ 2
- 0
source/backend/plugin/NativePlugin.cpp View File

@@ -106,6 +106,8 @@ struct NativePluginMidiData {
CARLA_DECLARE_NON_COPY_STRUCT(NativePluginMidiData)
};

// -----------------------------------------------------

class NativePlugin : public CarlaPlugin
{
public:


Loading…
Cancel
Save