diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-09-20 12:13:04 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-09-20 12:13:04 +0200 |
commit | de89d242ec644f3be92875b1db7439da3d7dc8c4 (patch) | |
tree | f42f5fa49c900c4f171c28e64294cb290a7dba9a /src | |
parent | fc88c687cdb0687240364df09b8248f3a6f91bc7 (diff) |
Reinstate hugin.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 | ||||
-rw-r--r-- | src/lv2_instance.h | 12 |
2 files changed, 7 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 038bcce..a60ed67 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,7 +24,6 @@ camsync_la_SOURCES = \ configfile.cc \ configuration.cc \ configparser.cc \ - events.cc \ messagehandler.cc \ messagereceiver.cc \ mutex.cc \ @@ -32,7 +31,7 @@ camsync_la_SOURCES = \ semaphore.cc \ saxparser.cc \ thread.cc \ - versionstr.cc + versionstr.cc \ $(PLUGIN_GUI_SOURCES) \ lv2.cc \ lv2_gui.cc \ diff --git a/src/lv2_instance.h b/src/lv2_instance.h index e050e22..a16e549 100644 --- a/src/lv2_instance.h +++ b/src/lv2_instance.h @@ -37,12 +37,12 @@ #include <drumgizmo.h> typedef struct { - InputLV2 *in; - OutputLV2 *out; - DrumGizmo *dg; - sample_t *buffer; - size_t buffer_size; - LV2_URID_Map* map; + InputLV2 *in; + OutputLV2 *out; + DrumGizmo *dg; + sample_t *buffer; + size_t buffer_size; + LV2_URID_Map* map; } DGLV2; #endif/*__DRUMGIZMO_LV2_INSTANCE_H__*/ |