- Oct 14, 2016
-
-
Christopher Stawarz authored
Ensure that plugin entry points are always exported on macOS and Linux (otherwise, plugins won't load in macOS release builds)
-
Christopher Stawarz authored
-
- Oct 13, 2016
-
-
Josh Siegle authored
Mac build updates
-
- Oct 12, 2016
-
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
- Oct 07, 2016
- Aug 30, 2016
-
-
Aaron Cuevas Lopez authored
-
- Aug 29, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Aug 28, 2016
-
-
Jakob Voigts authored
Fix Julia path and flags in Makefile
-
Galen Lynch authored
The Makefile of the JuliaProcessor plugin used absolute file paths, which prevented compilation. I have replaced the absolute path with a shell macro as suggested by Julia's embedding documentation. Fixing this revealed a second problem: the linker flags were incorrect. I have replaced the offedning flag '-ljulia' with build flags generated by julia, as per Julia's embedding docs. See issue #80
-
- Aug 25, 2016
-
-
Kirill authored
Added Plugin Generator. Updated to JUCE4.
-
- Aug 22, 2016
-
-
Septen authored
-
- Aug 21, 2016
-
-
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.
-
- Aug 20, 2016
-
-
Septen authored
* Changed the order of plugin types at the enum definition. * Changed some plugin definition names to be more user friendly and to be consistent with OE GUI. * Removed "DataThread" plugin type from the "Plugin type" comboBox at the plugin creation page. Now to create DataThread plugin user should select "Processor" plugin type, then "Source" processor type and click "Use separate thread" button * Removed possibility to create "Utility" processors plugins since we don't want to let users create such types of plugins. * Removed possibility to generate editor and content component files for non-processor plugins since this feature was redundant. * Removed "Plugin" page from "Config" for non-processor plugins since they have no built-in parameters. * Added missing LookAndFeel related files to stage. * Refactoring.
-
Septen authored
-
- Aug 15, 2016
-
-
Septen authored
-
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.
-
Septen authored
* Now when we compile plugins it checks whether plugin's folder contains *.jucer file and appropriate Makefile for plugin in the Source/ folder.
-
- Aug 14, 2016
-
-
Septen authored
-
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.
-
- Aug 13, 2016
-
-
Septen authored
-
- Aug 11, 2016
- Aug 10, 2016
-
-
https://github.com/arrow-/plugin-GUISepten authored
Merge branch 'testing-visualizer' of https://github.com/arrow-/plugin-GUI into plugin-generator-merge-with-dev
-
https://github.com/open-ephys/plugin-GUISepten authored
Merge branch 'development' of https://github.com/open-ephys/plugin-GUI into plugin-generator-merge-with-dev
-
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.
-
- Aug 04, 2016
-
-
Septen authored
* Selected default modules folder path on creating projects; * Disabled default Projucer's window with the auto-update feature.
-
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.
-
- Aug 01, 2016
-
-
Josh Siegle authored
make handling different library locations on mac a little easier
-
- Jul 30, 2016
-
-
Ben Acland authored
addresses #74
-
- Jul 25, 2016
-
-
Ananya Bahadur authored
It was in the private section. Still is practically... Motivation: Whenever an editor is closed, it destroy it's DataViewport tab (if it exists) I don't want my "shared" tab to be closed when any one editor is closed, and I can fool the VisualizerEditor destructor now.
-
- Jul 18, 2016
-
-
Ananya Bahadur authored
Implemented @sept-en's tip. VisualizerEditor implements the listener class, with a dummy windowClosed() method. Derivations of VisualizerEditor can optionally implement windowClosed().
-