aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-29 18:12:21 +0000
committerDavid Robillard <d@drobilla.net>2012-08-29 18:12:21 +0000
commitca76acd952dfd2716eac32902df9973b8292c681 (patch)
tree53c7df6cead65f0e6e157ac8e2d6e10aa89cff4c /src/jalv_internal.h
parentd800be459ab5a0eaf37e9797386513039aae829b (diff)
downloadjalv-ca76acd952dfd2716eac32902df9973b8292c681.tar.gz
jalv-ca76acd952dfd2716eac32902df9973b8292c681.tar.bz2
jalv-ca76acd952dfd2716eac32902df9973b8292c681.zip
Implement buf-size via options.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4760 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 093ead9..4bb600a 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -96,6 +96,7 @@ typedef struct {
LV2_URID atom_eventTransfer;
LV2_URID bufsz_maxBlockLength;
LV2_URID bufsz_minBlockLength;
+ LV2_URID bufsz_sequenceSize;
LV2_URID log_Trace;
LV2_URID midi_MidiEvent;
LV2_URID param_sampleRate;