#include <pthread.h>#include <limits.h>#include <gtk/gtk.h>#include <Condition.hh>#include <Mutex.hh>#include <Semaphore.hh>#include <dsp/DSPOp.hh>#include <dsp/Filter.hh>#include "Config.h"#include "Audio.hh"#include "AudioA2.hh"#include "CfgFile.hh"#include "GtkUtils.hh"#include "Messages.hh"#include "SockClie.hh"#include "SockOp.hh"Include dependency graph for SoundUI.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | clSoundChGUI |
| Per channel GUI for clSoundUI. More... | |
| class | clSoundUI |
| Sound user interface. More... | |
Defines | |
| #define | SUI_VER_MAJ GLOBAL_VERSMAJ |
| #define | SUI_VER_MIN GLOBAL_VERSMIN |
| #define | SUI_VER_PL GLOBAL_VERSPL |
| #define | SUI_PADDING 8 |
| #define | SUI_CONV_LEN 256 |
| #define | SUI_SERV_MAXLEN 255 |
| #define | SUI_CH_VALUE 1.0 |
| #define | SUI_CH_LOWER 1.0 |
| #define | SUI_CH_HIGHER 16.0 |
| #define | SUI_IN_VALUE 0.0 |
| #define | SUI_IN_LOWER -72.0 |
| #define | SUI_IN_HIGHER 0.0 |
| #define | SUI_OUT_VALUE 0.0 |
| #define | SUI_OUT_LOWER -72.0 |
| #define | SUI_OUT_HIGHER 0.0 |
| #define | SUI_OUT_RANGE 12.0 |
| #define | SUI_OUT_STEP 0.1 |
| #define | SUI_EQ_RANGE 12.0 |
| #define | SUI_EQ_STEP 0.1 |
| #define | SUI_EQ_MAXOCTS 15 |
| #define | SUI_FILTER_WINDOW true |
|
|
Definition at line 55 of file SoundUI.hh. Referenced by clSoundUI::clSoundUI(). |
|
|
Definition at line 56 of file SoundUI.hh. Referenced by clSoundUI::clSoundUI(). |
|
|
Definition at line 57 of file SoundUI.hh. Referenced by clSoundUI::clSoundUI(). |
|
|
Definition at line 58 of file SoundUI.hh. Referenced by clSoundUI::BuildGUI(), and clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 59 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(), and clSoundUI::OnMotionCurve(). |
|
|
Definition at line 60 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(), clSoundUI::OnClickedEvent(), and clSoundUI::ParseServerStr(). |
|
|
Definition at line 61 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 62 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 63 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 64 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 65 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 66 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 67 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 68 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 69 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 70 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 71 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 72 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(), and clSoundUI::OnMotionCurve(). |
|
|
Definition at line 73 of file SoundUI.hh. Referenced by clSoundChGUI::clSoundChGUI(). |
|
|
Definition at line 74 of file SoundUI.hh. Referenced by clSoundUI::Exec(). |
|
|
Definition at line 75 of file SoundUI.hh. Referenced by clSoundUI::Exec(). |
1.3.3