Skip to content
Snippets Groups Projects
  1. Aug 20, 2016
  2. Aug 14, 2016
    • Septen's avatar
      PluginGenerator: Major and minor improvements. · cb853efb
      Septen authored
      * Added feature to create plugins using VisualizerEditors;
      * It's possible to manipulate with GUI content both of GenericEditor's
        plugin component and Visualizer canvas (in the tab or window);
      * Created file templates for VisualizerEditor and Visualizer (Canvas);
      * VisualizerEditor class minor improvements;
      * Other minor improvements;
      * Refactoring and stylystic fixes.
      cb853efb
  3. Aug 10, 2016
    • Sept_en's avatar
      PluginGenerator: Added config slide page, GUI templates, etc. · 374c180b
      Sept_en authored
      * Created 3rd slider-page on creating project steps which is used
        to select appropriate plugin, processor type, plugin GUI template,
        other options.
      * Created plugin GUI templates system;
      * Created some plugin GUI templates for GenericEditor;
      * ButtonGroupManager and TiledButtonGroupManager classes minor
        improvements and fixes;
      * Changed index of ProcessorType::UtilityProcessor;
      * Other minor bugs fixes.
      374c180b
  4. Aug 04, 2016
    • Septen's avatar
      PluginGenerator: added component with visual editor. Minor improvements. · bf4b7d49
      Septen authored
      * Added template for creating appropriate JUCE GUI component which will
        be automatically created inside plugin editor.
      * Some improvements to the editor plugin template due to the addition
        of GUI component inside it.
      * Added possibility to change desired with of the plugin in the config.
      * Some minor improvements.
      * Some stylystic fixes.
      bf4b7d49
  5. Jul 12, 2016
    • Septen's avatar
      PluginGenerator: Parameters and ParametersEditor works. · 54657851
      Septen authored
      * Added ParametersEditor;
      * Some improvements of Parameter class;
      * Added possibility to generate code for parameters;
      * Added possibility to save/load parameter in the project file.
      * Other major and minor improvements.
      54657851
  6. Jun 28, 2016
  7. Jun 21, 2016
  8. Jun 17, 2016
    • Septen's avatar
      PluginGenerator: some new functionality and minor improvements. · f9c41c4c
      Septen authored
      * Fixed some problems with build due to the symbol redefinitions (It's
        still need to be reviewed and we need to find a better way for doing
        this);
      * Added plugin properties in the configuration and adding the
        possibility to change it on the fly (still WIP);
      * Added visual component to select the appropriate tab in the plugin
        configuration;
      * Some cleanup;
      f9c41c4c
  9. Jun 14, 2016
  10. May 29, 2016
    • Septen's avatar
      PluginGenerator: basic implementation. Some refactoring. · ee1121b5
      Septen authored
      * Basic implemntation of Open Ephys Plugin Generator.
        Now it generates empty processor & editor. To compile plugin with
        current plugin build systems we just need to copy "Source" folder
        of our plugin into plugin-GUI/Source/Plugins/ and give it some
        valuable name.
      * ExampleProcessor, ExampleEditor classes refactoring and stylystic
        fixes.
      ee1121b5
  11. May 22, 2016
Loading