Zrythm
a highly automated and intuitive digital audio workstation
|
Live waveform display like LMMS. More...
#include "gtk_wrapper.h"
Go to the source code of this file.
Data Structures | |
struct | LiveWaveformWidget |
Macros | |
#define | LIVE_WAVEFORM_WIDGET_TYPE (live_waveform_widget_get_type ()) |
Enumerations | |
enum class | LiveWaveformType { LIVE_WAVEFORM_ENGINE , LIVE_WAVEFORM_PORT } |
Functions | |
G_DECLARE_FINAL_TYPE (LiveWaveformWidget, live_waveform_widget, Z, LIVE_WAVEFORM_WIDGET, GtkDrawingArea) typedef struct Port Port | |
void | live_waveform_widget_setup_engine (LiveWaveformWidget *self) |
Creates a LiveWaveformWidget for the AudioEngine. | |
LiveWaveformWidget * | live_waveform_widget_new_port (Port *port) |
Creates a LiveWaveformWidget for a port. | |
Live waveform display like LMMS.
Definition in file live_waveform.h.
#define LIVE_WAVEFORM_WIDGET_TYPE (live_waveform_widget_get_type ()) |
Definition at line 17 of file live_waveform.h.