tilde~
Puredata Qt-based GUI
|
#include <QString>
#include <map>
#include <string.h>
#include "PropertyList.h"
#include <QDebug>
#include "Preferences.h"
#include "xpd-transition/xpd-headers.h"
Go to the source code of this file.
Classes | |
class | tilde::AudioSettings |
app AudioSettings singleton More... | |
Namespaces | |
tilde | |
Macros | |
#define | AUDIOSETTINGS_QSTRING(x) tilde::AudioSettings::inst().getQString(x) |
#define | TILDE_AUDIOSETTINGS_INIT tilde::AudioSettings::inst().init() |
#define | AUDIOSETTINGS_LISTENER(x, y) connect(get(x), &Property::changed, this, y) |
#define AUDIOSETTINGS_LISTENER | ( | x, | |
y | |||
) | connect(get(x), &Property::changed, this, y) |
#define AUDIOSETTINGS_QSTRING | ( | x | ) | tilde::AudioSettings::inst().getQString(x) |
#define TILDE_AUDIOSETTINGS_INIT tilde::AudioSettings::inst().init() |