-
I tried the latest build in your [actions](https://github.com/DISTRHO/ProM/actions/runs/1313369679)
I am on OSX 10.15.7 (19H1519), Reaper 6.42.0
installing it with the package installer worked f…
LFSaw updated
2 years ago
-
compile is failing when using IDE:
"C:\CodeBase\CodeBase\Bin\cb.exe" -tos=win64 "myplugin.cb -debug -s -c"
...
Error: File not found - 'myplugin.cb -debug -s -c'
this was …
-
If I use JSFX code that includes such a line:
```
x ^= ex
```
it generates invalid code:
```
x(_a,) = ex_a = cb_Pow(x(_a,) = ex_a);
```
-
when compiling a jsfx effect with pvf that has only one slider, the generated code for pvf_EffectClass::setParameter generates a malformed switch statement, there is no switch statement, but a `defaul…
-
This would allow to test "if it works or not" straight after building.
-
Hello,
We are in the process of making JSFX a little more strict in terms of
how numbers are specified. Can you apply this very minor change to your
awesome plug-ins? Thanks!
Justin
> dif…
-
Instead of waiting for more typos in other peoples code,
I tried to do it all wrong myself and share the results here
hoping it is somewhat helpful.
All the following examples compile and show …
ghost updated
2 years ago
-
I just built the vst3 which worked fine (linux)
the only step i found missing was the submodules which i got with
`git submodule update --init --recursive`
if you want to add it to the readme.
…
ghost updated
3 years ago
-
Notes on how to process keyboard input.
`ysfx_gfx_input(uint32_t mod, uint32_t key)`
- `mod` is the modifiers bits ; it recognizes Ctrl and Alt
- `key` is unicode, and also can be a special key…
-
The two plugins meter4 and meter8 are in the repo but not yet in the distro. The source code seems incomplete, in particular the function `drawMultichannelLevelMeterInterface` in `atkGraphicsLibrary.j…