Giter Club home page Giter Club logo

viatordspfork's Introduction

Viator DSP JUCE Plugin Library

License: GPL v3 Downloads

Description

The viatordsp library is made up of dsp and gui classes that help make creating plugins faster, easier, and more fun! The dsp namespace contains dsp classes such as clippers, filters, and much more to come. The gui namespace contains stylized versions of JUCE's built-in widgets (like sliders and comboboxes) that have their own lookandfeel overrides to make them look awesome!

DISCLAIMER

I unfortunately cannot give you permission to use the gui objects that have images attached to them per the license of the images. You can however copy the logic and apply your own images to them!


Here is a plugin using those stylized components.

Pic

Installation

Clone the repo viatordsp or download it as a zip. Cloning it would be better, since when there is an update, you simply pull the changes without needing to download another version of the zip file.

Just include the viator_modules folder in the Projucer's module window like the inamge below and you're all set!

Pic

Use

To use viatordsp, there are three namespaces:

  • viator_dsp
  • viator_gui
  • viator_utils

You can create an instance of a class in the folder viator_dsp, like the HardClipper, with:

  • viator_dsp::HardClipper hardClipper (In the PluginProcessor.h)

Update parameters, e.g.:

  • hardClipper.setParameter(viator_dsp::HardClipper::ParameterID::kPreamp, newPreampValue)

Be sure to call the prepare method of every DSP module in the PluginProcessor.cpp's prepare method!

Or a gui component inside of viator_gui/Widgets, like a dial, with:

  • viator_gui::Dial dial {" textValueSuffix", rangeStart, rangeEnd, rangeInterval, returnValue} (In the PluginEditor.h)

Contributing

Contributions are most welcome! Check out the issues page for more details.

License

viatordsp is licensed under the GNU General Public License (GPLv3) agreement.

Support

If you like my work and would like to support me creating more audio applications, check out my Patreon where you can donate and download all of my current plugins!

Online Presence:

viatordspfork's People

Contributors

landonviator avatar nstilt1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.