This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Put all the old lv2 code in place, if'0 for now
tags/1.9.4
falkTX
10 years ago
parent
0c7399716b
commit
79fa97ab5d
2 changed files
with
1450 additions
and
14 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1448
-14
source/backend/plugin/Lv2Plugin.cpp
+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:
Write
Preview
Loading…
Cancel
Save