JP Cimalando

Results 156 issues of JP Cimalando

The host invokes the method `getBusCount(kEvent, kInput)` on the audio thread. According to the [workflow diagram], it's incorrect: `getBusCount` is *UI thread* when the audio is *Processing*. The problem happens...

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...

Hello, I have noticed that your work does not have a software license assigned. Would you mind to add one? I'm asking you this because I'm the author of ....

There may exist a use case for calculating certain parts of a faust processor with increased precision. Example: a system `A:B:C`, with `B` a filter sensitive to numerical error. With...

enhancement

When one wishes to take action on a change value on an input control, it can be expressed in a way like follows. `process = x!=x' with { x=checkbox("click me");...

It's the code that produces it, reduced to a minimal case. Observed in faust 2.27.2 and the `master-dev` revision 4f6159a. ``` foo(x) = out letrec { 'out = foo; };...

Hi. Sometimes the argument `int sample_rate` is not used in function bodies, this produces a compiler warning under `-Wall`. Generate a line `(void)sample_rate;` would permit to eliminate the warning. -...

This is a proposal for a reliable detection of repeated keys for Linux. It is not based on peeking a future event and its timestamp. **Method** Use of libX11 API...

HI, this permits to implements another custom UI host than the 3 choices offered. This is in particular for Linux audio plugins, in which case Gtk cannot work. Instead I...

Hello, I wish to develop the ability to drop files into an area of the view. The file will be dragged by mouse, the movement should be tracked by the...