Amphicheiras / UF-Oscilloscope

A stylish oscilloscope with a few handy features, made with JUCE.
GNU General Public License v3.0
1 stars 0 forks source link

Oscilloscope Audio Plugin

right

Features

Getting Started

Prerequisites

Installation

  1. Clone the repository:

     git clone https://github.com/Amphicheiras/UF-Oscilloscope.git
     cd UF-Oscilloscope
  2. Have a look at the /root and /plugin CMakeLists.txt

  3. Configure with CMake:

    cmake -S . -B build
  4. Compile with CMake:

    cmake --build build
  5. Place "UF0/UF00/resources/images" in your OS's "Documents" folder.

Usage

  1. Load the Plugin: After compiling, load the plugin in a supported DAW or run as a standalone application if built as such.
  2. Place the oscillator in a channel and voila!

Code Overview

Parameters

Contributing

Contributions are welcome! Please fork this repository, create a branch, and submit a pull request for any improvements or bug fixes.

Issues

If you encounter bugs or have feature requests, please report them in the Issues section of this repository.

License

This project is licensed under the GNU GPL-3.0 License - see the LICENSE file for details.

Acknowledgments

Special thanks to the open-source audio community and JUCE for their continuous support and resources.

Super special thanks to Jan Wilczek!

Useful Links