Skip to content
Snippets Groups Projects
  1. Oct 14, 2016
  2. Aug 22, 2016
  3. Aug 21, 2016
    • Septen's avatar
      PluginGenerator: added save/load for params. Minor fixes. · 06621ab1
      Septen authored
      * Added possibility to auto-save/load parameters for each created
        plugin.
      * Some fixes needed for LookAndFeel code generation.
      * Fixed plugin type wasn't loaded correctly into PluginGenerator after
        restarting.
      * Fixed boolean parameters stored incorrect values inside.
      * Fixed some bugs with parameters.
      06621ab1
  4. Aug 20, 2016
  5. Aug 15, 2016
    • Septen's avatar
      PluginGenerator: minor changes. · ba9938d3
      Septen authored
      * Fixed OE_GUI_MoonShard template;
      * Added possibilty to create Source plugins either using
        DataThread or Processor classes in more convenient way
        (as discussed with Josh before);
      * Fixed code template for FileSource plugins;
      * Fixed minor bug related with TiledButtonGroupManager class;
      * Now the plugin's folder is selected by default when creating new
        plugins.
      * Some minor refactoring.
      ba9938d3
  6. 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
  7. Aug 11, 2016
  8. 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
  9. 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
  10. 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
  11. Jun 28, 2016
  12. May 22, 2016
  13. May 17, 2016
    • Septen's avatar
      Updated to JUCE 4.2.1. · 3f5f403b
      Septen authored
      * All modules are replaced with the JUCE 4.2.1 ones;
      * Introjucer was replaced by Projucer;
      * Also some appropriate needed fixes for Makefile.plugins;
      * Removed -fvisibility=hidden flag for Linux building.
      3f5f403b
Loading