summaryrefslogtreecommitdiff
path: root/lv2/lv2_instance.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-07-27 19:36:28 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2015-07-27 19:36:28 +0200
commitec4eb3f535c358e67eb9ae0989b2163b20728d0b (patch)
tree40fc11923a6e07fc957210b3c0c53b6301a74d97 /lv2/lv2_instance.h
parentcc9b5ff6d194dc8ead042c5d129ea07e8e68382d (diff)
Add free-wheel mode to LV2 and DrumGizmo class.
Diffstat (limited to 'lv2/lv2_instance.h')
-rw-r--r--lv2/lv2_instance.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/lv2_instance.h b/lv2/lv2_instance.h
index e050e22..0ce98bb 100644
--- a/lv2/lv2_instance.h
+++ b/lv2/lv2_instance.h
@@ -43,6 +43,8 @@ typedef struct {
sample_t *buffer;
size_t buffer_size;
LV2_URID_Map* map;
+ float* free_wheel_port;
+ size_t pos;
} DGLV2;
#endif/*__DRUMGIZMO_LV2_INSTANCE_H__*/