Routing. Mehr ...
gehe zum Quellcode dieser Datei
Klassen | |
class | Route |
Aufzählungen | |
enum | BoxType { NewBox = -3, NoBox, GmnBox, Box0 } |
enum | RouteType { RTall, RTelse, RTchannel, RTstaff } |
Type of route input filter. Mehr ... | |
Funktionen | |
void | LoadRoutes (tree_storage &config) |
load the routes from a tree based configuration | |
void | SaveRoutes (tree_storage &config) |
write the routes to the configuration | |
Variablen | |
const mutString | RTName [] |
const mutString | DevTypeName [] |
Routing.
Mutabor Core.
GPL
Revision 1.3 2011-02-20 22:35:56 keinstein updated license information; some file headers have to be revised, though
Revision 1.2 2010-11-21 13:15:46 keinstein merged experimental_tobias
Revision 1.1.2.4 2010-09-29 13:03:30 keinstein config can be stored and restored with new treeconfig
Revision 1.1.2.3 2010-09-15 17:58:01 keinstein old configuration can be loaded again.
Revision 1.1.2.2 2010-08-10 15:54:29 keinstein new, direct route configuration on init
Revision 1.3.2.9 2010-07-06 09:06:26 keinstein allow empty input and output devices in routes
Revision 1.3.2.8 2010/06/15 14:30:14 keinstein allow deleting of input devices in route window several bug fixes rudimentary box deletion support
Revision 1.3.2.7 2010/06/02 11:20:08 keinstein Route.h: new enum BoxType new box type NewBox
IconShape.cpp: Hide shape in MutIconShape::DeleteSelf
MutChild.h: Changes on the increment value for Clientsize
MutLogicWnd: smaller whitespace fixes
MutRouteWnd.cpp: save sizerflags for MutBoxShape too
BoxChannelShape.cpp: rename CreateRouteShape to CreateRoutePanel replace some wxDynamicCast by dynamic_cast add Box “New Box“ if current box is not found delete Route if route panel is disabled
BoxChannelShape.h: Update BoxShape layout if necessary
BoxDlg.cpp: RoutePanel::AddBox: allow NULL boxShape Fix Bug that didn't preselect GUIDO boxes and Through mode
BoxShape.cpp: fix color mapping for box numbers (shift right by 1 bit). Add MutBoxShape::sizerFlags SetBoxId: New function Use SetBoxId for setting Box Id an Label in sync AddChannel: call Layout() implement replacement in DoLeftDblClick (enables New Box) ShowBoxDialog: use dynamic_cast ReadDialog: Add Channel only if new route is enabled (not deleted) ReplaceSelfBy: new function (Unreachable as only needed for class NewMutBoxShape)
NewBoxShape.cpp/.h: replaceSelfBy: new function initialize Box id as NewBox
*.po/mutabor.pot/ *.gmo Sync with sources
Revision 1.3.2.6 2010/04/15 09:28:43 keinstein changing routes works, but is not honoured by MIDI, yet
Revision 1.3.2.5 2010/03/30 15:57:58 keinstein added editing of existing routes to boxDlg
Revision 1.3.2.4 2010/03/30 08:40:15 keinstein added rudimentary command line support changed debug system to allow selection of messages via command line further enhancements to the route dialogs
Revision 1.3.2.3 2010/02/15 12:08:20 keinstein intermediate update for backup progress
Revision 1.3.2.2 2010/01/14 09:34:24 keinstein Checkin searching for a bug
Revision 1.3.2.1 2009/08/04 11:30:49 keinstein removed mut.h
Definiert in Datei Route.h.