foleys_gui_magic | A GUI builder module for JUCE
kandi X-RAY | foleys_gui_magic Summary
kandi X-RAY | foleys_gui_magic Summary
foleys_gui_magic is a C++ library. foleys_gui_magic has no bugs, it has no vulnerabilities and it has low support. However foleys_gui_magic has a Non-SPDX License. You can download it from GitHub.
This module allows to create GUIs without any coding. It is created with a DOM model that provides a hierarchical information, and a CSS cascading stylesheet to define rules for the appearance of the GUI. There is a drag and drop editor to add GUI elements, and to connect to parameters of your AudioProcessorValueTreeState. Also an editor in the style of FireBug to investigate the individual properties, and how they were obtained/calculated.
This module allows to create GUIs without any coding. It is created with a DOM model that provides a hierarchical information, and a CSS cascading stylesheet to define rules for the appearance of the GUI. There is a drag and drop editor to add GUI elements, and to connect to parameters of your AudioProcessorValueTreeState. Also an editor in the style of FireBug to investigate the individual properties, and how they were obtained/calculated.
Support
Quality
Security
License
Reuse
Support
foleys_gui_magic has a low active ecosystem.
It has 205 star(s) with 33 fork(s). There are 13 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 13 have been closed. On average issues are closed in 23 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of foleys_gui_magic is v1.3.8
Quality
foleys_gui_magic has 0 bugs and 0 code smells.
Security
foleys_gui_magic has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
foleys_gui_magic code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
foleys_gui_magic has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
foleys_gui_magic releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of foleys_gui_magic
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of foleys_gui_magic
foleys_gui_magic Key Features
No Key Features are available at this moment for foleys_gui_magic.
foleys_gui_magic Examples and Code Snippets
No Code Snippets are available at this moment for foleys_gui_magic.
Community Discussions
No Community Discussions are available at this moment for foleys_gui_magic.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install foleys_gui_magic
To use the WYSWYG plugin editor, add this module via Projucer to your JUCE project. Instead of inheriting from juce::AudioProcessor inherit foleys::MagicProcessor. Get rid of those methods: - bool hasEditor() - juce::PluginEditor* createEditor() - void setStateInformation() and void getStateInformation() (optional, a default saving and loading method is provided). The foleys::MagicProcessor will provide a foleys::MagicProcessorState magicState (protected visibility) to add visualisations or other objects to expose to the GUI. It is also possible to use the module in an Application. In that case you add a MagicGuiState and a MagicGUIBuilder yourself. There is an example available in the examples repository called PlayerExample.
Support
For the modules of Foleys Finest Audio there is a new forum where you can search for information and ask questions: https://forum.foleysfinest.com All feedback is welcome.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page