aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-10 12:36:16 -0400
committerDavid Robillard <d@drobilla.net>2022-08-17 13:50:56 -0400
commite67d8439326d886315ccddd2d7a842df0c45359f (patch)
treed845a95dd4449c52f45754d5f44e9c65d8287515 /src/jalv_internal.h
parent3651d42e50e4c2519718d5e33b22222c01848b87 (diff)
downloadjalv-e67d8439326d886315ccddd2d7a842df0c45359f.tar.gz
jalv-e67d8439326d886315ccddd2d7a842df0c45359f.tar.bz2
jalv-e67d8439326d886315ccddd2d7a842df0c45359f.zip
Clean up atom dumping code
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);