1#ifndef NNGN_TOOLS_AUDIO_EDIT_H
2#define NNGN_TOOLS_AUDIO_EDIT_H
19class Edit final :
public QMainWindow {
19class Edit final :
public QMainWindow {
…};
bool init_generator(void)
Definition edit.cpp:267
QTabBar * tab_bar
Definition edit.h:32
QMetaObject::Connection param_con
Definition edit.h:33
bool exec(void)
Definition edit.cpp:275
QList< QString > presets
Definition edit.h:35
QPlainTextEdit * error
Definition edit.h:31
void updated(std::vector< std::byte > v) const
QMetaObject::Connection editor_con
Definition edit.h:33
Generator gen
Definition edit.h:34
bool generate(void)
Definition edit.cpp:279
QSpinBox * rate
Definition edit.h:30
Edit(void)
Definition edit.cpp:170
QPlainTextEdit * editor
Definition edit.h:31
v[1]
Definition math.lua:22
#define NNGN_NO_COPY(x)
Definition utils.h:35