aboutsummaryrefslogtreecommitdiff
path: root/gtk/oscilloview.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/oscilloview.h')
-rw-r--r--gtk/oscilloview.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/gtk/oscilloview.h b/gtk/oscilloview.h
new file mode 100644
index 0000000..edabcd9
--- /dev/null
+++ b/gtk/oscilloview.h
@@ -0,0 +1,17 @@
+#ifndef MYON_FMPLAYER_GTK_OSCILLOVIEW_H_INCLUDED
+#define MYON_FMPLAYER_GTK_OSCILLOVIEW_H_INCLUDED
+
+#include "libopna/opna.h"
+#include "oscillo/oscillo.h"
+
+#include <stdatomic.h>
+
+extern struct oscilloview {
+ atomic_flag flag;
+ struct oscillodata oscillodata[LIBOPNA_OSCILLO_TRACK_COUNT];
+} oscilloview_g;
+
+void show_oscilloview(void);
+
+#endif // MYON_FMPLAYER_GTK_OSCILLOVIEW_H_INCLUDED
+