SOUL icon indicating copy to clipboard operation
SOUL copied to clipboard

The SOUL programming language and API

Results 22 SOUL issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hi :) just asking as the last release was about Feb and last commit in April? Best, Aron

Bug 1: The high shelf cutoff moves when boosting / cutting https://github.com/soul-lang/SOUL/blob/2f8f74e8efae005e6f1e6d5f4f11b5ae22104143/source/soul_library/soul_library_filters.soul#L1532 Solution: `let g = w * sqrt (A);` Bug 2: The bell filters quality is not symmetrical when...

`juce::AudioPluginInstance::setParameterTree` was made private in [3d1d060](https://github.com/juce-framework/JUCE/commit/3d1d0603170c631a4a09afbc81702d3cab191baf). ``` ../SOUL/include/soul/patch/helper_classes/soul_patch_AudioProcessor.h:205:9: error: 'setParameterTree' is a private member of 'juce::AudioPluginInstance' setParameterTree (std::move (treeBuilder.tree)); ^ ../JUCE/modules/juce_audio_processors/processors/juce_AudioPluginInstance.h:172:27: note: declared private here using AudioProcessor::setParameterTree; ^ 1 error...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Nobody wants to reinvent the same functions over and over

Hello there, I noticed one example of a GUI in a faceplate format for the Reverb patch. I would like to know if there are other "elements" than param knobs...

If you have a top graph `input event` of type `int` connected to a member processor `input event` of type `int`, the values passed in are not exactly what you'd...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hello, does soul.exe support outputting to ASIO devices on Windows? I have been unable to get the CLI to even list my connected ASIO devices. Am I doing something wrong...