Logic window. Mehr ...
#include "Defs.h"
#include "wx/wxprec.h"
#include "wx/wx.h"
#include "Global.h"
#include "Runtime.h"
#include "MidiKern.h"
#include "MutLogicWnd.h"
#include "MutChild.h"
#include "MutFrame.h"
#include "MutRouteWnd.h"
#include "Icon/Logic.xpm"
#include "Icon/LogicOpen.xpm"
#include "Icon/Tonesyst.xpm"
#include "Icon/TonesystOpen.xpm"
gehe zum Quellcode dieser Datei
Klassen | |
class | MutTag |
Makrodefinitionen | |
#define | MUTTAGX 90 |
#define | MUTTAGY 70 |
#define | max(a, b) ((a) < (b) ? (b) : (a)) |
Funktionen | |
wxSize | MutTagSize (MUTTAGX, MUTTAGY) |
BEGIN_EVENT_TABLE (MutTag, wxWindow) EVT_PAINT(MutTag | |
BEGIN_EVENT_TABLE (MutLogicWnd, wxScrolledWindow) EVT_CHAR(MutLogicWnd | |
Variablen | |
int | pubTaste |
bool | UseColorBars |
Logic window.
Copyright: (c) 2008 TU Dresden
GPL
Revision 1.21 2011-07-30 12:58:49 keinstein Fix bug introduced before last commit. Change MutTag::OnLefUp into MutTag::OnLeftDown
Revision 1.20 2011-07-30 12:06:20 keinstein Change tone system status window when changing the tuning logic by hand
Revision 1.19 2011-02-20 22:35:57 keinstein updated license information; some file headers have to be revised, though
Definiert in Datei MutLogicWnd.cpp.