SkillAgentSearch skills...

UhhyouPluginsJuce

Audio plugins.

Install / Use

/learn @ryukau/UhhyouPluginsJuce
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Uhhyou Plugins on JUCE

Audio plugins written on JUCE.

Currently, everything on this repository is experimental. Always render the result to audio file after using the plugins in this repository. Breaking changes might be introduced in future.

Build Instruction

Following software are required.

After installation, run following commands on terminal.

git clone --recursive $URL_of_this_repository
cd UhhyouPluginsJuce

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

Plugins will be built into build/*_artefacts/Release where * is plugin name.

Directory Structure

  • .github/workflows and ci: CI scripts for GitHub Actions.
  • common: Common components across plugins.
  • lib: External libraries.
  • tool: Development tools.

Other directories are individual plugins.

List of Plugins

  • AmplitudeModulator: A showcase of AM anti-aliasing techniques. It has 2 stereo inputs for modulator and carrier, but doesn't have built-in oscillator.
  • EasyOverdrive: Simple overdrive.
  • SlopeFilter: IIR filter to apply arbitrary dB/oct slope.
  • TwoBandStereo: 2-band stereo merger.

License

AGPL-3.0-only. See lib/README.md for complete licenses which include the ones from libraries.

Related Skills

View on GitHub
GitHub Stars22
CategoryDevelopment
Updated1mo ago
Forks1

Languages

C++

Security Score

70/100

Audited on Feb 19, 2026

No findings