Dario Sanfilippo
Dario Sanfilippo
I get the following error when I try to open a CAQt app after adjusting the ranges of some hsliders: The application cannot be opened for an unexpected reason, error=Error...
As also observed by @sletz, it might be function related to ffunctions. This won't work with faust2sig: import("stdfaust.lib"); process = ma.tanh; Ciao, Dario
Hello, @sletz and all others. There seems to be another problem besides the exp and log scales. Try this: import("stdfaust.lib"); inspect(i, lower, upper, x) = attach(x, x : vbargraph("sig_%i [style:numerical]",...
Hello, there. The nonlinear scales do not seem to work in caqt or jaqt applications, whereas they appear to work correctly in the web IDE. See an example code below....
Hello, people. If I'm not wrong, there was no random numbers generator accepting a seed in the libraries so I added this basic LCG. There are both a function to...
Hello, people. I believe that, in C/C++ and perhaps all other languages, 0 is false and _any_ non-zero is true. ba.if(.5, 1, 0); returns 0. I suggest rewriting ba.if as:...
Hello, people. I just wanted to let you know that at least the Getting Started example doesn't seem to be working on macOS 11.3, Apple M1 chip, whereas it works...
JACK is currently not supported in FL but the code seems to be there: it would be great to have it compiled again in the build for OSX.
Hello, people. I'm noticing that the YAT example https://jeffreytse.github.io/jekyll-theme-yat/markdown/2016/01/01/another-test-markdown.html shows a few examples of Latex code but it appears that some of it is not being displayed correctly; for example,...
Hello, people. Just a small thing that I mentioned in the past and that I'm putting here not to forget about it: Faust's diagrams represents multiplication by -1 (try process...