-
The stereo enhancer alters the volume of the left or the right channel when stereo seperating. This is a pretty big bug, considering a lot of users use stereo widening in their productions.
A test LMM…
-
```
a = { |in = 0|
var env = NamedControl.kr(\env, Env(#[0, 0], #[1]).asArray.extend(24, 0));
ReplaceOut.kr(0, IEnvGen.kr(env, in))
}.play(args: [env: Env(#[0, 0, -3, -7, -9], #[1, 1, 1, 1], #…
-
Given that FAUST is getting ever more popular and will be a great codebase that can contribute to the SC3-plugins, how should we define best practices:
Some issues:
1) Naming convention: FAUST p…
-
From the docker commandline, I get:
https protocol not found, recompile FFmpeg with openssl, gnutls or securetransport enabled.
-
This is a source-based plugin format, which is made by Cockos and part of Reaper.
(Note that JSFX does not stand for JavaScript.)
There are dozens of these plugins shipped in Reaper (see `InstallD…
-
Hi @rorywalsh ,
I'm currently developping a synthesizer using Cabbage framework and I would love to release it (for free, and open source)
So here are my 2 request to implement 2 new new plugins…
-
Sometimes i have wished for the ability to create portable projects. By this i mean a file format which the user can export to, that embeds all the project's 3rd party dependencies (samples, presets, …
-
I'm creating a meta issue for better UI/UX workflow. This list should be updated frequently because it's the source of many of our new bug reports. If a new bug report arrives that seems workflow re…
tresf updated
5 months ago
-
rpi-mpv correctly detects my RPi 4 and it successfully builds ffmpeg, mpv and their dependencies although I have to manually install the ffmpeg package and I've opened a separate issue for that. Unfor…
-
I am posting this issue as a place to discuss whether it's possible or not to change settings without having to restart LMMS.
I believe some cases will be very difficult or impossible to implement, b…