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
Fix build after zyn update
tags/1.9.8
falkTX
7 years ago
parent
be2989b590
commit
b8de63faa5
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
source/native-plugins/zynaddsubfx-src.cpp
+1
-0
source/native-plugins/zynaddsubfx/rtosc/automations.h
+ 1
- 0
source/native-plugins/zynaddsubfx-src.cpp
View File
@@ -45,6 +45,7 @@ extern "C" {
}
// rtosc includes
#include "zynaddsubfx/rtosc/cpp/automations.cpp"
#include "zynaddsubfx/rtosc/cpp/midimapper.cpp"
#include "zynaddsubfx/rtosc/cpp/miditable.cpp"
#undef RTOSC_INVALID_MIDI
+ 1
- 0
source/native-plugins/zynaddsubfx/rtosc/automations.h
View File
@@ -1,6 +1,7 @@
#include <rtosc/ports.h>
#include <rtosc/rtosc.h>
#include <cassert>
#pragma once
namespace rtosc {
struct AutomationMapping
{
Write
Preview
Loading…
Cancel
Save