-
- Downloads
CAR plugin: major changes. Other classes - some refactoring.
* Added custom audio processor editor for CAR plugin - CAREditor; * Added buttons to switch between "Reference" and "Affected" channels; * CAR processor some minor changes; * Some minor changes in GenericEditor class which provide more possibilities for plugins (e.g. plugins can implement their own resized() methods, etc.); * Added UIUtilities header file in which we can include any UI components/utilities which will be useful for easier plugin creation.
Showing
- Source/Plugins/CAR/CAR.cpp 33 additions, 6 deletionsSource/Plugins/CAR/CAR.cpp
- Source/Plugins/CAR/CAR.h 8 additions, 1 deletionSource/Plugins/CAR/CAR.h
- Source/Plugins/CAR/CAREditor.cpp 110 additions, 0 deletionsSource/Plugins/CAR/CAREditor.cpp
- Source/Plugins/CAR/CAREditor.h 71 additions, 0 deletionsSource/Plugins/CAR/CAREditor.h
- Source/Plugins/Headers/EditorHeaders.h 3 additions, 0 deletionsSource/Plugins/Headers/EditorHeaders.h
- Source/Plugins/Headers/UIUtilitiesHeaders.h 28 additions, 0 deletionsSource/Plugins/Headers/UIUtilitiesHeaders.h
- Source/Processors/Editors/ChannelSelector.cpp 6 additions, 7 deletionsSource/Processors/Editors/ChannelSelector.cpp
- Source/Processors/Editors/ChannelSelector.h 17 additions, 10 deletionsSource/Processors/Editors/ChannelSelector.h
- Source/Processors/Editors/GenericEditor.cpp 7 additions, 0 deletionsSource/Processors/Editors/GenericEditor.cpp
- Source/Processors/Editors/GenericEditor.h 6 additions, 4 deletionsSource/Processors/Editors/GenericEditor.h
Loading
Please register or sign in to comment