aboutsummaryrefslogtreecommitdiff
path: root/gtk/oscilloview.h
blob: edabcd9edeb12e28132d8e5c4cb519f14adde775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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