aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/jalv_internal.h b/src/jalv_internal.h
index 13fe704..03b46f3 100644
--- a/src/jalv_internal.h
+++ b/src/jalv_internal.h
@@ -185,6 +185,13 @@ jalv_send_to_ui(Jalv* jalv,
uint32_t size,
const void* body);
+void
+jalv_dump_atom(Jalv* jalv,
+ FILE* stream,
+ const char* label,
+ const LV2_Atom* atom,
+ int color);
+
bool
jalv_run(Jalv* jalv, uint32_t nframes);