aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-21 05:09:01 +0000
committerDavid Robillard <d@drobilla.net>2012-08-21 05:09:01 +0000
commitee35c359a3499fe978326a4b81abdecd49c52f9e (patch)
tree3e9c9a9b97aad0ef6bcd74549ccfbb49f0102033 /src/jalv_internal.h
parent8cd115577c698f95ce80c2448e7621a403c60a75 (diff)
downloadjalv-ee35c359a3499fe978326a4b81abdecd49c52f9e.tar.gz
jalv-ee35c359a3499fe978326a4b81abdecd49c52f9e.tar.bz2
jalv-ee35c359a3499fe978326a4b81abdecd49c52f9e.zip
Implement basic support for the new options extension and use it to pass the sample rate to the plugin (redundantly) and the UI (usefully).
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4734 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index fee0451..ef421ca 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -91,9 +91,11 @@ typedef struct {
} JalvOptions;
typedef struct {
+ LV2_URID atom_Float;
LV2_URID atom_eventTransfer;
LV2_URID log_Trace;
LV2_URID midi_MidiEvent;
+ LV2_URID param_sampleRate;
LV2_URID time_Position;
LV2_URID time_bar;
LV2_URID time_barBeat;